summaryrefslogtreecommitdiffstats
path: root/.gn
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-11-30 14:11:05 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-30 22:12:01 +0000
commit15764b1f1b8fe2d0ba0328235d55516ac3415276 (patch)
tree0c4c375a5b64beda8fc3fb9905347c1c62594fb0 /.gn
parentdbd692767b578bad0ce1d295918ab439822525fe (diff)
downloadchromium_src-15764b1f1b8fe2d0ba0328235d55516ac3415276.zip
chromium_src-15764b1f1b8fe2d0ba0328235d55516ac3415276.tar.gz
chromium_src-15764b1f1b8fe2d0ba0328235d55516ac3415276.tar.bz2
Add more components to "gn check", work on dom_distiller.
Added components are: bitmap_uploader browser_sync dom_distiller exp proxy_config query_parser rappor renderer_context_menu resource_provider resources rlz safe_browsing_db safe_json scheduler search The dom distiller GN build was a little messed up. The JNI registrar files were in core but referenced files in content. I moved the registrar files to content/browser which is where they're needed and matches some other components. There were also some other duplicated java targets, and I split out the content build file into separate subdirectories and renamed the targets to match. TBR=dpranke@chromium.org BUG=562773 Review URL: https://codereview.chromium.org/1487433002 Cr-Commit-Position: refs/heads/master@{#362234}
Diffstat (limited to '.gn')
-rw-r--r--.gn35
1 files changed, 17 insertions, 18 deletions
diff --git a/.gn b/.gn
index 13d4537..75faf76 100644
--- a/.gn
+++ b/.gn
@@ -34,14 +34,17 @@ check_targets = [
#"//chrome_elf/*",
#"//cloud_print/*",
- #"//components/*", # Lots of errors.
+ #"//components/*", # Needs nacl below.
+ #"//components:*", # Some Android unit tests.
"//components/about_handler/*",
"//components/about_ui/*",
"//components/app_modal/*",
"//components/audio_modem/*",
"//components/autofill/*",
"//components/auto_login_parser/*",
+ "//components/bitmap_uploader/*",
"//components/bookmarks/*",
+ "//components/browser_sync/*",
"//components/browser_watcher/*",
"//components/browsing_data/*",
"//components/bubble/*",
@@ -68,15 +71,12 @@ check_targets = [
"//components/devtools_discovery/*",
"//components/devtools_http_handler/*",
"//components/devtools_service/*",
-
- # There are some Android problems where the jni_registrar referenced from
- # core includes stuff from the content version of the dom_distiller.
- #"//components/dom_distiller/*",
-
+ "//components/dom_distiller/*",
"//components/domain_reliability/*",
"//components/drive/*",
"//components/enhanced_bookmarks/*",
"//components/error_page/*",
+ "//components/exp/*",
"//components/external_video_surface/*",
"//components/favicon/*",
"//components/favicon_base/*",
@@ -130,18 +130,17 @@ check_targets = [
"//components/pref_registry/*",
"//components/printing/*",
"//components/proximity_auth/*",
-
- #"//components/proxy_config/*",
- #"//components/query_parser/*",
- #"//components/rappor/*",
- #"//components/renderer_context_menu/*",
- #"//components/resource_provider/*",
- #"//components/resources/*",
- #"//components/rlz/*",
-
- #"//components/safe_json/*",
- #"//components/scheduler/*",
- #"//components/search/*",
+ "//components/proxy_config/*",
+ "//components/query_parser/*",
+ "//components/rappor/*",
+ "//components/renderer_context_menu/*",
+ "//components/resource_provider/*",
+ "//components/resources/*",
+ "//components/rlz/*",
+ "//components/safe_browsing_db/*",
+ "//components/safe_json/*",
+ "//components/scheduler/*",
+ "//components/search/*",
"//components/search_engines/*",
"//components/search_provider_logos/*",
"//components/security_interstitials/*",