Index: chrome/chrome_common.gypi |
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi |
index 049882075482859bb2cc00fce949997516dca2f0..c5b673b9c2164df3e779866935af770552bc89db 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', |
@@ -325,8 +329,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', |