| 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 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1017 'browser/download/download_shelf_context_menu.h', | 1017 'browser/download/download_shelf_context_menu.h', |
| 1018 'browser/download/download_started_animation.h', | 1018 'browser/download/download_started_animation.h', |
| 1019 'browser/download/download_resource_throttle.cc', | 1019 'browser/download/download_resource_throttle.cc', |
| 1020 'browser/download/download_resource_throttle.h', | 1020 'browser/download/download_resource_throttle.h', |
| 1021 'browser/download/download_status_updater.cc', | 1021 'browser/download/download_status_updater.cc', |
| 1022 'browser/download/download_status_updater.h', | 1022 'browser/download/download_status_updater.h', |
| 1023 'browser/download/download_util.cc', | 1023 'browser/download/download_util.cc', |
| 1024 'browser/download/download_util.h', | 1024 'browser/download/download_util.h', |
| 1025 'browser/download/save_package_file_picker.cc', | 1025 'browser/download/save_package_file_picker.cc', |
| 1026 'browser/download/save_package_file_picker.h', | 1026 'browser/download/save_package_file_picker.h', |
| 1027 'browser/download/save_package_file_picker_chromeos.cc', |
| 1028 'browser/download/save_package_file_picker_chromeos.h', |
| 1027 'browser/enumerate_modules_model_win.cc', | 1029 'browser/enumerate_modules_model_win.cc', |
| 1028 'browser/enumerate_modules_model_win.h', | 1030 'browser/enumerate_modules_model_win.h', |
| 1029 'browser/event_disposition.cc', | 1031 'browser/event_disposition.cc', |
| 1030 'browser/event_disposition.h', | 1032 'browser/event_disposition.h', |
| 1031 'browser/external_protocol/external_protocol_handler.cc', | 1033 'browser/external_protocol/external_protocol_handler.cc', |
| 1032 'browser/external_protocol/external_protocol_handler.h', | 1034 'browser/external_protocol/external_protocol_handler.h', |
| 1033 'browser/external_protocol/external_protocol_observer.cc', | 1035 'browser/external_protocol/external_protocol_observer.cc', |
| 1034 'browser/external_protocol/external_protocol_observer.h', | 1036 'browser/external_protocol/external_protocol_observer.h', |
| 1035 'browser/external_tab_container_win.cc', | 1037 'browser/external_tab_container_win.cc', |
| 1036 'browser/external_tab_container_win.h', | 1038 'browser/external_tab_container_win.h', |
| (...skipping 3006 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4043 ], | 4045 ], |
| 4044 }], | 4046 }], |
| 4045 ['chromeos==0', { | 4047 ['chromeos==0', { |
| 4046 'sources/': [ | 4048 'sources/': [ |
| 4047 ['exclude', '^browser/chromeos'], | 4049 ['exclude', '^browser/chromeos'], |
| 4048 ['exclude', '^browser/ui/webui/chromeos'], | 4050 ['exclude', '^browser/ui/webui/chromeos'], |
| 4049 ['exclude', '^browser/ui/webui/options/chromeos'], | 4051 ['exclude', '^browser/ui/webui/options/chromeos'], |
| 4050 ['exclude', '^browser/ui/webui/options2/chromeos'], | 4052 ['exclude', '^browser/ui/webui/options2/chromeos'], |
| 4051 ['exclude', 'browser/download/download_file_picker_chromeos.cc'], | 4053 ['exclude', 'browser/download/download_file_picker_chromeos.cc'], |
| 4052 ['exclude', 'browser/download/download_file_picker_chromeos.h'], | 4054 ['exclude', 'browser/download/download_file_picker_chromeos.h'], |
| 4055 ['exclude', 'browser/download/save_package_file_picker_chromeos.cc']
, |
| 4056 ['exclude', 'browser/download/save_package_file_picker_chromeos.h'], |
| 4053 ['exclude', 'browser/extensions/api/terminal/terminal_extension_help
er.cc'], | 4057 ['exclude', 'browser/extensions/api/terminal/terminal_extension_help
er.cc'], |
| 4054 ['exclude', 'browser/extensions/api/terminal/terminal_extension_help
er.h'], | 4058 ['exclude', 'browser/extensions/api/terminal/terminal_extension_help
er.h'], |
| 4055 ['exclude', 'browser/extensions/api/terminal/terminal_private_api.cc
'], | 4059 ['exclude', 'browser/extensions/api/terminal/terminal_private_api.cc
'], |
| 4056 ['exclude', 'browser/extensions/api/terminal/terminal_private_api.h'
], | 4060 ['exclude', 'browser/extensions/api/terminal/terminal_private_api.h'
], |
| 4057 ['exclude', 'browser/extensions/extension_input_ime_api.cc'], | 4061 ['exclude', 'browser/extensions/extension_input_ime_api.cc'], |
| 4058 ['exclude', 'browser/extensions/extension_input_ime_api.h'], | 4062 ['exclude', 'browser/extensions/extension_input_ime_api.h'], |
| 4059 ['exclude', 'browser/extensions/extension_input_method_api.cc'], | 4063 ['exclude', 'browser/extensions/extension_input_method_api.cc'], |
| 4060 ['exclude', 'browser/extensions/extension_input_method_api.h'], | 4064 ['exclude', 'browser/extensions/extension_input_method_api.h'], |
| 4061 ['exclude', 'browser/icon_loader_chromeos.cc'], | 4065 ['exclude', 'browser/icon_loader_chromeos.cc'], |
| 4062 ['exclude', 'browser/icon_manager_chromeos.cc'], | 4066 ['exclude', 'browser/icon_manager_chromeos.cc'], |
| (...skipping 1088 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5151 'variables': { | 5155 'variables': { |
| 5152 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5156 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
| 5153 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5157 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
| 5154 }, | 5158 }, |
| 5155 'includes': ['../build/protoc.gypi'], | 5159 'includes': ['../build/protoc.gypi'], |
| 5156 }], | 5160 }], |
| 5157 ], | 5161 ], |
| 5158 }, | 5162 }, |
| 5159 ], | 5163 ], |
| 5160 } | 5164 } |
| OLD | NEW |