Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: chrome/browser/BUILD.gn

Issue 377393002: Add more components to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 48f1ce1ea4262d73daeab96e574b4e49a0a20e08..187af57f7893d8304216a25522f4e277e848ddb9 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -42,6 +42,11 @@ static_library("browser") {
"//chrome/common/net",
"//components/autofill/core/browser",
"//components/cloud_devices/common",
+ "//components/domain_reliability",
+ "//components/favicon_base",
+ "//components/favicon/core",
+ "//components/history/core/browser",
+ "//components/history/core/common",
"//components/metrics:net",
"//components/navigation_metrics",
"//components/os_crypt",
@@ -50,6 +55,7 @@ static_library("browser") {
"//components/strings",
"//components/translate:translate_core_browser",
"//components/translate:translate_core_common",
+ "//components/url_fixer",
"//components/user_prefs",
"//content/public/browser",
"//content/public/common",
@@ -78,14 +84,9 @@ static_library("browser") {
#"../components/components.gyp:bookmarks_browser",
#"../components/components.gyp:captive_portal",
#"../components/components.gyp:data_reduction_proxy_browser",
- #"../components/components.gyp:domain_reliability",
- #"../components/components.gyp:favicon_base",
- #"../components/components.gyp:favicon_core",
#"../components/components.gyp:feedback_component",
#"../components/components.gyp:gcm_driver",
#"../components/components.gyp:google_core_browser",
- #"../components/components.gyp:history_core_browser",
- #"../components/components.gyp:history_core_common",
#"../components/components.gyp:infobars_core",
#"../components/components.gyp:invalidation",
#"../components/components.gyp:network_time",
@@ -99,7 +100,6 @@ static_library("browser") {
#"../components/components.gyp:signin_core_browser",
#"../components/components.gyp:startup_metric_utils",
#"../components/components.gyp:sync_driver",
- #"../components/components.gyp:url_fixer",
#"../components/components.gyp:webdata_common",
#"../jingle/jingle.gyp:notifier",
#"../third_party/libjingle/libjingle.gyp:libjingle",
« no previous file with comments | « no previous file | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698