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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 1281413002: Move tests in chrome_app_unittests into unit_tests Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 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
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_tests_unit.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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'sources': [ 60 'sources': [
61 # Note that due to InitializeSandboxInfo, this must be directly linked 61 # Note that due to InitializeSandboxInfo, this must be directly linked
62 # into chrome.exe, not into a dependent. 62 # into chrome.exe, not into a dependent.
63 '<(DEPTH)/content/app/startup_helper_win.cc', 63 '<(DEPTH)/content/app/startup_helper_win.cc',
64 '<(DEPTH)/content/public/common/content_switches.cc', 64 '<(DEPTH)/content/public/common/content_switches.cc',
65 'app/chrome_exe_load_config_win.cc', 65 'app/chrome_exe_load_config_win.cc',
66 'app/chrome_exe_main_aura.cc', 66 'app/chrome_exe_main_aura.cc',
67 'app/chrome_exe_main_mac.cc', 67 'app/chrome_exe_main_mac.cc',
68 'app/chrome_exe_main_win.cc', 68 'app/chrome_exe_main_win.cc',
69 'app/chrome_exe_resource.h', 69 'app/chrome_exe_resource.h',
70 'app/chrome_watcher_client_win.cc',
71 'app/chrome_watcher_client_win.h',
72 'app/chrome_watcher_command_line_win.cc',
73 'app/chrome_watcher_command_line_win.h',
74 'app/client_util.cc', 70 'app/client_util.cc',
75 'app/client_util.h', 71 'app/client_util.h',
76 'app/kasko_client.cc', 72 'app/kasko_client.cc',
77 'app/kasko_client.h', 73 'app/kasko_client.h',
78 'app/signature_validator_win.cc',
79 'app/signature_validator_win.h',
80 ], 74 ],
81 'mac_bundle_resources': [ 75 'mac_bundle_resources': [
82 'app/app-Info.plist', 76 'app/app-Info.plist',
83 ], 77 ],
84 # TODO(mark): Come up with a fancier way to do this. It should only 78 # TODO(mark): Come up with a fancier way to do this. It should only
85 # be necessary to list app-Info.plist once, not the three times it is 79 # be necessary to list app-Info.plist once, not the three times it is
86 # listed here. 80 # listed here.
87 'mac_bundle_resources!': [ 81 'mac_bundle_resources!': [
88 'app/app-Info.plist', 82 'app/app-Info.plist',
89 ], 83 ],
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'dependencies': [ 660 'dependencies': [
667 'chrome_nacl_win64', 661 'chrome_nacl_win64',
668 ], 662 ],
669 }], 663 }],
670 ], 664 ],
671 }, 665 },
672 ], 666 ],
673 }], 667 }],
674 ], 668 ],
675 } 669 }
OLDNEW
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698