| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 169d04a002034fe2c5be7afc95b17b32e1ffc7fb..67704a825ea59216844da79ae5a8147445cb9341 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -91,10 +91,14 @@
|
| '../extensions/common/matcher/url_matcher_helpers.h',
|
| '../extensions/common/one_shot_event.cc',
|
| '../extensions/common/one_shot_event.h',
|
| + '../extensions/common/switches.cc',
|
| + '../extensions/common/switches.h',
|
| '../extensions/common/url_pattern.cc',
|
| '../extensions/common/url_pattern.h',
|
| '../extensions/common/url_pattern_set.cc',
|
| '../extensions/common/url_pattern_set.h',
|
| + '../extensions/common/user_script.cc',
|
| + '../extensions/common/user_script.h',
|
| '../extensions/common/view_type.cc',
|
| '../extensions/common/view_type.h',
|
| 'common/all_messages.h',
|
| @@ -323,8 +327,6 @@
|
| 'common/extensions/sync_helper.h',
|
| 'common/extensions/update_manifest.cc',
|
| 'common/extensions/update_manifest.h',
|
| - 'common/extensions/user_script.cc',
|
| - 'common/extensions/user_script.h',
|
| 'common/extensions/value_counter.cc',
|
| 'common/extensions/value_counter.h',
|
| 'common/extensions/web_accessible_resources_handler.cc',
|
|
|