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

Side by Side Diff: chrome/test/gpu/test_support_gpu.gypi

Issue 10699045: Fix PPB_MouseLock.LockMouse crash and add tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/ppapi/OWNERS » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # This file is meant to be included into targets which run gpu tests. 5 # This file is meant to be included into targets which run gpu tests.
6 { 6 {
7 'variables': { 7 'variables': {
8 'test_list_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome/test/gpu', 8 'test_list_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome/test/gpu',
9 'src_dir': '../../..', 9 'src_dir': '../../..',
10 }, 10 },
(...skipping 16 matching lines...) Expand all
27 'defines': [ 27 'defines': [
28 'HAS_OUT_OF_PROC_TEST_RUNNER', 28 'HAS_OUT_OF_PROC_TEST_RUNNER',
29 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test.h"' , 29 'BROWSER_TESTS_HEADER_OVERRIDE="chrome/test/base/in_process_browser_test.h"' ,
30 ], 30 ],
31 'include_dirs': [ 31 'include_dirs': [
32 '<(src_dir)', 32 '<(src_dir)',
33 '<(test_list_out_dir)', 33 '<(test_list_out_dir)',
34 ], 34 ],
35 'sources': [ 35 'sources': [
36 '<(src_dir)/chrome/test/base/chrome_test_launcher.cc', 36 '<(src_dir)/chrome/test/base/chrome_test_launcher.cc',
37 '<(src_dir)/content/test/gpu/test_switches.cc',
38 '<(src_dir)/content/test/gpu/test_switches.h',
39 ], 37 ],
40 # hard_dependency is necessary for this target because it has actions 38 # hard_dependency is necessary for this target because it has actions
41 # that generate a header file included by dependent targets. The header 39 # that generate a header file included by dependent targets. The header
42 # file must be generated before the dependents are compiled. The usual 40 # file must be generated before the dependents are compiled. The usual
43 # semantics are to allow the two targets to build concurrently. 41 # semantics are to allow the two targets to build concurrently.
44 'hard_dependency': 1, 42 'hard_dependency': 1,
45 'conditions': [ 43 'conditions': [
46 ['OS=="win"', { 44 ['OS=="win"', {
47 'dependencies': [ 45 'dependencies': [
48 'chrome_version_resources', 46 'chrome_version_resources',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 '<(src_dir)/build/linux/system.gyp:ssl', 97 '<(src_dir)/build/linux/system.gyp:ssl',
100 ], 98 ],
101 }], 99 }],
102 ['toolkit_views==1', { 100 ['toolkit_views==1', {
103 'dependencies': [ 101 'dependencies': [
104 '<(src_dir)/ui/views/views.gyp:views', 102 '<(src_dir)/ui/views/views.gyp:views',
105 ], 103 ],
106 }], 104 }],
107 ], 105 ],
108 } 106 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/ppapi/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698