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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8539019: Test NaCl version of ppapi_tests via ui_tests (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/test/ui/ppapi_uitest.cc » ('j') | ppapi/tests/test_url_loader.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables' : { 5 'variables' : {
6 # Variables for js2gtest rules 6 # Variables for js2gtest rules
7 'gypv8sh': '../tools/gypv8sh.py', 7 'gypv8sh': '../tools/gypv8sh.py',
8 'js2gtest': 'test/base/js2gtest.js', 8 'js2gtest': 'test/base/js2gtest.js',
9 'js2gtest_out_dir': '<(SHARED_INTERMEDIATE_DIR)/js2gtest', 9 'js2gtest_out_dir': '<(SHARED_INTERMEDIATE_DIR)/js2gtest',
10 'mock_js': 'third_party/mock4js/mock4js.js', 10 'mock_js': 'third_party/mock4js/mock4js.js',
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 'test/ui/named_interface_uitest.cc', 774 'test/ui/named_interface_uitest.cc',
775 'test/ui/npapi_uitest.cc', 775 'test/ui/npapi_uitest.cc',
776 'test/ui/ppapi_uitest.cc', 776 'test/ui/ppapi_uitest.cc',
777 'test/ui/sandbox_uitests.cc', 777 'test/ui/sandbox_uitests.cc',
778 '../content/browser/appcache/appcache_ui_test.cc', 778 '../content/browser/appcache/appcache_ui_test.cc',
779 '../content/browser/in_process_webkit/dom_storage_uitest.cc', 779 '../content/browser/in_process_webkit/dom_storage_uitest.cc',
780 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc', 780 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc',
781 '../content/worker/test/worker_uitest.cc', 781 '../content/worker/test/worker_uitest.cc',
782 ], 782 ],
783 'conditions': [ 783 'conditions': [
784 ['disable_nacl!=1', {
785 'dependencies': [
786 '../ppapi/ppapi_internal.gyp:ppapi_nacl_tests',
787 ],
788 'copies': [
789 {
790 'destination': '<(PRODUCT_DIR)',
791 'files': [
792 '../ppapi/tests/test_case.html',
793 '../ppapi/tests/test_page.css',
794 '../ppapi/native_client/tests/ppapi_tests/test_case.nmf',
795 ],
796 },
797 {
798 'destination': '<(PRODUCT_DIR)/test_url_loader_data',
799 'files': [
800 '../ppapi/tests//test_url_loader_data/hello.txt',
801 ],
802 },
803 ],
804 }],
784 ['target_arch!="arm"', { 805 ['target_arch!="arm"', {
785 'dependencies': [ 806 'dependencies': [
786 '../webkit/webkit.gyp:copy_npapi_test_plugin', 807 '../webkit/webkit.gyp:copy_npapi_test_plugin',
787 ], 808 ],
788 }], 809 }],
789 ['toolkit_uses_gtk == 1', { 810 ['toolkit_uses_gtk == 1', {
790 'dependencies': [ 811 'dependencies': [
791 '../build/linux/system.gyp:gtk', 812 '../build/linux/system.gyp:gtk',
792 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 813 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
793 ], 814 ],
(...skipping 3472 matching lines...) Expand 10 before | Expand all | Expand 10 after
4266 # Use outputs of this action as inputs for the main target build. 4287 # Use outputs of this action as inputs for the main target build.
4267 # Seems as a misnomer but makes this happy on Linux (scons). 4288 # Seems as a misnomer but makes this happy on Linux (scons).
4268 'process_outputs_as_sources': 1, 4289 'process_outputs_as_sources': 1,
4269 }, 4290 },
4270 ], # 'actions' 4291 ], # 'actions'
4271 }, 4292 },
4272 ] 4293 ]
4273 }], # 'coverage!=0' 4294 }], # 'coverage!=0'
4274 ], # 'conditions' 4295 ], # 'conditions'
4275 } 4296 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/ui/ppapi_uitest.cc » ('j') | ppapi/tests/test_url_loader.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698