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

Side by Side Diff: ui/aura/aura.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/app_list/presenter/app_list_presenter.gyp ('k') | ui/base/ime/ui_base_ime.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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/aura 11 # GN version: //ui/aura
12 'target_name': 'aura', 12 'target_name': 'aura',
13 'type': '<(component)', 13 'type': '<(component)',
14 'dependencies': [ 14 'dependencies': [
15 '../../base/base.gyp:base', 15 '../../base/base.gyp:base',
16 '../../base/base.gyp:base_i18n', 16 '../../base/base.gyp:base_i18n',
17 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 17 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
18 '../../skia/skia.gyp:skia', 18 '../../skia/skia.gyp:skia',
19 '../base/ime/ui_base_ime.gyp:ui_base_ime', 19 '../base/ime/ui_base_ime.gyp:ui_base_ime',
20 '../base/ui_base.gyp:ui_base', 20 '../base/ui_base.gyp:ui_base',
21 '../compositor/compositor.gyp:compositor', 21 '../compositor/compositor.gyp:compositor',
22 '../display/display.gyp:display', 22 '../display/display.gyp:display',
23 '../events/events.gyp:events', 23 '../events/events.gyp:events',
24 '../events/events.gyp:events_base', 24 '../events/events.gyp:events_base',
25 '../events/platform/events_platform.gyp:events_platform', 25 '../events/platform/events_platform.gyp:events_platform',
26 '../gfx/gfx.gyp:gfx', 26 '../gfx/gfx.gyp:gfx',
27 '../gfx/gfx.gyp:gfx_geometry', 27 '../gfx/gfx.gyp:gfx_geometry',
28 '../latency_info/latency_info.gyp:latency_info',
28 ], 29 ],
29 'defines': [ 30 'defines': [
30 'AURA_IMPLEMENTATION', 31 'AURA_IMPLEMENTATION',
31 ], 32 ],
32 'sources': [ 33 'sources': [
33 '../wm/public/activation_change_observer.cc', 34 '../wm/public/activation_change_observer.cc',
34 '../wm/public/activation_change_observer.h', 35 '../wm/public/activation_change_observer.h',
35 '../wm/public/activation_client.cc', 36 '../wm/public/activation_client.cc',
36 '../wm/public/activation_client.h', 37 '../wm/public/activation_client.h',
37 '../wm/public/activation_delegate.cc', 38 '../wm/public/activation_delegate.cc',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 '../../testing/gtest.gyp:gtest', 156 '../../testing/gtest.gyp:gtest',
156 '../base/ime/ui_base_ime.gyp:ui_base_ime', 157 '../base/ime/ui_base_ime.gyp:ui_base_ime',
157 '../base/ui_base.gyp:ui_base', 158 '../base/ui_base.gyp:ui_base',
158 '../base/ui_base.gyp:ui_base_test_support', 159 '../base/ui_base.gyp:ui_base_test_support',
159 '../compositor/compositor.gyp:compositor_test_support', 160 '../compositor/compositor.gyp:compositor_test_support',
160 '../events/events.gyp:events', 161 '../events/events.gyp:events',
161 '../events/events.gyp:events_base', 162 '../events/events.gyp:events_base',
162 '../events/events.gyp:events_test_support', 163 '../events/events.gyp:events_test_support',
163 '../gfx/gfx.gyp:gfx', 164 '../gfx/gfx.gyp:gfx',
164 '../gfx/gfx.gyp:gfx_geometry', 165 '../gfx/gfx.gyp:gfx_geometry',
166 '../latency_info/latency_info.gyp:latency_info',
165 'aura', 167 'aura',
166 ], 168 ],
167 'include_dirs': [ 169 'include_dirs': [
168 '..', 170 '..',
169 ], 171 ],
170 'sources': [ 172 'sources': [
171 'test/aura_test_base.cc', 173 'test/aura_test_base.cc',
172 'test/aura_test_base.h', 174 'test/aura_test_base.h',
173 'test/aura_test_helper.cc', 175 'test/aura_test_helper.cc',
174 'test/aura_test_helper.h', 176 'test/aura_test_helper.h',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 '../base/ui_base.gyp:ui_base', 256 '../base/ui_base.gyp:ui_base',
255 '../base/ui_base.gyp:ui_base_test_support', 257 '../base/ui_base.gyp:ui_base_test_support',
256 '../compositor/compositor.gyp:compositor', 258 '../compositor/compositor.gyp:compositor',
257 '../compositor/compositor.gyp:compositor_test_support', 259 '../compositor/compositor.gyp:compositor_test_support',
258 '../events/events.gyp:events', 260 '../events/events.gyp:events',
259 '../events/events.gyp:events_base', 261 '../events/events.gyp:events_base',
260 '../events/events.gyp:gesture_detection', 262 '../events/events.gyp:gesture_detection',
261 '../gfx/gfx.gyp:gfx', 263 '../gfx/gfx.gyp:gfx',
262 '../gfx/gfx.gyp:gfx_geometry', 264 '../gfx/gfx.gyp:gfx_geometry',
263 '../gl/gl.gyp:gl', 265 '../gl/gl.gyp:gl',
266 '../latency_info/latency_info.gyp:latency_info',
264 'aura_test_support', 267 'aura_test_support',
265 'aura', 268 'aura',
266 ], 269 ],
267 'include_dirs': [ 270 'include_dirs': [
268 '..', 271 '..',
269 ], 272 ],
270 'sources': [ 273 'sources': [
271 'gestures/gesture_recognizer_unittest.cc', 274 'gestures/gesture_recognizer_unittest.cc',
272 'test/run_all_unittests.cc', 275 'test/run_all_unittests.cc',
273 'window_event_dispatcher_unittest.cc', 276 'window_event_dispatcher_unittest.cc',
(...skipping 30 matching lines...) Expand all
304 'dependencies': [ 307 'dependencies': [
305 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 308 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
306 ], 309 ],
307 }], 310 }],
308 ], 311 ],
309 }, 312 },
310 ], 313 ],
311 }], 314 }],
312 ], 315 ],
313 } 316 }
OLDNEW
« no previous file with comments | « ui/app_list/presenter/app_list_presenter.gyp ('k') | ui/base/ime/ui_base_ime.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698