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

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

Issue 626093002: Cleanup webview app_shell_browsertests and add webview media permission tests in app_shell_browsert… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tests_load
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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'HAS_OUT_OF_PROC_TEST_RUNNER', 176 'HAS_OUT_OF_PROC_TEST_RUNNER',
177 ], 177 ],
178 'sources': [ 178 'sources': [
179 # TODO(yoz): Refactor once we have a second test target. 179 # TODO(yoz): Refactor once we have a second test target.
180 # TODO(yoz): Something is off here; should this .gyp file be 180 # TODO(yoz): Something is off here; should this .gyp file be
181 # in the parent directory? Test target extensions_browsertests? 181 # in the parent directory? Test target extensions_browsertests?
182 '../browser/api/dns/dns_apitest.cc', 182 '../browser/api/dns/dns_apitest.cc',
183 '../browser/api/socket/socket_apitest.cc', 183 '../browser/api/socket/socket_apitest.cc',
184 '../browser/api/sockets_tcp/sockets_tcp_apitest.cc', 184 '../browser/api/sockets_tcp/sockets_tcp_apitest.cc',
185 '../browser/api/sockets_udp/sockets_udp_apitest.cc', 185 '../browser/api/sockets_udp/sockets_udp_apitest.cc',
186 '../browser/guest_view/web_view/web_view_apitest.h',
186 '../browser/guest_view/web_view/web_view_apitest.cc', 187 '../browser/guest_view/web_view/web_view_apitest.cc',
188 '../browser/guest_view/web_view/web_view_media_access_apitest.h',
189 '../browser/guest_view/web_view/web_view_media_access_apitest.cc',
187 'browser/shell_browsertest.cc', 190 'browser/shell_browsertest.cc',
188 'test/shell_apitest.cc', 191 'test/shell_apitest.cc',
189 'test/shell_apitest.h', 192 'test/shell_apitest.h',
190 'test/shell_test.cc', 193 'test/shell_test.cc',
191 'test/shell_test.h', 194 'test/shell_test.h',
192 'test/shell_test_launcher_delegate.cc', 195 'test/shell_test_launcher_delegate.cc',
193 'test/shell_test_launcher_delegate.h', 196 'test/shell_test_launcher_delegate.h',
194 'test/shell_tests_main.cc', 197 'test/shell_tests_main.cc',
195 ], 198 ],
196 }, 199 },
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 '<@(_outputs)', 263 '<@(_outputs)',
261 ], 264 ],
262 'includes': [ 265 'includes': [
263 '../../build/util/version.gypi', 266 '../../build/util/version.gypi',
264 ], 267 ],
265 }, 268 },
266 ], 269 ],
267 }, 270 },
268 ], # targets 271 ], # targets
269 } 272 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698