| OLD | NEW |
| 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 4017 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4028 'browser/ui/webui/options2/language_options_handler_common2.cc', | 4028 'browser/ui/webui/options2/language_options_handler_common2.cc', |
| 4029 'browser/ui/webui/options2/language_options_handler_common2.h', | 4029 'browser/ui/webui/options2/language_options_handler_common2.h', |
| 4030 'browser/ui/webui/options2/manage_profile_handler2.cc', | 4030 'browser/ui/webui/options2/manage_profile_handler2.cc', |
| 4031 'browser/ui/webui/options2/manage_profile_handler2.h', | 4031 'browser/ui/webui/options2/manage_profile_handler2.h', |
| 4032 'browser/ui/webui/options2/options_sync_setup_handler2.cc', | 4032 'browser/ui/webui/options2/options_sync_setup_handler2.cc', |
| 4033 'browser/ui/webui/options2/options_sync_setup_handler2.h', | 4033 'browser/ui/webui/options2/options_sync_setup_handler2.h', |
| 4034 'browser/ui/webui/options2/options_ui2.cc', | 4034 'browser/ui/webui/options2/options_ui2.cc', |
| 4035 'browser/ui/webui/options2/options_ui2.h', | 4035 'browser/ui/webui/options2/options_ui2.h', |
| 4036 'browser/ui/webui/options2/password_manager_handler2.cc', | 4036 'browser/ui/webui/options2/password_manager_handler2.cc', |
| 4037 'browser/ui/webui/options2/password_manager_handler2.h', | 4037 'browser/ui/webui/options2/password_manager_handler2.h', |
| 4038 'browser/ui/webui/options2/personal_options_handler2.cc', | |
| 4039 'browser/ui/webui/options2/personal_options_handler2.h', | |
| 4040 'browser/ui/webui/options2/search_engine_manager_handler2.cc', | 4038 'browser/ui/webui/options2/search_engine_manager_handler2.cc', |
| 4041 'browser/ui/webui/options2/search_engine_manager_handler2.h', | 4039 'browser/ui/webui/options2/search_engine_manager_handler2.h', |
| 4042 'browser/ui/webui/options2/startup_pages_handler2.cc', | 4040 'browser/ui/webui/options2/startup_pages_handler2.cc', |
| 4043 'browser/ui/webui/options2/startup_pages_handler2.h', | 4041 'browser/ui/webui/options2/startup_pages_handler2.h', |
| 4044 'browser/ui/webui/options2/stop_syncing_handler2.cc', | 4042 'browser/ui/webui/options2/stop_syncing_handler2.cc', |
| 4045 'browser/ui/webui/options2/stop_syncing_handler2.h', | 4043 'browser/ui/webui/options2/stop_syncing_handler2.h', |
| 4046 'browser/ui/webui/options2/web_intents_settings_handler2.cc', | 4044 'browser/ui/webui/options2/web_intents_settings_handler2.cc', |
| 4047 'browser/ui/webui/options2/web_intents_settings_handler2.h', | 4045 'browser/ui/webui/options2/web_intents_settings_handler2.h', |
| 4048 'browser/ui/webui/plugins_ui.cc', | 4046 'browser/ui/webui/plugins_ui.cc', |
| 4049 'browser/ui/webui/plugins_ui.h', | 4047 'browser/ui/webui/plugins_ui.h', |
| (...skipping 1377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5427 'type': 'static_library', | 5425 'type': 'static_library', |
| 5428 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5426 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5429 'variables': { | 5427 'variables': { |
| 5430 'proto_in_dir': 'browser/history', | 5428 'proto_in_dir': 'browser/history', |
| 5431 'proto_out_dir': 'chrome/browser/history', | 5429 'proto_out_dir': 'chrome/browser/history', |
| 5432 }, | 5430 }, |
| 5433 'includes': [ '../build/protoc.gypi' ] | 5431 'includes': [ '../build/protoc.gypi' ] |
| 5434 }, | 5432 }, |
| 5435 ], | 5433 ], |
| 5436 } | 5434 } |
| OLD | NEW |