Chromium Code Reviews| Index: content/content_common.gypi |
| diff --git a/content/content_common.gypi b/content/content_common.gypi |
| index 703edad4c1f1565340167991a031b9c7e2b905e5..b436daaea610abbb7dbd1e826735c87fc0e80c24 100644 |
| --- a/content/content_common.gypi |
| +++ b/content/content_common.gypi |
| @@ -45,6 +45,7 @@ |
| '../ui/gl/gl.gyp:gl', |
| '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
| '../url/url.gyp:url_lib', |
| + 'content.gyp:common_features', |
| 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
| ], |
| 'include_dirs': [ |
| @@ -100,6 +101,7 @@ |
| 'public/common/child_process_sandbox_support_linux.h', |
| 'public/common/color_suggestion.cc', |
| 'public/common/color_suggestion.h', |
| + 'public/common/common_features.h', |
|
brettw
2016/02/22 18:04:03
This line tells GYP there's a file src/content/pub
hbos_chromium
2016/02/22 20:32:40
Done.
|
| 'public/common/common_param_traits.cc', |
| 'public/common/common_param_traits.h', |
| 'public/common/common_param_traits_macros.h', |