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

Side by Side Diff: ui/base/ui_base.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/ime/ui_base_ime.gyp ('k') | ui/base/ui_base_tests.gyp » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 '../../third_party/icu/icu.gyp:icui18n', 67 '../../third_party/icu/icu.gyp:icui18n',
68 '../../third_party/icu/icu.gyp:icuuc', 68 '../../third_party/icu/icu.gyp:icuuc',
69 '../../url/url.gyp:url_lib', 69 '../../url/url.gyp:url_lib',
70 '../display/display.gyp:display', 70 '../display/display.gyp:display',
71 '../events/events.gyp:events', 71 '../events/events.gyp:events',
72 '../events/events.gyp:events_base', 72 '../events/events.gyp:events_base',
73 '../events/platform/events_platform.gyp:events_platform', 73 '../events/platform/events_platform.gyp:events_platform',
74 '../gfx/gfx.gyp:gfx', 74 '../gfx/gfx.gyp:gfx',
75 '../gfx/gfx.gyp:gfx_geometry', 75 '../gfx/gfx.gyp:gfx_geometry',
76 '../gfx/gfx.gyp:gfx_range', 76 '../gfx/gfx.gyp:gfx_range',
77 '../latency_info/latency_info.gyp:latency_info',
77 '../resources/ui_resources.gyp:ui_resources', 78 '../resources/ui_resources.gyp:ui_resources',
78 '../strings/ui_strings.gyp:ui_strings', 79 '../strings/ui_strings.gyp:ui_strings',
79 ], 80 ],
80 'defines': [ 81 'defines': [
81 'UI_BASE_IMPLEMENTATION', 82 'UI_BASE_IMPLEMENTATION',
82 ], 83 ],
83 'export_dependent_settings': [ 84 'export_dependent_settings': [
84 '../../net/net.gyp:net', 85 '../../net/net.gyp:net',
85 '../../skia/skia.gyp:skia', 86 '../../skia/skia.gyp:skia',
86 '../gfx/gfx.gyp:gfx', 87 '../gfx/gfx.gyp:gfx',
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 ], 772 ],
772 'variables': { 773 'variables': {
773 'jni_gen_package': 'ui', 774 'jni_gen_package': 'ui',
774 }, 775 },
775 'includes': [ '../../build/jni_generator.gypi' ], 776 'includes': [ '../../build/jni_generator.gypi' ],
776 }, 777 },
777 ], 778 ],
778 }], 779 }],
779 ], 780 ],
780 } 781 }
OLDNEW
« no previous file with comments | « ui/base/ime/ui_base_ime.gyp ('k') | ui/base/ui_base_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698