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

Unified Diff: chrome/chrome_exe.gypi

Issue 1411453004: Componentize internal class FlagsState in flags_ui component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@feature_entry
Patch Set: Fix build with gn and typo in gyp file 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
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 9cab33683ce3e752b8e5e08650e23086c400ce3c..8026359a049336aff5b2f79bac297530d34164df 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -417,6 +417,7 @@
'../chrome_elf/chrome_elf.gyp:chrome_elf',
'../components/components.gyp:crash_component',
'../components/components.gyp:crash_core_common',
+ '../components/components.gyp:flags_ui_switches',
'../sandbox/sandbox.gyp:sandbox',
'../ui/gfx/gfx.gyp:gfx',
'../win8/metro_driver/metro_driver.gyp:metro_driver',
@@ -548,6 +549,7 @@
'../breakpad/breakpad.gyp:breakpad_sender_win64',
'../components/components.gyp:breakpad_win64',
'../components/components.gyp:crash_core_common_win64',
+ '../components/components.gyp:flags_ui_switches_win64',
'../chrome/common_constants.gyp:common_constants_win64',
'../components/nacl.gyp:nacl_win64',
'../crypto/crypto.gyp:crypto_nacl_win64',

Powered by Google App Engine
This is Rietveld 408576698