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

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

Issue 779083002: Move system.display tests to extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Less duplicated code Created 5 years, 12 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/browser/api_test_utils.cc ('k') | extensions/test/data/system/display/manifest.json » ('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 # Product name is used for Mac bundle. 7 # Product name is used for Mac bundle.
8 'app_shell_product_name': 'App Shell', 8 'app_shell_product_name': 'App Shell',
9 # The version is high enough to be supported by Omaha (at least 31) 9 # The version is high enough to be supported by Omaha (at least 31)
10 # but fake enough to be obviously not a Chrome release. 10 # but fake enough to be obviously not a Chrome release.
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 # TODO(yoz): Refactor once we have a second test target. 304 # TODO(yoz): Refactor once we have a second test target.
305 # TODO(yoz): Something is off here; should this .gyp file be 305 # TODO(yoz): Something is off here; should this .gyp file be
306 # in the parent directory? Test target extensions_browsertests? 306 # in the parent directory? Test target extensions_browsertests?
307 '../browser/api/audio/audio_apitest.cc', 307 '../browser/api/audio/audio_apitest.cc',
308 '../browser/api/dns/dns_apitest.cc', 308 '../browser/api/dns/dns_apitest.cc',
309 '../browser/api/hid/hid_apitest.cc', 309 '../browser/api/hid/hid_apitest.cc',
310 '../browser/api/socket/socket_apitest.cc', 310 '../browser/api/socket/socket_apitest.cc',
311 '../browser/api/sockets_tcp/sockets_tcp_apitest.cc', 311 '../browser/api/sockets_tcp/sockets_tcp_apitest.cc',
312 '../browser/api/sockets_udp/sockets_udp_apitest.cc', 312 '../browser/api/sockets_udp/sockets_udp_apitest.cc',
313 '../browser/api/system_cpu/system_cpu_apitest.cc', 313 '../browser/api/system_cpu/system_cpu_apitest.cc',
314 '../browser/api/system_display/system_display_apitest.cc',
314 '../browser/api/system_memory/system_memory_apitest.cc', 315 '../browser/api/system_memory/system_memory_apitest.cc',
315 '../browser/api/system_network/system_network_apitest.cc', 316 '../browser/api/system_network/system_network_apitest.cc',
316 '../browser/api/system_storage/storage_api_test_util.cc', 317 '../browser/api/system_storage/storage_api_test_util.cc',
317 '../browser/api/system_storage/storage_api_test_util.h', 318 '../browser/api/system_storage/storage_api_test_util.h',
318 '../browser/api/system_storage/system_storage_apitest.cc', 319 '../browser/api/system_storage/system_storage_apitest.cc',
319 '../browser/api/system_storage/system_storage_eject_apitest.cc', 320 '../browser/api/system_storage/system_storage_eject_apitest.cc',
320 '../browser/api/usb/usb_apitest.cc', 321 '../browser/api/usb/usb_apitest.cc',
321 '../browser/guest_view/app_view/app_view_apitest.cc', 322 '../browser/guest_view/app_view/app_view_apitest.cc',
322 '../browser/guest_view/web_view/web_view_apitest.h', 323 '../browser/guest_view/web_view/web_view_apitest.h',
323 '../browser/guest_view/web_view/web_view_apitest.cc', 324 '../browser/guest_view/web_view/web_view_apitest.cc',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 'action': [ 570 'action': [
570 '../../build/mac/verify_no_objc.sh', 571 '../../build/mac/verify_no_objc.sh',
571 ], 572 ],
572 }, 573 },
573 ], 574 ],
574 }, # target app_shell_helper 575 }, # target app_shell_helper
575 ], 576 ],
576 }], # OS=="mac" 577 }], # OS=="mac"
577 ], 578 ],
578 } 579 }
OLDNEW
« no previous file with comments | « extensions/browser/api_test_utils.cc ('k') | extensions/test/data/system/display/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698