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

Side by Side Diff: apps/shell/app_shell.gyp

Issue 284663003: VS2013 Update 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix line endings on .hash file Created 6 years, 7 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 | « no previous file | build/get_landmines.py » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'sources': [ 161 'sources': [
162 'app/shell_main.cc', 162 'app/shell_main.cc',
163 ], 163 ],
164 'conditions': [ 164 'conditions': [
165 ['OS=="win"', { 165 ['OS=="win"', {
166 'msvs_settings': { 166 'msvs_settings': {
167 'VCLinkerTool': { 167 'VCLinkerTool': {
168 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS 168 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS
169 }, 169 },
170 }, 170 },
171 'msvs_large_pdb': 1,
172 'dependencies': [ 171 'dependencies': [
173 '<(DEPTH)/sandbox/sandbox.gyp:sandbox', 172 '<(DEPTH)/sandbox/sandbox.gyp:sandbox',
174 ], 173 ],
175 }], 174 }],
176 ], 175 ],
177 }, 176 },
178 { 177 {
179 'target_name': 'app_shell_browsertests', 178 'target_name': 'app_shell_browsertests',
180 'type': '<(gtest_target_type)', 179 'type': '<(gtest_target_type)',
181 'dependencies': [ 180 'dependencies': [
182 'app_shell_lib', 181 'app_shell_lib',
183 # TODO(yoz): find the right deps 182 # TODO(yoz): find the right deps
184 '<(DEPTH)/base/base.gyp:test_support_base', 183 '<(DEPTH)/base/base.gyp:test_support_base',
185 '<(DEPTH)/content/content.gyp:content_app_both', 184 '<(DEPTH)/content/content.gyp:content_app_both',
186 '<(DEPTH)/content/content_shell_and_tests.gyp:content_browser_test_suppo rt', 185 '<(DEPTH)/content/content_shell_and_tests.gyp:content_browser_test_suppo rt',
187 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content', 186 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content',
188 '<(DEPTH)/testing/gtest.gyp:gtest', 187 '<(DEPTH)/testing/gtest.gyp:gtest',
189 ], 188 ],
190 'defines': [ 189 'defines': [
191 'HAS_OUT_OF_PROC_TEST_RUNNER', 190 'HAS_OUT_OF_PROC_TEST_RUNNER',
192 ], 191 ],
193 'msvs_large_pdb': 1,
194 'sources': [ 192 'sources': [
195 # TODO(yoz): Refactor once we have a second test target. 193 # TODO(yoz): Refactor once we have a second test target.
196 'browser/shell_browsertest.cc', 194 'browser/shell_browsertest.cc',
197 'test/shell_test.h', 195 'test/shell_test.h',
198 'test/shell_test.cc', 196 'test/shell_test.cc',
199 'test/shell_test_launcher_delegate.cc', 197 'test/shell_test_launcher_delegate.cc',
200 'test/shell_test_launcher_delegate.h', 198 'test/shell_test_launcher_delegate.h',
201 'test/shell_tests_main.cc', 199 'test/shell_tests_main.cc',
202 ], 200 ],
203 }, 201 },
204 ], # targets 202 ], # targets
205 } 203 }
OLDNEW
« no previous file with comments | « no previous file | build/get_landmines.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698