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

Side by Side Diff: cc/cc_tests.gyp

Issue 47323002: ui: Have shell_dialogs into its own gyp file under its shell_dialogs/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ui_unittests.gyp 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'cc_unit_tests_source_files': [ 8 'cc_unit_tests_source_files': [
9 'animation/animation_unittest.cc', 9 'animation/animation_unittest.cc',
10 'animation/keyframed_animation_curve_unittest.cc', 10 'animation/keyframed_animation_curve_unittest.cc',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 ], 319 ],
320 'sources': [ 320 'sources': [
321 'test/pixel_comparator.cc', 321 'test/pixel_comparator.cc',
322 'test/pixel_comparator.h', 322 'test/pixel_comparator.h',
323 'test/pixel_test_utils.cc', 323 'test/pixel_test_utils.cc',
324 'test/pixel_test_utils.h', 324 'test/pixel_test_utils.h',
325 ], 325 ],
326 'dependencies': [ 326 'dependencies': [
327 '../skia/skia.gyp:skia', 327 '../skia/skia.gyp:skia',
328 '../ui/gfx/gfx.gyp:gfx', 328 '../ui/gfx/gfx.gyp:gfx',
329 '../ui/ui.gyp:ui_test_support', 329 '../ui/ui_unittests.gyp:ui_test_support',
330 ], 330 ],
331 }, 331 },
332 ], 332 ],
333 'conditions': [ 333 'conditions': [
334 # Special target to wrap a gtest_target_type==shared_library 334 # Special target to wrap a gtest_target_type==shared_library
335 # cc_unittests into an android apk for execution. 335 # cc_unittests into an android apk for execution.
336 ['OS == "android" and gtest_target_type == "shared_library"', 336 ['OS == "android" and gtest_target_type == "shared_library"',
337 { 337 {
338 'targets': [ 338 'targets': [
339 { 339 {
(...skipping 18 matching lines...) Expand all
358 'test_suite_name': 'cc_perftests', 358 'test_suite_name': 'cc_perftests',
359 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)', 359 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)cc_perf tests<(SHARED_LIB_SUFFIX)',
360 }, 360 },
361 'includes': [ '../build/apk_test.gypi' ], 361 'includes': [ '../build/apk_test.gypi' ],
362 }, 362 },
363 ], 363 ],
364 } 364 }
365 ] 365 ]
366 ], 366 ],
367 } 367 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698