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

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

Issue 2209363002: Remove material design resource pak infrastructure (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove another mac test file Created 4 years, 4 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
« no previous file with comments | « ui/base/resource/resource_handle.h ('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 27 matching lines...) Expand all
38 # Note: file list duplicated in GN build. 38 # Note: file list duplicated in GN build.
39 'clipboard/clipboard_util_mac_unittest.mm', 39 'clipboard/clipboard_util_mac_unittest.mm',
40 'l10n/l10n_util_mac_unittest.mm', 40 'l10n/l10n_util_mac_unittest.mm',
41 'l10n/l10n_util_unittest.cc', 41 'l10n/l10n_util_unittest.cc',
42 'l10n/l10n_util_win_unittest.cc', 42 'l10n/l10n_util_win_unittest.cc',
43 'l10n/time_format_unittest.cc', 43 'l10n/time_format_unittest.cc',
44 'layout_unittest.cc', 44 'layout_unittest.cc',
45 'models/tree_node_iterator_unittest.cc', 45 'models/tree_node_iterator_unittest.cc',
46 'resource/data_pack_literal.cc', 46 'resource/data_pack_literal.cc',
47 'resource/data_pack_unittest.cc', 47 'resource/data_pack_unittest.cc',
48 'resource/resource_bundle_mac_unittest.mm',
49 'resource/resource_bundle_unittest.cc', 48 'resource/resource_bundle_unittest.cc',
50 'resource/scale_factor_unittest.cc', 49 'resource/scale_factor_unittest.cc',
51 'template_expressions_unittest.cc', 50 'template_expressions_unittest.cc',
52 'test/run_all_unittests.cc', 51 'test/run_all_unittests.cc',
53 ], 52 ],
54 'all_sources': [ 53 'all_sources': [
55 # Note: file list duplicated in GN build. 54 # Note: file list duplicated in GN build.
56 '<@(_common_sources)', 55 '<@(_common_sources)',
57 'accelerators/accelerator_manager_unittest.cc', 56 'accelerators/accelerator_manager_unittest.cc',
58 'accelerators/accelerator_unittest.cc', 57 'accelerators/accelerator_unittest.cc',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 'dependencies': [ 325 'dependencies': [
327 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 326 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
328 ], 327 ],
329 }], 328 }],
330 ], 329 ],
331 }, 330 },
332 ], 331 ],
333 }], 332 }],
334 ], 333 ],
335 } 334 }
OLDNEW
« no previous file with comments | « ui/base/resource/resource_handle.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698