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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8240006: Use a mocked compositor for unit tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ui/gfx/test/gfx_test_utils x4 Created 9 years, 2 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
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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 '../content/content.gyp:test_support_content', 56 '../content/content.gyp:test_support_content',
57 '../ipc/ipc.gyp:test_support_ipc', 57 '../ipc/ipc.gyp:test_support_ipc',
58 '../media/media.gyp:media_test_support', 58 '../media/media.gyp:media_test_support',
59 '../net/net.gyp:net', 59 '../net/net.gyp:net',
60 # 'test/base/test_url_request_context_getter.h' brings in this requireme nt. 60 # 'test/base/test_url_request_context_getter.h' brings in this requireme nt.
61 '../net/net.gyp:net_test_support', 61 '../net/net.gyp:net_test_support',
62 '../skia/skia.gyp:skia', 62 '../skia/skia.gyp:skia',
63 '../testing/gmock.gyp:gmock', 63 '../testing/gmock.gyp:gmock',
64 '../testing/gtest.gyp:gtest', 64 '../testing/gtest.gyp:gtest',
65 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 65 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
66 '../ui/gfx/compositor/compositor.gyp:test_compositor',
66 ], 67 ],
67 'export_dependent_settings': [ 68 'export_dependent_settings': [
68 'renderer', 69 'renderer',
69 'app/policy/cloud_policy_codegen.gyp:policy', 70 'app/policy/cloud_policy_codegen.gyp:policy',
70 '../base/base.gyp:test_support_base', 71 '../base/base.gyp:test_support_base',
71 ], 72 ],
72 'include_dirs': [ 73 'include_dirs': [
73 '..', 74 '..',
74 ], 75 ],
75 'sources': [ 76 'sources': [
(...skipping 4012 matching lines...) Expand 10 before | Expand all | Expand 10 after
4088 # Use outputs of this action as inputs for the main target build. 4089 # Use outputs of this action as inputs for the main target build.
4089 # Seems as a misnomer but makes this happy on Linux (scons). 4090 # Seems as a misnomer but makes this happy on Linux (scons).
4090 'process_outputs_as_sources': 1, 4091 'process_outputs_as_sources': 1,
4091 }, 4092 },
4092 ], # 'actions' 4093 ], # 'actions'
4093 }, 4094 },
4094 ] 4095 ]
4095 }], # 'coverage!=0' 4096 }], # 'coverage!=0'
4096 ], # 'conditions' 4097 ], # 'conditions'
4097 } 4098 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698