summaryrefslogtreecommitdiffstats
path: root/components/flags_ui.gypi
diff options
context:
space:
mode:
authorsdefresne <sdefresne@chromium.org>2015-11-16 13:47:29 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-16 21:48:55 +0000
commit246c564da980b3dbbd0a062688ec65539b4b2c35 (patch)
tree81c60249e1062a54fc42c70c9fe2b95ee8bdc0a8 /components/flags_ui.gypi
parent049217061cbe1c5bfcda950cab2a054725678c73 (diff)
downloadchromium_src-246c564da980b3dbbd0a062688ec65539b4b2c35.zip
chromium_src-246c564da980b3dbbd0a062688ec65539b4b2c35.tar.gz
chromium_src-246c564da980b3dbbd0a062688ec65539b4b2c35.tar.bz2
Componentize about_flags::FeatureEntry in flags_ui component.
Move FeatureEntry structure definition to components/flags_ui so that it can be shared with iOS and move the helper macros to a secondary header file for the same reason. Move IDS_GENERIC_EXPERIMENT_CHOICE_* strings to flags_ui.grdp. BUG=551954 Review URL: https://codereview.chromium.org/1415953005 Cr-Commit-Position: refs/heads/master@{#359927}
Diffstat (limited to 'components/flags_ui.gypi')
-rw-r--r--components/flags_ui.gypi9
1 files changed, 9 insertions, 0 deletions
diff --git a/components/flags_ui.gypi b/components/flags_ui.gypi
index a6ab42c..3293221 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',