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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 489223002: Add chrome, installer_util targets to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
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 29 matching lines...) Expand all
40 '-o', '<(exe_output_path)', 40 '-o', '<(exe_output_path)',
41 '-a', '<(target_arch)', 41 '-a', '<(target_arch)',
42 ], 42 ],
43 'message': 'Reordering Imports', 43 'message': 'Reordering Imports',
44 }, 44 },
45 ], 45 ],
46 }], 46 }],
47 ], 47 ],
48 }, 48 },
49 { 49 {
50 # GN version: //chrome
50 'target_name': 'chrome_initial', 51 'target_name': 'chrome_initial',
51 'type': 'executable', 52 'type': 'executable',
52 # Name the exe chrome.exe, not chrome_initial.exe. 53 # Name the exe chrome.exe, not chrome_initial.exe.
53 'product_name': 'chrome', 54 'product_name': 'chrome',
54 'mac_bundle': 1, 55 'mac_bundle': 1,
55 'variables': { 56 'variables': {
56 'use_system_xdg_utils%': 0, 57 'use_system_xdg_utils%': 0,
57 'enable_wexit_time_destructors': 1, 58 'enable_wexit_time_destructors': 1,
58 }, 59 },
59 'sources': [ 60 'sources': [
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 'dependencies': [ 692 'dependencies': [
692 'chrome_nacl_win64', 693 'chrome_nacl_win64',
693 ], 694 ],
694 }], 695 }],
695 ], 696 ],
696 }, 697 },
697 ], 698 ],
698 }], 699 }],
699 ], 700 ],
700 } 701 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_installer.gypi » ('j') | chrome/version.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698