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

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

Issue 643703007: Adding app_view tests to app_shell_browsertests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@multiple_apps
Patch Set: Created 6 years, 1 month 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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 'sources': [ 194 'sources': [
195 # TODO(yoz): Refactor once we have a second test target. 195 # TODO(yoz): Refactor once we have a second test target.
196 # TODO(yoz): Something is off here; should this .gyp file be 196 # TODO(yoz): Something is off here; should this .gyp file be
197 # in the parent directory? Test target extensions_browsertests? 197 # in the parent directory? Test target extensions_browsertests?
198 '../browser/api/dns/dns_apitest.cc', 198 '../browser/api/dns/dns_apitest.cc',
199 '../browser/api/hid/hid_apitest.cc', 199 '../browser/api/hid/hid_apitest.cc',
200 '../browser/api/socket/socket_apitest.cc', 200 '../browser/api/socket/socket_apitest.cc',
201 '../browser/api/sockets_tcp/sockets_tcp_apitest.cc', 201 '../browser/api/sockets_tcp/sockets_tcp_apitest.cc',
202 '../browser/api/sockets_udp/sockets_udp_apitest.cc', 202 '../browser/api/sockets_udp/sockets_udp_apitest.cc',
203 '../browser/api/usb/usb_apitest.cc', 203 '../browser/api/usb/usb_apitest.cc',
204 '../browser/guest_view/app_view/app_view_apitest.cc',
204 '../browser/guest_view/web_view/web_view_apitest.h', 205 '../browser/guest_view/web_view/web_view_apitest.h',
205 '../browser/guest_view/web_view/web_view_apitest.cc', 206 '../browser/guest_view/web_view/web_view_apitest.cc',
206 '../browser/guest_view/web_view/web_view_media_access_apitest.cc', 207 '../browser/guest_view/web_view/web_view_media_access_apitest.cc',
207 'browser/shell_browsertest.cc', 208 'browser/shell_browsertest.cc',
208 'test/shell_apitest.cc', 209 'test/shell_apitest.cc',
209 'test/shell_apitest.h', 210 'test/shell_apitest.h',
210 'test/shell_test.cc', 211 'test/shell_test.cc',
211 'test/shell_test.h', 212 'test/shell_test.h',
212 'test/shell_test_launcher_delegate.cc', 213 'test/shell_test_launcher_delegate.cc',
213 'test/shell_test_launcher_delegate.h', 214 'test/shell_test_launcher_delegate.h',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 '<@(_outputs)', 295 '<@(_outputs)',
295 ], 296 ],
296 'includes': [ 297 'includes': [
297 '../../build/util/version.gypi', 298 '../../build/util/version.gypi',
298 ], 299 ],
299 }, 300 },
300 ], 301 ],
301 }, 302 },
302 ], # targets 303 ], # targets
303 } 304 }
OLDNEW
« no previous file with comments | « extensions/browser/guest_view/web_view/web_view_apitest.cc ('k') | extensions/test/data/app_view/apitest/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698