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

Side by Side Diff: ui/events/events.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 | « printing/printing.gyp ('k') | ui/gfx/BUILD.gn » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 }, 267 },
268 { 268 {
269 'target_name': 'events_unittests', 269 'target_name': 'events_unittests',
270 'type': '<(gtest_target_type)', 270 'type': '<(gtest_target_type)',
271 'dependencies': [ 271 'dependencies': [
272 '<(DEPTH)/base/base.gyp:base', 272 '<(DEPTH)/base/base.gyp:base',
273 '<(DEPTH)/base/base.gyp:run_all_unittests', 273 '<(DEPTH)/base/base.gyp:run_all_unittests',
274 '<(DEPTH)/base/base.gyp:test_support_base', 274 '<(DEPTH)/base/base.gyp:test_support_base',
275 '<(DEPTH)/skia/skia.gyp:skia', 275 '<(DEPTH)/skia/skia.gyp:skia',
276 '<(DEPTH)/testing/gtest.gyp:gtest', 276 '<(DEPTH)/testing/gtest.gyp:gtest',
277 '../gfx/gfx.gyp:gfx',
277 '../gfx/gfx.gyp:gfx_geometry', 278 '../gfx/gfx.gyp:gfx_geometry',
278 '../gfx/gfx.gyp:gfx_test_support', 279 '../gfx/gfx.gyp:gfx_test_support',
279 'dom4_keycode_converter', 280 'dom4_keycode_converter',
280 'events', 281 'events',
281 'events_base', 282 'events_base',
282 'events_test_support', 283 'events_test_support',
283 'gesture_detection', 284 'gesture_detection',
284 'platform/events_platform.gyp:events_platform', 285 'platform/events_platform.gyp:events_platform',
285 ], 286 ],
286 'sources': [ 287 'sources': [
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 ], 349 ],
349 'variables': { 350 'variables': {
350 'test_suite_name': 'events_unittests', 351 'test_suite_name': 'events_unittests',
351 }, 352 },
352 'includes': [ '../../build/apk_test.gypi' ], 353 'includes': [ '../../build/apk_test.gypi' ],
353 }, 354 },
354 ], 355 ],
355 }], 356 }],
356 ], 357 ],
357 } 358 }
OLDNEW
« no previous file with comments | « printing/printing.gyp ('k') | ui/gfx/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698