Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Side by Side Diff: chrome/chrome_exe.gypi

Issue 1250853007: Hook up chrome.exe manifest in the Windows GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/app/version_assembly/BUILD.gn ('k') | chrome/version.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/app/version_assembly/BUILD.gn ('k') | chrome/version.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698