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

Side by Side Diff: ui/events/events.gyp

Issue 246513003: Add missing ui unit test targets to chromium_trybot.json. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add gfx_geometry back Created 6 years, 8 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 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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 ], 321 ],
322 }, 322 },
323 { 323 {
324 'target_name': 'events_unittests', 324 'target_name': 'events_unittests',
325 'type': '<(gtest_target_type)', 325 'type': '<(gtest_target_type)',
326 'dependencies': [ 326 'dependencies': [
327 '<(DEPTH)/base/base.gyp:base', 327 '<(DEPTH)/base/base.gyp:base',
328 '<(DEPTH)/base/base.gyp:run_all_unittests', 328 '<(DEPTH)/base/base.gyp:run_all_unittests',
329 '<(DEPTH)/base/base.gyp:test_support_base', 329 '<(DEPTH)/base/base.gyp:test_support_base',
330 '<(DEPTH)/testing/gtest.gyp:gtest', 330 '<(DEPTH)/testing/gtest.gyp:gtest',
331 '../gfx/gfx.gyp:gfx',
332 '../gfx/gfx.gyp:gfx_geometry', 331 '../gfx/gfx.gyp:gfx_geometry',
332 '../gfx/gfx.gyp:gfx_test_support',
333 'dom4_keycode_converter', 333 'dom4_keycode_converter',
334 'events', 334 'events',
335 'events_base', 335 'events_base',
336 'events_test_support', 336 'events_test_support',
337 'gesture_detection' 337 'gesture_detection'
338 ], 338 ],
339 'sources': [ 339 'sources': [
340 'cocoa/cocoa_event_utils_unittest.mm', 340 'cocoa/cocoa_event_utils_unittest.mm',
341 'event_dispatcher_unittest.cc', 341 'event_dispatcher_unittest.cc',
342 'event_processor_unittest.cc', 342 'event_processor_unittest.cc',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 ], 392 ],
393 'variables': { 393 'variables': {
394 'test_suite_name': 'events_unittests', 394 'test_suite_name': 'events_unittests',
395 }, 395 },
396 'includes': [ '../../build/apk_test.gypi' ], 396 'includes': [ '../../build/apk_test.gypi' ],
397 }, 397 },
398 ], 398 ],
399 }], 399 }],
400 ], 400 ],
401 } 401 }
OLDNEW
« testing/buildbot/chromium_trybot.json ('K') | « testing/buildbot/chromium_trybot.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698