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

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

Issue 1871233002: Move LatencyInfo to ui/latency_info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix some more gyp issues Created 4 years, 7 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/ui_base.gyp ('k') | ui/events/BUILD.gn » ('j') | 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 {
11 # GN version: //ui/base:unittests 11 # GN version: //ui/base:unittests
12 'target_name': 'ui_base_unittests', 12 'target_name': 'ui_base_unittests',
13 'type': '<(gtest_target_type)', 13 'type': '<(gtest_target_type)',
14 'dependencies': [ 14 'dependencies': [
15 '../../base/base.gyp:base', 15 '../../base/base.gyp:base',
16 '../../base/base.gyp:test_support_base', 16 '../../base/base.gyp:test_support_base',
17 '../../net/net.gyp:net', 17 '../../net/net.gyp:net',
18 '../../skia/skia.gyp:skia', 18 '../../skia/skia.gyp:skia',
19 '../../testing/gmock.gyp:gmock', 19 '../../testing/gmock.gyp:gmock',
20 '../../testing/gtest.gyp:gtest', 20 '../../testing/gtest.gyp:gtest',
21 '../../third_party/icu/icu.gyp:icui18n', 21 '../../third_party/icu/icu.gyp:icui18n',
22 '../../third_party/icu/icu.gyp:icuuc', 22 '../../third_party/icu/icu.gyp:icuuc',
23 '../../url/url.gyp:url_lib', 23 '../../url/url.gyp:url_lib',
24 '../display/display.gyp:display', 24 '../display/display.gyp:display',
25 '../events/events.gyp:events_base', 25 '../events/events.gyp:events_base',
26 '../gfx/gfx.gyp:gfx_test_support', 26 '../gfx/gfx.gyp:gfx_test_support',
27 '../latency_info/latency_info.gyp:latency_info',
27 '../resources/ui_resources.gyp:ui_resources', 28 '../resources/ui_resources.gyp:ui_resources',
28 '../resources/ui_resources.gyp:ui_test_pak', 29 '../resources/ui_resources.gyp:ui_test_pak',
29 '../strings/ui_strings.gyp:ui_strings', 30 '../strings/ui_strings.gyp:ui_strings',
30 'ime/ui_base_ime.gyp:ui_base_ime', 31 'ime/ui_base_ime.gyp:ui_base_ime',
31 'ui_base.gyp:ui_base', 32 'ui_base.gyp:ui_base',
32 'ui_base.gyp:ui_data_pack', 33 'ui_base.gyp:ui_data_pack',
33 'ui_base.gyp:ui_base_test_support', 34 'ui_base.gyp:ui_base_test_support',
34 ], 35 ],
35 # iOS uses a small subset of ui. common_sources are the only files that 36 # iOS uses a small subset of ui. common_sources are the only files that
36 # are built on iOS. 37 # are built on iOS.
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 'dependencies': [ 327 'dependencies': [
327 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 328 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
328 ], 329 ],
329 }], 330 }],
330 ], 331 ],
331 }, 332 },
332 ], 333 ],
333 }], 334 }],
334 ], 335 ],
335 } 336 }
OLDNEW
« no previous file with comments | « ui/base/ui_base.gyp ('k') | ui/events/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698