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

Side by Side Diff: ui/base/ui_base_tests.gyp

Issue 1220793010: [ui/base;css] adding string template expression replacement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review changes Created 5 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
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 26 matching lines...) Expand all
37 'ios/cru_context_menu_controller_unittest.mm', 37 'ios/cru_context_menu_controller_unittest.mm',
38 'l10n/l10n_util_mac_unittest.mm', 38 'l10n/l10n_util_mac_unittest.mm',
39 'l10n/l10n_util_unittest.cc', 39 'l10n/l10n_util_unittest.cc',
40 'l10n/l10n_util_win_unittest.cc', 40 'l10n/l10n_util_win_unittest.cc',
41 'l10n/time_format_unittest.cc', 41 'l10n/time_format_unittest.cc',
42 'layout_unittest.cc', 42 'layout_unittest.cc',
43 'models/tree_node_iterator_unittest.cc', 43 'models/tree_node_iterator_unittest.cc',
44 'resource/data_pack_literal.cc', 44 'resource/data_pack_literal.cc',
45 'resource/data_pack_unittest.cc', 45 'resource/data_pack_unittest.cc',
46 'resource/resource_bundle_unittest.cc', 46 'resource/resource_bundle_unittest.cc',
47 'template_expressions_unittest.cc',
47 'test/run_all_unittests.cc', 48 'test/run_all_unittests.cc',
48 ], 49 ],
49 'all_sources': [ 50 'all_sources': [
50 # Note: file list duplicated in GN build. 51 # Note: file list duplicated in GN build.
51 '<@(_common_sources)', 52 '<@(_common_sources)',
52 'accelerators/accelerator_manager_unittest.cc', 53 'accelerators/accelerator_manager_unittest.cc',
53 'accelerators/menu_label_accelerator_util_linux_unittest.cc', 54 'accelerators/menu_label_accelerator_util_linux_unittest.cc',
54 'clipboard/custom_data_helper_unittest.cc', 55 'clipboard/custom_data_helper_unittest.cc',
55 'cocoa/base_view_unittest.mm', 56 'cocoa/base_view_unittest.mm',
56 'cocoa/cocoa_base_utils_unittest.mm', 57 'cocoa/cocoa_base_utils_unittest.mm',
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'dependencies': [ 308 'dependencies': [
308 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 309 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
309 ], 310 ],
310 }], 311 }],
311 ], 312 ],
312 }, 313 },
313 ], 314 ],
314 }], 315 }],
315 ], 316 ],
316 } 317 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698