Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4282)

Unified Diff: chrome/chrome_common.gypi

Issue 19678004: Move UserScript and Extension switches to top-level extensions/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/startup/bad_flags_prompt.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « chrome/browser/ui/startup/bad_flags_prompt.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698