| 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 | 7 |
| 8 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
| 9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
| 10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
| (...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 'app/chrome_exe.ver', | 473 'app/chrome_exe.ver', |
| 474 'app/chrome_dll.ver', | 474 'app/chrome_dll.ver', |
| 475 'app/nacl64_exe.ver', | 475 'app/nacl64_exe.ver', |
| 476 'app/other.ver', | 476 'app/other.ver', |
| 477 ], | 477 ], |
| 478 'includes': [ | 478 'includes': [ |
| 479 'version_resource_rules.gypi', | 479 'version_resource_rules.gypi', |
| 480 ], | 480 ], |
| 481 }, | 481 }, |
| 482 { | 482 { |
| 483 # GN version: //chrome:version_header |
| 483 'target_name': 'chrome_version_header', | 484 'target_name': 'chrome_version_header', |
| 484 'type': 'none', | 485 'type': 'none', |
| 485 'hard_dependency': 1, | 486 'hard_dependency': 1, |
| 486 'actions': [ | 487 'actions': [ |
| 487 { | 488 { |
| 488 'action_name': 'version_header', | 489 'action_name': 'version_header', |
| 489 'variables': { | 490 'variables': { |
| 490 'lastchange_path': | 491 'lastchange_path': |
| 491 '<(DEPTH)/build/util/LASTCHANGE', | 492 '<(DEPTH)/build/util/LASTCHANGE', |
| 492 }, | 493 }, |
| (...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 770 'sources': [ | 771 'sources': [ |
| 771 'service/cloud_print/print_system_dummy.cc', | 772 'service/cloud_print/print_system_dummy.cc', |
| 772 ], | 773 ], |
| 773 }], | 774 }], |
| 774 ], | 775 ], |
| 775 }, | 776 }, |
| 776 ], | 777 ], |
| 777 }], | 778 }], |
| 778 ], # 'conditions' | 779 ], # 'conditions' |
| 779 } | 780 } |
| OLD | NEW |