| 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': 'none', | 9 'type': 'none', |
| 10 'dependencies': [ 'chrome_initial', ], | 10 'dependencies': [ 'chrome_initial', ], |
| (...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 'inputs': [ | 526 'inputs': [ |
| 527 'app/FirstRun', | 527 'app/FirstRun', |
| 528 ], | 528 ], |
| 529 'outputs': [ | 529 'outputs': [ |
| 530 '<(PRODUCT_DIR)/First Run', | 530 '<(PRODUCT_DIR)/First Run', |
| 531 ], | 531 ], |
| 532 'action': ['python', '../build/cp.py', '<@(_inputs)', '<@(_outputs
)'], | 532 'action': ['python', '../build/cp.py', '<@(_inputs)', '<@(_outputs
)'], |
| 533 'message': 'Copy first run complete sentinel file', | 533 'message': 'Copy first run complete sentinel file', |
| 534 }, | 534 }, |
| 535 { | 535 { |
| 536 # GN version: //chrome/app/version_assembly:chrome_exe_manifest |
| 536 'action_name': 'chrome_exe_manifest', | 537 'action_name': 'chrome_exe_manifest', |
| 537 'includes': [ | 538 'includes': [ |
| 538 'app/version_assembly/chrome_exe_manifest_action.gypi', | 539 'app/version_assembly/chrome_exe_manifest_action.gypi', |
| 539 ], | 540 ], |
| 540 }, | 541 }, |
| 541 { | 542 { |
| 543 # GN version: //chrome/app/version_assembly:version_assembly_manif
est |
| 542 'action_name': 'version_assembly_manifest', | 544 'action_name': 'version_assembly_manifest', |
| 543 'includes': [ | 545 'includes': [ |
| 544 'app/version_assembly/version_assembly_manifest_action.gypi', | 546 'app/version_assembly/version_assembly_manifest_action.gypi', |
| 545 ], | 547 ], |
| 546 }, | 548 }, |
| 547 ], | 549 ], |
| 548 }, { # 'OS!="win" | 550 }, { # 'OS!="win" |
| 549 'sources!': [ | 551 'sources!': [ |
| 550 'app/client_util.cc', | 552 'app/client_util.cc', |
| 551 ], | 553 ], |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 664 'dependencies': [ | 666 'dependencies': [ |
| 665 'chrome_nacl_win64', | 667 'chrome_nacl_win64', |
| 666 ], | 668 ], |
| 667 }], | 669 }], |
| 668 ], | 670 ], |
| 669 }, | 671 }, |
| 670 ], | 672 ], |
| 671 }], | 673 }], |
| 672 ], | 674 ], |
| 673 } | 675 } |
| OLD | NEW |