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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8510032: Add tests to make sure gpu blacklist actually block gpu features. (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/data/gpu/feature_canvas2d.html » ('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 (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 2657 matching lines...) Expand 10 before | Expand all | Expand 10 after
2668 'test/data/webui/assertions.js', 2668 'test/data/webui/assertions.js',
2669 'test/data/webui/async_gen-inl.h', 2669 'test/data/webui/async_gen-inl.h',
2670 'test/data/webui/async_gen.js', 2670 'test/data/webui/async_gen.js',
2671 'test/data/webui/certificate_viewer_dialog_test.js', 2671 'test/data/webui/certificate_viewer_dialog_test.js',
2672 'test/data/webui/certificate_viewer_ui_test-inl.h', 2672 'test/data/webui/certificate_viewer_ui_test-inl.h',
2673 'test/data/webui/chrome_send_browsertest-inl.h', 2673 'test/data/webui/chrome_send_browsertest-inl.h',
2674 'test/data/webui/chrome_send_browsertest.js', 2674 'test/data/webui/chrome_send_browsertest.js',
2675 'test/data/webui/mock4js_browsertest.js', 2675 'test/data/webui/mock4js_browsertest.js',
2676 'test/data/webui/ntp4.js', 2676 'test/data/webui/ntp4.js',
2677 'test/data/webui/print_preview.js', 2677 'test/data/webui/print_preview.js',
2678 'test/gpu/gpu_feature_browsertest.cc',
2678 # TODO(craig): Rename this and run from base_unittests when the test 2679 # TODO(craig): Rename this and run from base_unittests when the test
2679 # is safe to run there. See http://crbug.com/78722 for details. 2680 # is safe to run there. See http://crbug.com/78722 for details.
2680 '../base/files/file_path_watcher_browsertest.cc', 2681 '../base/files/file_path_watcher_browsertest.cc',
2681 '../content/app/startup_helper_win.cc', 2682 '../content/app/startup_helper_win.cc',
2682 '../content/browser/child_process_security_policy_browsertest.cc', 2683 '../content/browser/child_process_security_policy_browsertest.cc',
2683 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2684 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2684 '../content/browser/download/mhtml_generation_browsertest.cc', 2685 '../content/browser/download/mhtml_generation_browsertest.cc',
2685 '../content/browser/file_system/file_system_browsertest.cc', 2686 '../content/browser/file_system/file_system_browsertest.cc',
2686 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', 2687 '../content/browser/in_process_webkit/dom_storage_browsertest.cc',
2687 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2688 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
(...skipping 1562 matching lines...) Expand 10 before | Expand all | Expand 10 after
4250 # Use outputs of this action as inputs for the main target build. 4251 # Use outputs of this action as inputs for the main target build.
4251 # Seems as a misnomer but makes this happy on Linux (scons). 4252 # Seems as a misnomer but makes this happy on Linux (scons).
4252 'process_outputs_as_sources': 1, 4253 'process_outputs_as_sources': 1,
4253 }, 4254 },
4254 ], # 'actions' 4255 ], # 'actions'
4255 }, 4256 },
4256 ] 4257 ]
4257 }], # 'coverage!=0' 4258 }], # 'coverage!=0'
4258 ], # 'conditions' 4259 ], # 'conditions'
4259 } 4260 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/gpu/feature_canvas2d.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698