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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3152055: Implement about:labs (Closed)
Patch Set: chromeos fix Created 10 years, 3 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/resources/labs.html ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1222 matching lines...) Expand 10 before | Expand all | Expand 10 after
1233 'browser/dom_ui/history_ui.cc', 1233 'browser/dom_ui/history_ui.cc',
1234 'browser/dom_ui/history_ui.h', 1234 'browser/dom_ui/history_ui.h',
1235 'browser/dom_ui/history2_ui.cc', 1235 'browser/dom_ui/history2_ui.cc',
1236 'browser/dom_ui/history2_ui.h', 1236 'browser/dom_ui/history2_ui.h',
1237 'browser/dom_ui/html_dialog_tab_contents_delegate.cc', 1237 'browser/dom_ui/html_dialog_tab_contents_delegate.cc',
1238 'browser/dom_ui/html_dialog_tab_contents_delegate.h', 1238 'browser/dom_ui/html_dialog_tab_contents_delegate.h',
1239 'browser/dom_ui/html_dialog_ui.cc', 1239 'browser/dom_ui/html_dialog_ui.cc',
1240 'browser/dom_ui/html_dialog_ui.h', 1240 'browser/dom_ui/html_dialog_ui.h',
1241 'browser/dom_ui/import_data_handler.cc', 1241 'browser/dom_ui/import_data_handler.cc',
1242 'browser/dom_ui/import_data_handler.h', 1242 'browser/dom_ui/import_data_handler.h',
1243 'browser/dom_ui/labs_ui.cc',
1244 'browser/dom_ui/labs_ui.h',
1243 'browser/dom_ui/mediaplayer_ui.cc', 1245 'browser/dom_ui/mediaplayer_ui.cc',
1244 'browser/dom_ui/mediaplayer_ui.h', 1246 'browser/dom_ui/mediaplayer_ui.h',
1245 'browser/dom_ui/most_visited_handler.cc', 1247 'browser/dom_ui/most_visited_handler.cc',
1246 'browser/dom_ui/most_visited_handler.h', 1248 'browser/dom_ui/most_visited_handler.h',
1247 'browser/dom_ui/net_internals_ui.cc', 1249 'browser/dom_ui/net_internals_ui.cc',
1248 'browser/dom_ui/net_internals_ui.h', 1250 'browser/dom_ui/net_internals_ui.h',
1249 'browser/dom_ui/new_tab_page_sync_handler.cc', 1251 'browser/dom_ui/new_tab_page_sync_handler.cc',
1250 'browser/dom_ui/new_tab_page_sync_handler.h', 1252 'browser/dom_ui/new_tab_page_sync_handler.h',
1251 'browser/dom_ui/new_tab_ui.cc', 1253 'browser/dom_ui/new_tab_ui.cc',
1252 'browser/dom_ui/new_tab_ui.h', 1254 'browser/dom_ui/new_tab_ui.h',
(...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after
1957 'browser/jumplist_win.cc', 1959 'browser/jumplist_win.cc',
1958 'browser/jumplist_win.h', 1960 'browser/jumplist_win.h',
1959 'browser/js_modal_dialog.cc', 1961 'browser/js_modal_dialog.cc',
1960 'browser/js_modal_dialog.h', 1962 'browser/js_modal_dialog.h',
1961 'browser/js_modal_dialog_gtk.cc', 1963 'browser/js_modal_dialog_gtk.cc',
1962 'browser/js_modal_dialog_mac.mm', 1964 'browser/js_modal_dialog_mac.mm',
1963 'browser/js_modal_dialog_win.cc', 1965 'browser/js_modal_dialog_win.cc',
1964 'browser/jsmessage_box_client.h', 1966 'browser/jsmessage_box_client.h',
1965 'browser/keychain_mac.cc', 1967 'browser/keychain_mac.cc',
1966 'browser/keychain_mac.h', 1968 'browser/keychain_mac.h',
1969 'browser/labs.cc',
1970 'browser/labs.h',
1967 'browser/language_combobox_model.cc', 1971 'browser/language_combobox_model.cc',
1968 'browser/language_combobox_model.h', 1972 'browser/language_combobox_model.h',
1969 'browser/language_order_table_model.cc', 1973 'browser/language_order_table_model.cc',
1970 'browser/language_order_table_model.h', 1974 'browser/language_order_table_model.h',
1971 'browser/load_from_memory_cache_details.h', 1975 'browser/load_from_memory_cache_details.h',
1972 'browser/load_notification_details.h', 1976 'browser/load_notification_details.h',
1973 'browser/location_bar.h', 1977 'browser/location_bar.h',
1974 'browser/location_bar_util.cc', 1978 'browser/location_bar_util.cc',
1975 'browser/location_bar_util.h', 1979 'browser/location_bar_util.h',
1976 'browser/login_model.h', 1980 'browser/login_model.h',
(...skipping 1935 matching lines...) Expand 10 before | Expand all | Expand 10 after
3912 ], 3916 ],
3913 }, 3917 },
3914 ], 3918 ],
3915 } 3919 }
3916 3920
3917 # Local Variables: 3921 # Local Variables:
3918 # tab-width:2 3922 # tab-width:2
3919 # indent-tabs-mode:nil 3923 # indent-tabs-mode:nil
3920 # End: 3924 # End:
3921 # vim: set expandtab tabstop=2 shiftwidth=2: 3925 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/resources/labs.html ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698