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

Side by Side Diff: ui/ui_unittests.gyp

Issue 104783007: ui: Clean up UITestSuite initialization. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add packed_resources to run_ui_unittests instead Created 6 years, 11 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 | « ui/test/test_suite.cc ('k') | no next file » | 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 ], 58 ],
59 }], 59 }],
60 ], 60 ],
61 }, 61 },
62 { 62 {
63 'target_name': 'run_ui_unittests', 63 'target_name': 'run_ui_unittests',
64 'type': 'static_library', 64 'type': 'static_library',
65 'dependencies': [ 65 'dependencies': [
66 '../base/base.gyp:base', 66 '../base/base.gyp:base',
67 '../base/base.gyp:test_support_base', 67 '../base/base.gyp:test_support_base',
68 '../chrome/chrome_resources.gyp:packed_resources',
68 'ui.gyp:ui', 69 'ui.gyp:ui',
69 ], 70 ],
70 'sources': [ 71 'sources': [
71 'test/test_suite.cc', 72 'test/test_suite.cc',
72 'test/test_suite.h', 73 'test/test_suite.h',
73 'test/run_all_unittests.cc', 74 'test/run_all_unittests.cc',
74 ], 75 ],
75 }, 76 },
76 { 77 {
77 'target_name': 'ui_unittests', 78 'target_name': 'ui_unittests',
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 'variables': { 363 'variables': {
363 'test_suite_name': 'ui_unittests', 364 'test_suite_name': 'ui_unittests',
364 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 365 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
365 }, 366 },
366 'includes': [ '../build/apk_test.gypi' ], 367 'includes': [ '../build/apk_test.gypi' ],
367 }, 368 },
368 ], 369 ],
369 }], 370 }],
370 ], 371 ],
371 } 372 }
OLDNEW
« no previous file with comments | « ui/test/test_suite.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698