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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 924743002: Re-sort GYP files with the latest version of tools/source_list.py (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a typo introduced recently Created 5 years, 10 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/chrome_debugger.gypi ('k') | chrome/chrome_tests.gypi » ('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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'target_name': 'chrome_initial', 51 'target_name': 'chrome_initial',
52 'type': 'executable', 52 'type': 'executable',
53 # Name the exe chrome.exe, not chrome_initial.exe. 53 # Name the exe chrome.exe, not chrome_initial.exe.
54 'product_name': 'chrome', 54 'product_name': 'chrome',
55 'mac_bundle': 1, 55 'mac_bundle': 1,
56 'variables': { 56 'variables': {
57 'use_system_xdg_utils%': 0, 57 'use_system_xdg_utils%': 0,
58 'enable_wexit_time_destructors': 1, 58 'enable_wexit_time_destructors': 1,
59 }, 59 },
60 'sources': [ 60 'sources': [
61 # Note that due to InitializeSandboxInfo, this must be directly linked
62 # into chrome.exe, not into a dependent.
63 '<(DEPTH)/content/app/startup_helper_win.cc',
64 '<(DEPTH)/content/public/common/content_switches.cc',
61 'app/chrome_exe_main_aura.cc', 65 'app/chrome_exe_main_aura.cc',
62 'app/chrome_exe_main_mac.cc', 66 'app/chrome_exe_main_mac.cc',
63 'app/chrome_exe_main_win.cc', 67 'app/chrome_exe_main_win.cc',
64 'app/chrome_exe_resource.h', 68 'app/chrome_exe_resource.h',
65 'app/chrome_watcher_client_win.cc', 69 'app/chrome_watcher_client_win.cc',
66 'app/chrome_watcher_client_win.h', 70 'app/chrome_watcher_client_win.h',
67 'app/chrome_watcher_command_line_win.cc', 71 'app/chrome_watcher_command_line_win.cc',
68 'app/chrome_watcher_command_line_win.h', 72 'app/chrome_watcher_command_line_win.h',
69 'app/client_util.cc', 73 'app/client_util.cc',
70 'app/client_util.h', 74 'app/client_util.h',
71 'app/signature_validator_win.cc', 75 'app/signature_validator_win.cc',
72 'app/signature_validator_win.h', 76 'app/signature_validator_win.h',
73 # Note that due to InitializeSandboxInfo, this must be directly linked
74 # into chrome.exe, not into a dependent.
75 '<(DEPTH)/content/app/startup_helper_win.cc',
76 '<(DEPTH)/content/public/common/content_switches.cc',
77 ], 77 ],
78 'mac_bundle_resources': [ 78 'mac_bundle_resources': [
79 'app/app-Info.plist', 79 'app/app-Info.plist',
80 ], 80 ],
81 # TODO(mark): Come up with a fancier way to do this. It should only 81 # TODO(mark): Come up with a fancier way to do this. It should only
82 # be necessary to list app-Info.plist once, not the three times it is 82 # be necessary to list app-Info.plist once, not the three times it is
83 # listed here. 83 # listed here.
84 'mac_bundle_resources!': [ 84 'mac_bundle_resources!': [
85 'app/app-Info.plist', 85 'app/app-Info.plist',
86 ], 86 ],
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
684 'dependencies': [ 684 'dependencies': [
685 'chrome_nacl_win64', 685 'chrome_nacl_win64',
686 ], 686 ],
687 }], 687 }],
688 ], 688 ],
689 }, 689 },
690 ], 690 ],
691 }], 691 }],
692 ], 692 ],
693 } 693 }
OLDNEW
« no previous file with comments | « chrome/chrome_debugger.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698