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 4031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4042 'browser/ui/webui/options2/startup_pages_handler2.cc', | 4042 'browser/ui/webui/options2/startup_pages_handler2.cc', |
4043 'browser/ui/webui/options2/startup_pages_handler2.h', | 4043 'browser/ui/webui/options2/startup_pages_handler2.h', |
4044 'browser/ui/webui/options2/stop_syncing_handler2.cc', | 4044 'browser/ui/webui/options2/stop_syncing_handler2.cc', |
4045 'browser/ui/webui/options2/stop_syncing_handler2.h', | 4045 'browser/ui/webui/options2/stop_syncing_handler2.h', |
4046 'browser/ui/webui/options2/web_intents_settings_handler2.cc', | 4046 'browser/ui/webui/options2/web_intents_settings_handler2.cc', |
4047 'browser/ui/webui/options2/web_intents_settings_handler2.h', | 4047 'browser/ui/webui/options2/web_intents_settings_handler2.h', |
4048 'browser/ui/webui/plugins_ui.cc', | 4048 'browser/ui/webui/plugins_ui.cc', |
4049 'browser/ui/webui/plugins_ui.h', | 4049 'browser/ui/webui/plugins_ui.h', |
4050 'browser/ui/webui/policy_ui.cc', | 4050 'browser/ui/webui/policy_ui.cc', |
4051 'browser/ui/webui/policy_ui.h', | 4051 'browser/ui/webui/policy_ui.h', |
4052 'browser/ui/webui/print_preview_data_source.cc', | 4052 'browser/ui/webui/print_preview/print_preview_data_source.cc', |
4053 'browser/ui/webui/print_preview_data_source.h', | 4053 'browser/ui/webui/print_preview/print_preview_data_source.h', |
4054 'browser/ui/webui/print_preview_handler.cc', | 4054 'browser/ui/webui/print_preview/print_preview_handler.cc', |
4055 'browser/ui/webui/print_preview_handler.h', | 4055 'browser/ui/webui/print_preview/print_preview_handler.h', |
4056 'browser/ui/webui/print_preview_ui.cc', | 4056 'browser/ui/webui/print_preview/print_preview_ui.cc', |
4057 'browser/ui/webui/print_preview_ui.h', | 4057 'browser/ui/webui/print_preview/print_preview_ui.h', |
4058 'browser/ui/webui/profiler_ui.cc', | 4058 'browser/ui/webui/profiler_ui.cc', |
4059 'browser/ui/webui/profiler_ui.h', | 4059 'browser/ui/webui/profiler_ui.h', |
4060 'browser/ui/webui/quota_internals_handler.cc', | 4060 'browser/ui/webui/quota_internals_handler.cc', |
4061 'browser/ui/webui/quota_internals_handler.h', | 4061 'browser/ui/webui/quota_internals_handler.h', |
4062 'browser/ui/webui/quota_internals_proxy.cc', | 4062 'browser/ui/webui/quota_internals_proxy.cc', |
4063 'browser/ui/webui/quota_internals_proxy.h', | 4063 'browser/ui/webui/quota_internals_proxy.h', |
4064 'browser/ui/webui/quota_internals_types.cc', | 4064 'browser/ui/webui/quota_internals_types.cc', |
4065 'browser/ui/webui/quota_internals_types.h', | 4065 'browser/ui/webui/quota_internals_types.h', |
4066 'browser/ui/webui/quota_internals_ui.cc', | 4066 'browser/ui/webui/quota_internals_ui.cc', |
4067 'browser/ui/webui/quota_internals_ui.h', | 4067 'browser/ui/webui/quota_internals_ui.h', |
(...skipping 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5427 'type': 'static_library', | 5427 'type': 'static_library', |
5428 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5428 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5429 'variables': { | 5429 'variables': { |
5430 'proto_in_dir': 'browser/history', | 5430 'proto_in_dir': 'browser/history', |
5431 'proto_out_dir': 'chrome/browser/history', | 5431 'proto_out_dir': 'chrome/browser/history', |
5432 }, | 5432 }, |
5433 'includes': [ '../build/protoc.gypi' ] | 5433 'includes': [ '../build/protoc.gypi' ] |
5434 }, | 5434 }, |
5435 ], | 5435 ], |
5436 } | 5436 } |
OLD | NEW |