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

Unified Diff: chrome/browser/BUILD.gn

Issue 383083010: Add browser_extensions to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment fix 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 | « build/config/linux/BUILD.gn ('k') | chrome/browser/extensions/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 a30fae69afc012329bbbfd0980ef6470e13d6901..b346fe3c873ef12dfa076cb30669f0979da4a905 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -135,6 +135,7 @@ static_library("browser") {
deps += [
"//cc",
+ "//chrome/browser/extensions",
"//chrome/browser/performance_monitor",
"//chrome/browser/sync_file_system:sync_file_system_proto",
"//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_proto",
@@ -171,7 +172,6 @@ static_library("browser") {
"//webkit/common:storage",
# TODO(GYP)
#"apps",
- #"browser_extensions",
#"debugger",
#"installer_util",
#"../components/components.gyp:navigation_interception",
« no previous file with comments | « build/config/linux/BUILD.gn ('k') | chrome/browser/extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698