| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'variables': { | 6 'variables': { |
| 7 # File lists shared with GN build. | 7 # File lists shared with GN build. |
| 8 'chrome_common_sources': [ | 8 'chrome_common_sources': [ |
| 9 '../apps/app_shim/app_shim_launch.h', | 9 '../apps/app_shim/app_shim_launch.h', |
| 10 '../apps/app_shim/app_shim_messages.h', | 10 '../apps/app_shim/app_shim_messages.h', |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 'common/variations/uniformity_field_trials.cc', | 187 'common/variations/uniformity_field_trials.cc', |
| 188 'common/variations/uniformity_field_trials.h', | 188 'common/variations/uniformity_field_trials.h', |
| 189 'common/variations/variations_util.cc', | 189 'common/variations/variations_util.cc', |
| 190 'common/variations/variations_util.h', | 190 'common/variations/variations_util.h', |
| 191 'common/web_application_info.cc', | 191 'common/web_application_info.cc', |
| 192 'common/web_application_info.h', | 192 'common/web_application_info.h', |
| 193 'common/worker_thread_ticker.cc', | 193 'common/worker_thread_ticker.cc', |
| 194 'common/worker_thread_ticker.h', | 194 'common/worker_thread_ticker.h', |
| 195 ], | 195 ], |
| 196 'chrome_common_extensions_sources': [ | 196 'chrome_common_extensions_sources': [ |
| 197 'common/extensions/api/bluetooth/bluetooth_manifest_data.cc', | |
| 198 'common/extensions/api/bluetooth/bluetooth_manifest_data.h', | |
| 199 'common/extensions/api/bluetooth/bluetooth_manifest_handler.cc', | |
| 200 'common/extensions/api/bluetooth/bluetooth_manifest_handler.h', | |
| 201 'common/extensions/api/bluetooth/bluetooth_manifest_permission.cc', | |
| 202 'common/extensions/api/bluetooth/bluetooth_manifest_permission.h', | |
| 203 'common/extensions/api/commands/commands_handler.cc', | 197 'common/extensions/api/commands/commands_handler.cc', |
| 204 'common/extensions/api/commands/commands_handler.h', | 198 'common/extensions/api/commands/commands_handler.h', |
| 205 'common/extensions/api/extension_action/browser_action_handler.cc', | 199 'common/extensions/api/extension_action/browser_action_handler.cc', |
| 206 'common/extensions/api/extension_action/browser_action_handler.h', | 200 'common/extensions/api/extension_action/browser_action_handler.h', |
| 207 'common/extensions/api/extension_action/page_action_handler.cc', | 201 'common/extensions/api/extension_action/page_action_handler.cc', |
| 208 'common/extensions/api/extension_action/page_action_handler.h', | 202 'common/extensions/api/extension_action/page_action_handler.h', |
| 209 'common/extensions/api/file_browser_handlers/file_browser_handler.cc', | 203 'common/extensions/api/file_browser_handlers/file_browser_handler.cc', |
| 210 'common/extensions/api/file_browser_handlers/file_browser_handler.h', | 204 'common/extensions/api/file_browser_handlers/file_browser_handler.h', |
| 211 'common/extensions/api/input_ime/input_components_handler.cc', | 205 'common/extensions/api/input_ime/input_components_handler.cc', |
| 212 'common/extensions/api/input_ime/input_components_handler.h', | 206 'common/extensions/api/input_ime/input_components_handler.h', |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', | 334 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', |
| 341 '<(DEPTH)/url/url.gyp:url_lib', | 335 '<(DEPTH)/url/url.gyp:url_lib', |
| 342 ], | 336 ], |
| 343 'sources': [ | 337 'sources': [ |
| 344 '<@(chrome_common_sources)' | 338 '<@(chrome_common_sources)' |
| 345 ], | 339 ], |
| 346 'conditions': [ | 340 'conditions': [ |
| 347 ['enable_extensions==1', { | 341 ['enable_extensions==1', { |
| 348 'sources': [ '<@(chrome_common_extensions_sources)' ], | 342 'sources': [ '<@(chrome_common_extensions_sources)' ], |
| 349 'dependencies': [ | 343 'dependencies': [ |
| 350 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | |
| 351 '../device/usb/usb.gyp:device_usb', | 344 '../device/usb/usb.gyp:device_usb', |
| 352 ], | 345 ], |
| 353 }], | 346 }], |
| 354 ['OS=="win" or OS=="mac"', { | 347 ['OS=="win" or OS=="mac"', { |
| 355 'sources': [ '<@(chrome_common_win_mac_sources)' ], | 348 'sources': [ '<@(chrome_common_win_mac_sources)' ], |
| 356 }], | 349 }], |
| 357 ['(OS=="win" or OS=="mac") and use_openssl==1', { | 350 ['(OS=="win" or OS=="mac") and use_openssl==1', { |
| 358 # networking_private_crypto_openssl.cc depends on boringssl. | 351 # networking_private_crypto_openssl.cc depends on boringssl. |
| 359 'dependencies': [ | 352 'dependencies': [ |
| 360 '../third_party/boringssl/boringssl.gyp:boringssl', | 353 '../third_party/boringssl/boringssl.gyp:boringssl', |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 'common/safe_browsing/csd.proto' | 687 'common/safe_browsing/csd.proto' |
| 695 ], | 688 ], |
| 696 'variables': { | 689 'variables': { |
| 697 'proto_in_dir': 'common/safe_browsing', | 690 'proto_in_dir': 'common/safe_browsing', |
| 698 'proto_out_dir': 'chrome/common/safe_browsing', | 691 'proto_out_dir': 'chrome/common/safe_browsing', |
| 699 }, | 692 }, |
| 700 'includes': [ '../build/protoc.gypi' ], | 693 'includes': [ '../build/protoc.gypi' ], |
| 701 }, | 694 }, |
| 702 ], | 695 ], |
| 703 } | 696 } |
| OLD | NEW |