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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 470523005: Move startup_helper_win.cc to separate target for incremental build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: restore exe behavior for sandbox 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
« no previous file with comments | « ash/ash.gyp ('k') | content/content.gyp » ('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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 }, 58 },
59 'sources': [ 59 'sources': [
60 'app/chrome_exe_main_aura.cc', 60 'app/chrome_exe_main_aura.cc',
61 'app/chrome_exe_main_mac.cc', 61 'app/chrome_exe_main_mac.cc',
62 'app/chrome_exe_main_win.cc', 62 'app/chrome_exe_main_win.cc',
63 'app/chrome_exe_resource.h', 63 'app/chrome_exe_resource.h',
64 'app/client_util.cc', 64 'app/client_util.cc',
65 'app/client_util.h', 65 'app/client_util.h',
66 'app/signature_validator_win.cc', 66 'app/signature_validator_win.cc',
67 'app/signature_validator_win.h', 67 'app/signature_validator_win.h',
68 # Note that due to InitializeSandboxInfo, this must be directly linked
69 # into chrome.exe, not into a dependent.
68 '<(DEPTH)/content/app/startup_helper_win.cc', 70 '<(DEPTH)/content/app/startup_helper_win.cc',
69 '<(DEPTH)/content/public/common/content_switches.cc', 71 '<(DEPTH)/content/public/common/content_switches.cc',
70 ], 72 ],
71 'mac_bundle_resources': [ 73 'mac_bundle_resources': [
72 'app/app-Info.plist', 74 'app/app-Info.plist',
73 ], 75 ],
74 # TODO(mark): Come up with a fancier way to do this. It should only 76 # TODO(mark): Come up with a fancier way to do this. It should only
75 # be necessary to list app-Info.plist once, not the three times it is 77 # be necessary to list app-Info.plist once, not the three times it is
76 # listed here. 78 # listed here.
77 'mac_bundle_resources!': [ 79 'mac_bundle_resources!': [
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 'dependencies': [ 693 'dependencies': [
692 'chrome_nacl_win64', 694 'chrome_nacl_win64',
693 ], 695 ],
694 }], 696 }],
695 ], 697 ],
696 }, 698 },
697 ], 699 ],
698 }], 700 }],
699 ], 701 ],
700 } 702 }
OLDNEW
« no previous file with comments | « ash/ash.gyp ('k') | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698