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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9232010: [uber page] Migrate all elements in the 'System' (cros) page to new locations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: compile fix Created 8 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/options2/options_ui2.cc ('k') | no next file » | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 3991 matching lines...) Expand 10 before | Expand all | Expand 10 after
4002 'browser/ui/webui/options2/chromeos/language_options_util2.cc', 4002 'browser/ui/webui/options2/chromeos/language_options_util2.cc',
4003 'browser/ui/webui/options2/chromeos/language_options_util2.h', 4003 'browser/ui/webui/options2/chromeos/language_options_util2.h',
4004 'browser/ui/webui/options2/chromeos/language_pinyin_handler2.cc', 4004 'browser/ui/webui/options2/chromeos/language_pinyin_handler2.cc',
4005 'browser/ui/webui/options2/chromeos/language_pinyin_handler2.h', 4005 'browser/ui/webui/options2/chromeos/language_pinyin_handler2.h',
4006 'browser/ui/webui/options2/chromeos/pointer_handler2.cc', 4006 'browser/ui/webui/options2/chromeos/pointer_handler2.cc',
4007 'browser/ui/webui/options2/chromeos/pointer_handler2.h', 4007 'browser/ui/webui/options2/chromeos/pointer_handler2.h',
4008 'browser/ui/webui/options2/chromeos/proxy_handler2.cc', 4008 'browser/ui/webui/options2/chromeos/proxy_handler2.cc',
4009 'browser/ui/webui/options2/chromeos/proxy_handler2.h', 4009 'browser/ui/webui/options2/chromeos/proxy_handler2.h',
4010 'browser/ui/webui/options2/chromeos/stats_options_handler2.cc', 4010 'browser/ui/webui/options2/chromeos/stats_options_handler2.cc',
4011 'browser/ui/webui/options2/chromeos/stats_options_handler2.h', 4011 'browser/ui/webui/options2/chromeos/stats_options_handler2.h',
4012 'browser/ui/webui/options2/chromeos/system_options_handler2.cc',
4013 'browser/ui/webui/options2/chromeos/system_options_handler2.h',
4014 'browser/ui/webui/options2/chromeos/system_settings_provider2.cc', 4012 'browser/ui/webui/options2/chromeos/system_settings_provider2.cc',
4015 'browser/ui/webui/options2/chromeos/system_settings_provider2.h', 4013 'browser/ui/webui/options2/chromeos/system_settings_provider2.h',
4016 'browser/ui/webui/options2/chromeos/user_image_source2.cc', 4014 'browser/ui/webui/options2/chromeos/user_image_source2.cc',
4017 'browser/ui/webui/options2/chromeos/user_image_source2.h', 4015 'browser/ui/webui/options2/chromeos/user_image_source2.h',
4018 'browser/ui/webui/options2/chromeos/virtual_keyboard_manager_handler2.cc ', 4016 'browser/ui/webui/options2/chromeos/virtual_keyboard_manager_handler2.cc ',
4019 'browser/ui/webui/options2/chromeos/virtual_keyboard_manager_handler2.h' , 4017 'browser/ui/webui/options2/chromeos/virtual_keyboard_manager_handler2.h' ,
4020 'browser/ui/webui/options2/clear_browser_data_handler2.cc', 4018 'browser/ui/webui/options2/clear_browser_data_handler2.cc',
4021 'browser/ui/webui/options2/clear_browser_data_handler2.h', 4019 'browser/ui/webui/options2/clear_browser_data_handler2.h',
4022 'browser/ui/webui/options2/content_settings_handler2.cc', 4020 'browser/ui/webui/options2/content_settings_handler2.cc',
4023 'browser/ui/webui/options2/content_settings_handler2.h', 4021 'browser/ui/webui/options2/content_settings_handler2.h',
(...skipping 1435 matching lines...) Expand 10 before | Expand all | Expand 10 after
5459 'type': 'static_library', 5457 'type': 'static_library',
5460 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5458 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5461 'variables': { 5459 'variables': {
5462 'proto_in_dir': 'browser/history', 5460 'proto_in_dir': 'browser/history',
5463 'proto_out_dir': 'chrome/browser/history', 5461 'proto_out_dir': 'chrome/browser/history',
5464 }, 5462 },
5465 'includes': [ '../build/protoc.gypi' ] 5463 'includes': [ '../build/protoc.gypi' ]
5466 }, 5464 },
5467 ], 5465 ],
5468 } 5466 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options2/options_ui2.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698