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

Unified Diff: components/flags_ui.gypi

Issue 1415953005: Componentize about_flags::FeatureEntry in flags_ui component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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/browser/profiles/profile_window.cc ('k') | components/flags_ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/flags_ui.gypi
diff --git a/components/flags_ui.gypi b/components/flags_ui.gypi
index a6ab42c931403e95010e035879e84756c7b7133b..32932217f28fa6d05d11b1a7affc52cf3f24ecaa 100644
--- a/components/flags_ui.gypi
+++ b/components/flags_ui.gypi
@@ -11,8 +11,17 @@
'include_dirs': [
'..',
],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../base/base.gyp:base_prefs',
+ '../components/components_strings.gyp:components_strings',
+ '../ui/base/ui_base.gyp:ui_base',
+ ],
'sources': [
# Note: sources list duplicated in GN build.
+ 'flags_ui/feature_entry.cc',
+ 'flags_ui/feature_entry.h',
+ 'flags_ui/feature_entry_macros.h',
'flags_ui/flags_ui_constants.cc',
'flags_ui/flags_ui_constants.h',
'flags_ui/flags_ui_pref_names.cc',
« no previous file with comments | « chrome/browser/profiles/profile_window.cc ('k') | components/flags_ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698