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

Unified Diff: chrome/chrome_exe.gypi

Issue 1475513006: New build flag system, convert Google Now flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add hard dependency flags Created 5 years, 1 month 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 | « chrome/chrome_debugger.gypi ('k') | chrome/chrome_features.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index f593901093b06a9571249043845e638550d2bc61..286db9685afe13eae128cae9622e694634f13683 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -46,7 +46,10 @@
# GN version: //chrome:chrome_initial
'target_name': 'chrome_initial',
'type': 'executable',
- 'dependencies' : [ '../chrome/common_constants.gyp:version_header', ],
+ 'dependencies' : [
+ '../chrome/common_constants.gyp:version_header',
+ 'chrome_common_features',
+ ],
# Name the exe chrome.exe, not chrome_initial.exe.
'product_name': 'chrome',
'mac_bundle': 1,
« no previous file with comments | « chrome/chrome_debugger.gypi ('k') | chrome/chrome_features.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698