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

Side by Side Diff: content/content_tests.gypi

Issue 50303007: Move test-only stuff from cc/debug/ to cc/test (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fold cc_test_utils into cc_test_support to fix windows link Created 7 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 }], 209 }],
210 }], 210 }],
211 ], 211 ],
212 'dependencies': [ 212 'dependencies': [
213 'content.gyp:content_child', 213 'content.gyp:content_child',
214 'content.gyp:content_gpu', 214 'content.gyp:content_gpu',
215 'content.gyp:content_ppapi_plugin', 215 'content.gyp:content_ppapi_plugin',
216 'content.gyp:content_renderer', 216 'content.gyp:content_renderer',
217 'content.gyp:content_utility', 217 'content.gyp:content_utility',
218 'content.gyp:content_worker', 218 'content.gyp:content_worker',
219 '../cc/cc_tests.gyp:cc_test_support',
219 '../media/media.gyp:media', 220 '../media/media.gyp:media',
220 '../ppapi/ppapi_internal.gyp:ppapi_host', 221 '../ppapi/ppapi_internal.gyp:ppapi_host',
221 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 222 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
222 '../ppapi/ppapi_internal.gyp:ppapi_shared', 223 '../ppapi/ppapi_internal.gyp:ppapi_shared',
223 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 224 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
224 '../third_party/WebKit/public/blink.gyp:blink', 225 '../third_party/WebKit/public/blink.gyp:blink',
225 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_runne r', 226 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_runne r',
226 '../ui/surface/surface.gyp:surface', 227 '../ui/surface/surface.gyp:surface',
227 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 228 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
228 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 229 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
(...skipping 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after
1597 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1598 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1598 }, 1599 },
1599 ], 1600 ],
1600 }], 1601 }],
1601 ], 1602 ],
1602 }, 1603 },
1603 ], 1604 ],
1604 }], 1605 }],
1605 ], 1606 ],
1606 } 1607 }
OLDNEW
« no previous file with comments | « cc/trees/layer_tree_host_unittest_context.cc ('k') | content/test/web_layer_tree_view_impl_for_testing.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698