summaryrefslogtreecommitdiffstats
path: root/components/flags_ui.gypi
diff options
context:
space:
mode:
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',