| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'chrome_exe_target': 0, | 8 'chrome_exe_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 { | 461 { |
| 462 'target_name': 'chrome_mesa', | 462 'target_name': 'chrome_mesa', |
| 463 'type': 'none', | 463 'type': 'none', |
| 464 'dependencies': [ | 464 'dependencies': [ |
| 465 'chrome', | 465 'chrome', |
| 466 '../third_party/mesa/mesa.gyp:osmesa', | 466 '../third_party/mesa/mesa.gyp:osmesa', |
| 467 ], | 467 ], |
| 468 'conditions': [ | 468 'conditions': [ |
| 469 ['OS=="mac"', { | 469 ['OS=="mac"', { |
| 470 'copies': [{ | 470 'copies': [{ |
| 471 'destination': '<(PRODUCT_DIR)/<(branding).app/Contents/Versions/<(v
ersion_full)/<(branding) Helper.app/Contents/MacOS/', | 471 'destination': '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/Vers
ions/<(version_full)/<(mac_product_name) Helper.app/Contents/MacOS/', |
| 472 'files': ['<(PRODUCT_DIR)/osmesa.so'], | 472 'files': ['<(PRODUCT_DIR)/osmesa.so'], |
| 473 }], | 473 }], |
| 474 }], | 474 }], |
| 475 ], | 475 ], |
| 476 }, | 476 }, |
| 477 ], | 477 ], |
| 478 'conditions': [ | 478 'conditions': [ |
| 479 ['OS=="win"', { | 479 ['OS=="win"', { |
| 480 'targets': [ | 480 'targets': [ |
| 481 { | 481 { |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 514 'configurations': { | 514 'configurations': { |
| 515 'Common_Base': { | 515 'Common_Base': { |
| 516 'msvs_target_platform': 'x64', | 516 'msvs_target_platform': 'x64', |
| 517 }, | 517 }, |
| 518 }, | 518 }, |
| 519 }, | 519 }, |
| 520 ], | 520 ], |
| 521 }], | 521 }], |
| 522 ], | 522 ], |
| 523 } | 523 } |
| OLD | NEW |