diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-27 04:11:14 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-27 04:11:14 +0000 |
commit | 148b9262ade2ac3b05f457c14efd43efd19644d7 (patch) | |
tree | db9f79f66d17e5f478db4a3d2ebcb574997c4287 /chrome/chrome_browser.gypi | |
parent | f20365f0541ee445ce776ef96c0e2394d08f21cf (diff) | |
download | chromium_src-148b9262ade2ac3b05f457c14efd43efd19644d7.zip chromium_src-148b9262ade2ac3b05f457c14efd43efd19644d7.tar.gz chromium_src-148b9262ade2ac3b05f457c14efd43efd19644d7.tar.bz2 |
Implement about:labs
Tabpose is currently the only lab on mac, tabs-on-left the only lab on windows. Nothing for linux yet.
BUG=53399
TEST=Go to about:labs. Should have one feature on windows and osx each, none on linux yet. about:labs should not be visible on the stable channel. Labs that were enabled on the dev channel should not be enabled on the stable channel. about:labs in chromeos should still work (they use a different implementation)
Review URL: http://codereview.chromium.org/3152055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57635 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index b1f14b2..824e872 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -1240,6 +1240,8 @@ 'browser/dom_ui/html_dialog_ui.h', 'browser/dom_ui/import_data_handler.cc', 'browser/dom_ui/import_data_handler.h', + 'browser/dom_ui/labs_ui.cc', + 'browser/dom_ui/labs_ui.h', 'browser/dom_ui/mediaplayer_ui.cc', 'browser/dom_ui/mediaplayer_ui.h', 'browser/dom_ui/most_visited_handler.cc', @@ -1964,6 +1966,8 @@ 'browser/jsmessage_box_client.h', 'browser/keychain_mac.cc', 'browser/keychain_mac.h', + 'browser/labs.cc', + 'browser/labs.h', 'browser/language_combobox_model.cc', 'browser/language_combobox_model.h', 'browser/language_order_table_model.cc', |