Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 'mock_js': 'third_party/mock4js/mock4js.js', | 9 'mock_js': 'third_party/mock4js/mock4js.js', |
| 10 'test_api_js': 'test/data/webui/test_api.js', | 10 'test_api_js': 'test/data/webui/test_api.js', |
| (...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 778 'test/ui/named_interface_uitest.cc', | 778 'test/ui/named_interface_uitest.cc', |
| 779 'test/ui/npapi_uitest.cc', | 779 'test/ui/npapi_uitest.cc', |
| 780 'test/ui/ppapi_uitest.cc', | 780 'test/ui/ppapi_uitest.cc', |
| 781 'test/ui/sandbox_uitests.cc', | 781 'test/ui/sandbox_uitests.cc', |
| 782 '../content/browser/appcache/appcache_ui_test.cc', | 782 '../content/browser/appcache/appcache_ui_test.cc', |
| 783 '../content/browser/in_process_webkit/dom_storage_uitest.cc', | 783 '../content/browser/in_process_webkit/dom_storage_uitest.cc', |
| 784 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc', | 784 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc', |
| 785 '../content/worker/test/worker_uitest.cc', | 785 '../content/worker/test/worker_uitest.cc', |
| 786 ], | 786 ], |
| 787 'conditions': [ | 787 'conditions': [ |
| 788 ['disable_nacl!=1', { | |
| 789 'dependencies': [ | |
| 790 '../ppapi/ppapi_internal.gyp:ppapi_nacl_tests', | |
| 791 ], | |
| 792 'copies': [ | |
| 793 { | |
| 794 'destination': '<(PRODUCT_DIR)', | |
| 795 'files': [ | |
| 796 '../ppapi/tests/test_case.html', | |
| 797 '../ppapi/tests/test_page.css', | |
| 798 '../ppapi/native_client/tests/ppapi_tests/test_case.nmf', | |
| 799 ], | |
| 800 }, | |
| 801 { | |
| 802 'destination': '<(PRODUCT_DIR)/test_url_loader_data', | |
| 803 'files': [ | |
| 804 '../ppapi/tests//test_url_loader_data/hello.txt', | |
|
rvargas (doing something else)
2011/11/15 23:26:18
nit: double '/'
noelallen1
2011/11/16 00:18:22
Done.
| |
| 805 ], | |
| 806 }, | |
| 807 ], | |
| 808 }], | |
| 788 ['target_arch!="arm"', { | 809 ['target_arch!="arm"', { |
| 789 'dependencies': [ | 810 'dependencies': [ |
| 790 '../webkit/webkit.gyp:copy_npapi_test_plugin', | 811 '../webkit/webkit.gyp:copy_npapi_test_plugin', |
| 791 ], | 812 ], |
| 792 }], | 813 }], |
| 793 ['toolkit_uses_gtk == 1', { | 814 ['toolkit_uses_gtk == 1', { |
| 794 'dependencies': [ | 815 'dependencies': [ |
| 795 '../build/linux/system.gyp:gtk', | 816 '../build/linux/system.gyp:gtk', |
| 796 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 817 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 797 ], | 818 ], |
| (...skipping 3461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4259 # Use outputs of this action as inputs for the main target build. | 4280 # Use outputs of this action as inputs for the main target build. |
| 4260 # Seems as a misnomer but makes this happy on Linux (scons). | 4281 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4261 'process_outputs_as_sources': 1, | 4282 'process_outputs_as_sources': 1, |
| 4262 }, | 4283 }, |
| 4263 ], # 'actions' | 4284 ], # 'actions' |
| 4264 }, | 4285 }, |
| 4265 ] | 4286 ] |
| 4266 }], # 'coverage!=0' | 4287 }], # 'coverage!=0' |
| 4267 ], # 'conditions' | 4288 ], # 'conditions' |
| 4268 } | 4289 } |
| OLD | NEW |