diff options
author | rdevlin.cronin@chromium.org <rdevlin.cronin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-08 20:42:57 +0000 |
---|---|---|
committer | rdevlin.cronin@chromium.org <rdevlin.cronin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-11-08 20:42:57 +0000 |
commit | 5ef835a2c91e112ecf28b589cc5b80ae53e1927f (patch) | |
tree | c367bf7148e1e5421beab1478ba1796f4fd9274c /extensions/extensions.gyp | |
parent | b5a507b2ce386972331f17678b46de4d95d49c02 (diff) | |
download | chromium_src-5ef835a2c91e112ecf28b589cc5b80ae53e1927f.zip chromium_src-5ef835a2c91e112ecf28b589cc5b80ae53e1927f.tar.gz chromium_src-5ef835a2c91e112ecf28b589cc5b80ae53e1927f.tar.bz2 |
Move FeatureSwitch to top-level extensions/
Move FeatureSwitch to extensions/common/
Move the switches used in FeatureSwitch to extensions/common/switches.h (when necessary).
Update some uses of the switches to use feature switch instead of the commandline
BUG=159265
TBR=rdsmith@chromium.org (c/b/download)
TBR=sky@chromium.org (c/b/ui/, c/test/ui/)
Review URL: https://codereview.chromium.org/47923018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233977 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'extensions/extensions.gyp')
-rw-r--r-- | extensions/extensions.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp index 6cef0ee..be923b6 100644 --- a/extensions/extensions.gyp +++ b/extensions/extensions.gyp @@ -47,6 +47,8 @@ 'common/extension_urls.h', 'common/extensions_client.cc', 'common/extensions_client.h', + 'common/feature_switch.cc', + 'common/feature_switch.h', 'common/features/feature.cc', 'common/features/feature.h', 'common/features/feature_provider.cc', |