| 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 'common/all_messages.h', | 9 'common/all_messages.h', |
| 10 'common/attrition_experiments.h', | 10 'common/attrition_experiments.h', |
| (...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 ], | 362 ], |
| 363 'sources': [ | 363 'sources': [ |
| 364 '<@(chrome_common_sources)' | 364 '<@(chrome_common_sources)' |
| 365 ], | 365 ], |
| 366 'conditions': [ | 366 'conditions': [ |
| 367 ['enable_extensions==1', { | 367 ['enable_extensions==1', { |
| 368 'sources': [ '<@(chrome_common_extensions_sources)' ], | 368 'sources': [ '<@(chrome_common_extensions_sources)' ], |
| 369 'dependencies': [ | 369 'dependencies': [ |
| 370 '<(DEPTH)/device/usb/usb.gyp:device_usb', | 370 '<(DEPTH)/device/usb/usb.gyp:device_usb', |
| 371 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', | 371 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', |
| 372 '<(DEPTH)/chrome/common/extensions/api/api.gyp:extensions_features', |
| 372 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', | 373 '<(DEPTH)/extensions/common/api/api.gyp:extensions_api', |
| 373 '<(DEPTH)/extensions/extensions.gyp:extensions_common', | 374 '<(DEPTH)/extensions/extensions.gyp:extensions_common', |
| 374 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', | 375 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', |
| 375 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', | 376 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', |
| 376 '<(DEPTH)/media/cast/cast.gyp:cast_net', | 377 '<(DEPTH)/media/cast/cast.gyp:cast_net', |
| 377 ], | 378 ], |
| 378 'export_dependent_settings': [ | 379 'export_dependent_settings': [ |
| 379 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', | 380 '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api', |
| 380 ], | 381 ], |
| 381 'conditions': [ | 382 'conditions': [ |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 685 ], | 686 ], |
| 686 'dependencies': [ | 687 'dependencies': [ |
| 687 'installer_util', | 688 'installer_util', |
| 688 '../base/base.gyp:base', | 689 '../base/base.gyp:base', |
| 689 ], | 690 ], |
| 690 }, | 691 }, |
| 691 ], | 692 ], |
| 692 }], | 693 }], |
| 693 ], | 694 ], |
| 694 } | 695 } |
| OLD | NEW |