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

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

Issue 581283002: Add webview testAPIMethodExistence to app_shell_browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 'HAS_OUT_OF_PROC_TEST_RUNNER', 172 'HAS_OUT_OF_PROC_TEST_RUNNER',
173 ], 173 ],
174 'sources': [ 174 'sources': [
175 # TODO(yoz): Refactor once we have a second test target. 175 # TODO(yoz): Refactor once we have a second test target.
176 # TODO(yoz): Something is off here; should this .gyp file be 176 # TODO(yoz): Something is off here; should this .gyp file be
177 # in the parent directory? Test target extensions_browsertests? 177 # in the parent directory? Test target extensions_browsertests?
178 '../browser/api/dns/dns_apitest.cc', 178 '../browser/api/dns/dns_apitest.cc',
179 '../browser/api/socket/socket_apitest.cc', 179 '../browser/api/socket/socket_apitest.cc',
180 '../browser/api/sockets_tcp/sockets_tcp_apitest.cc', 180 '../browser/api/sockets_tcp/sockets_tcp_apitest.cc',
181 '../browser/api/sockets_udp/sockets_udp_apitest.cc', 181 '../browser/api/sockets_udp/sockets_udp_apitest.cc',
182 '../browser/guest_view/web_view/web_view_apitest.cc',
182 'browser/shell_browsertest.cc', 183 'browser/shell_browsertest.cc',
183 'test/shell_apitest.cc', 184 'test/shell_apitest.cc',
184 'test/shell_apitest.h', 185 'test/shell_apitest.h',
185 'test/shell_test.cc', 186 'test/shell_test.cc',
186 'test/shell_test.h', 187 'test/shell_test.h',
187 'test/shell_test_launcher_delegate.cc', 188 'test/shell_test_launcher_delegate.cc',
188 'test/shell_test_launcher_delegate.h', 189 'test/shell_test_launcher_delegate.h',
189 'test/shell_tests_main.cc', 190 'test/shell_tests_main.cc',
190 ], 191 ],
191 }, 192 },
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 '<@(_outputs)', 256 '<@(_outputs)',
256 ], 257 ],
257 'includes': [ 258 'includes': [
258 '../../build/util/version.gypi', 259 '../../build/util/version.gypi',
259 ], 260 ],
260 }, 261 },
261 ], 262 ],
262 }, 263 },
263 ], # targets 264 ], # targets
264 } 265 }
OLDNEW
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_apitest.cc ('k') | extensions/test/data/web_view/apitest/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698