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

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

Issue 449303002: Move SocketsTcpApiTest.SocketsTcpCreateGood to app_shell_browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Yoyo comments. 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
« no previous file with comments | « extensions/common/test_util.cc ('k') | no next file » | 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 '<(DEPTH)/testing/gtest.gyp:gtest', 150 '<(DEPTH)/testing/gtest.gyp:gtest',
151 ], 151 ],
152 'defines': [ 152 'defines': [
153 'HAS_OUT_OF_PROC_TEST_RUNNER', 153 'HAS_OUT_OF_PROC_TEST_RUNNER',
154 ], 154 ],
155 'sources': [ 155 'sources': [
156 # TODO(yoz): Refactor once we have a second test target. 156 # TODO(yoz): Refactor once we have a second test target.
157 # TODO(yoz): Something is off here; should this .gyp file be 157 # TODO(yoz): Something is off here; should this .gyp file be
158 # in the parent directory? Test target extensions_browsertests? 158 # in the parent directory? Test target extensions_browsertests?
159 '../browser/api/dns/dns_apitest.cc', 159 '../browser/api/dns/dns_apitest.cc',
160 '../browser/api/sockets_tcp/sockets_tcp_apitest.cc',
160 'browser/shell_browsertest.cc', 161 'browser/shell_browsertest.cc',
161 'test/shell_test.h', 162 'test/shell_test.h',
162 'test/shell_test.cc', 163 'test/shell_test.cc',
163 'test/shell_test_launcher_delegate.cc', 164 'test/shell_test_launcher_delegate.cc',
164 'test/shell_test_launcher_delegate.h', 165 'test/shell_test_launcher_delegate.h',
165 'test/shell_tests_main.cc', 166 'test/shell_tests_main.cc',
166 ], 167 ],
167 }, 168 },
168 ], # targets 169 ], # targets
169 } 170 }
OLDNEW
« no previous file with comments | « extensions/common/test_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698