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

Side by Side Diff: components/components_tests.gyp

Issue 368903003: Provide gtest printers for ui/gfx geometry types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add gfx_test_support dep to video_encode_accelerator_unittest Created 6 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 | « no previous file | content/content_tests.gypi » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 '../chrome/chrome_resources.gyp:packed_extra_resources', 217 '../chrome/chrome_resources.gyp:packed_extra_resources',
218 # TODO(blundell): Eliminate the need for this dependency in code 218 # TODO(blundell): Eliminate the need for this dependency in code
219 # that iOS shares. crbug.com/325243 219 # that iOS shares. crbug.com/325243
220 '../content/content_shell_and_tests.gyp:test_support_content', 220 '../content/content_shell_and_tests.gyp:test_support_content',
221 '../sync/sync.gyp:sync', 221 '../sync/sync.gyp:sync',
222 '../sync/sync.gyp:test_support_sync_api', 222 '../sync/sync.gyp:test_support_sync_api',
223 '../testing/gmock.gyp:gmock', 223 '../testing/gmock.gyp:gmock',
224 '../testing/gtest.gyp:gtest', 224 '../testing/gtest.gyp:gtest',
225 '../ui/base/ui_base.gyp:ui_base', 225 '../ui/base/ui_base.gyp:ui_base',
226 '../ui/gfx/gfx.gyp:gfx', 226 '../ui/gfx/gfx.gyp:gfx',
227 '../ui/gfx/gfx.gyp:gfx_test_support',
227 228
228 'components_resources.gyp:components_resources', 229 'components_resources.gyp:components_resources',
229 230
230 # Dependencies of auto_login_parser 231 # Dependencies of auto_login_parser
231 'components.gyp:auto_login_parser', 232 'components.gyp:auto_login_parser',
232 233
233 # Dependencies of autocomplete 234 # Dependencies of autocomplete
234 'components.gyp:autocomplete', 235 'components.gyp:autocomplete',
235 'components.gyp:autocomplete_test_support', 236 'components.gyp:autocomplete_test_support',
236 237
(...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after
817 'dependencies': [ 818 'dependencies': [
818 '../base/allocator/allocator.gyp:allocator', 819 '../base/allocator/allocator.gyp:allocator',
819 ], 820 ],
820 }], 821 }],
821 ], 822 ],
822 }, 823 },
823 ], 824 ],
824 }], 825 }],
825 ], 826 ],
826 } 827 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698