| 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': 'chrome', | 8 'target_name': 'chrome', |
| 9 'type': 'executable', | 9 'type': 'executable', |
| 10 'mac_bundle': 1, | 10 'mac_bundle': 1, |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 }], # internal_pdf | 418 }], # internal_pdf |
| 419 ], | 419 ], |
| 420 'dependencies': [ | 420 'dependencies': [ |
| 421 'chrome_resources.gyp:packed_extra_resources', | 421 'chrome_resources.gyp:packed_extra_resources', |
| 422 'chrome_resources.gyp:packed_resources', | 422 'chrome_resources.gyp:packed_resources', |
| 423 # Copy Flash Player files to PRODUCT_DIR if applicable. Let the .gyp | 423 # Copy Flash Player files to PRODUCT_DIR if applicable. Let the .gyp |
| 424 # file decide what to do on a per-OS basis; on Mac, internal plugins | 424 # file decide what to do on a per-OS basis; on Mac, internal plugins |
| 425 # go inside the framework, so this dependency is in chrome_dll.gypi. | 425 # go inside the framework, so this dependency is in chrome_dll.gypi. |
| 426 '../third_party/adobe/flash/flash_player.gyp:flash_player', | 426 '../third_party/adobe/flash/flash_player.gyp:flash_player', |
| 427 '../third_party/adobe/flash/flash_player.gyp:flapper_binaries', | 427 '../third_party/adobe/flash/flash_player.gyp:flapper_binaries', |
| 428 # Copy CDM files to PRODUCT_DIR if applicable. Let the .gyp | |
| 429 # file decide what to do on a per-OS basis; on Mac, internal plugins | |
| 430 # go inside the framework, so this dependency is in chrome_dll.gypi. | |
| 431 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmplugin', | |
| 432 ], | 428 ], |
| 433 }], | 429 }], |
| 434 ['OS=="mac" and asan==1', { | 430 ['OS=="mac" and asan==1', { |
| 435 'xcode_settings': { | 431 'xcode_settings': { |
| 436 # Override the outer definition of CHROMIUM_STRIP_SAVE_FILE. | 432 # Override the outer definition of CHROMIUM_STRIP_SAVE_FILE. |
| 437 'CHROMIUM_STRIP_SAVE_FILE': 'app/app_asan.saves', | 433 'CHROMIUM_STRIP_SAVE_FILE': 'app/app_asan.saves', |
| 438 }, | 434 }, |
| 439 }], | 435 }], |
| 440 ['OS=="linux"', { | 436 ['OS=="linux"', { |
| 441 'conditions': [ | 437 'conditions': [ |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 601 'target_name': 'chrome_nacl_win64', | 597 'target_name': 'chrome_nacl_win64', |
| 602 'type': 'none', | 598 'type': 'none', |
| 603 'sources': [], | 599 'sources': [], |
| 604 }, | 600 }, |
| 605 ], | 601 ], |
| 606 }], | 602 }], |
| 607 ], | 603 ], |
| 608 }], | 604 }], |
| 609 ], | 605 ], |
| 610 } | 606 } |
| OLD | NEW |