summaryrefslogtreecommitdiff
path: root/chromium/.gn
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>2016-05-09 14:22:11 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2016-05-09 15:11:45 +0000
commit2ddb2d3e14eef3de7dbd0cef553d669b9ac2361c (patch)
treee75f511546c5fd1a173e87c1f9fb11d7ac8d1af3 /chromium/.gn
parenta4f3d46271c57e8155ba912df46a05559d14726e (diff)
downloadqtwebengine-chromium-2ddb2d3e14eef3de7dbd0cef553d669b9ac2361c.tar.gz
BASELINE: Update Chromium to 51.0.2704.41
Also adds in all smaller components by reversing logic for exclusion. Change-Id: Ibf90b506e7da088ea2f65dcf23f2b0992c504422 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
Diffstat (limited to 'chromium/.gn')
-rw-r--r--chromium/.gn35
1 files changed, 23 insertions, 12 deletions
diff --git a/chromium/.gn b/chromium/.gn
index 21c51c4d52d..adcd41e0ebb 100644
--- a/chromium/.gn
+++ b/chromium/.gn
@@ -16,7 +16,7 @@ secondary_source = "//build/secondary/"
# "gn check" or "gn gen --check".
check_targets = [
#"//apps/*", # Medium-hard.
- #"//ash/*", # Medium-hard.
+ "//ash/*",
"//base/*",
"//blink/*",
"//breakpad/*",
@@ -36,8 +36,20 @@ check_targets = [
"//components/*",
#"//content/*", # A whole lot of errors.
- "//content/public/common:result_codes",
- "//content/public/common:static_switches",
+ "//content/gpu/*",
+ "//content/public/*",
+ "//content/renderer/*",
+
+ #"//content/shell/*", # Needs Android fix, bug 597020.
+
+ #"//content/test/*", # A couple of errors left.
+ "//content/test:content_gl_benchmark",
+ "//content/test:content_gl_tests",
+ "//content/test:content_perftests",
+ "//content/test:content_site_isolation_browsertests",
+ "//content/test:content_test_mojo_bindings",
+ "//content/test:content_unittests",
+ "//content/test:test_support",
"//courgette/*",
"//crypto/*",
"//data/*",
@@ -48,22 +60,19 @@ check_targets = [
"//gin/*",
"//google_apis/*",
"//google_update/*",
-
- #"//gpu/*", # Lots of errors.
- "//gpu:*",
+ "//gpu/*",
#"//ios/*",
"//ipc/*",
#"//jingle/*",
- "//mandoline/*",
"//mash/*",
#"//media/*", # Lots of errors.
"mojo/*",
#"//native_client/*",
- #"//net/*", # Needs GN binary changes to work on Android.
+ "//net/*",
#"//pdf/*", # Medium-hard.
#"//ppapi/*", # Lots of errors.
@@ -71,7 +80,8 @@ check_targets = [
"//printing/*",
#"//remoting/*", # Medium-hard.
- #"//rlz/*", # Needs checking on Windows.
+ "//rlz/*",
+
#"//sandbox/*", # Medium-hard.
"//sdch/*",
"//skia/*",
@@ -81,7 +91,10 @@ check_targets = [
"//testing/*",
#"//third_party/*", # May not ever want this.
+ "//third_party/hunspell/*",
"//third_party/kasko/*",
+ "//third_party/libaddressinput/*",
+ "//third_party/libphonenumber/*",
"//third_party/WebKit/Source/*",
"//tools/*",
@@ -104,7 +117,6 @@ check_targets = [
"//ui/keyboard/*",
"//ui/login/*",
"//ui/message_center/*",
- "//ui/metro_viewer/*",
"//ui/mojo/*",
"//ui/native_theme/*",
"//ui/platform_window/*",
@@ -130,6 +142,7 @@ check_targets = [
exec_script_whitelist = [
"//android_webview/BUILD.gn",
"//ash/BUILD.gn",
+ "//build/config/BUILD.gn",
"//build/config/android/config.gni",
"//build/config/android/internal_rules.gni",
"//build/config/android/rules.gni",
@@ -172,11 +185,9 @@ exec_script_whitelist = [
"//clank/native/BUILD.gn",
"//components/domain_reliability/BUILD.gn",
- "//components/scheduler/scheduler.gni",
"//content/browser/browser.gni",
"//content/child/child.gni",
"//content/common/common.gni",
- "//content/content.gni",
"//content/public/android/BUILD.gn",
"//content/renderer/renderer.gni",
"//content/test/BUILD.gn",