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

Side by Side Diff: ui/aura/aura.gyp

Issue 1920163005: Split //ui/gl into //ui/gl + //ui/gi/init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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/aura/BUILD.gn ('k') | ui/aura/demo/DEPS » ('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 {
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 '../base/ui_base.gyp:ui_base', 254 '../base/ui_base.gyp:ui_base',
255 '../base/ui_base.gyp:ui_base_test_support', 255 '../base/ui_base.gyp:ui_base_test_support',
256 '../compositor/compositor.gyp:compositor', 256 '../compositor/compositor.gyp:compositor',
257 '../compositor/compositor.gyp:compositor_test_support', 257 '../compositor/compositor.gyp:compositor_test_support',
258 '../events/events.gyp:events', 258 '../events/events.gyp:events',
259 '../events/events.gyp:events_base', 259 '../events/events.gyp:events_base',
260 '../events/events.gyp:gesture_detection', 260 '../events/events.gyp:gesture_detection',
261 '../gfx/gfx.gyp:gfx', 261 '../gfx/gfx.gyp:gfx',
262 '../gfx/gfx.gyp:gfx_geometry', 262 '../gfx/gfx.gyp:gfx_geometry',
263 '../gl/gl.gyp:gl', 263 '../gl/gl.gyp:gl',
264 '../gl/init/gl_init.gyp:gl_init',
264 'aura_test_support', 265 'aura_test_support',
265 'aura', 266 'aura',
266 ], 267 ],
267 'include_dirs': [ 268 'include_dirs': [
268 '..', 269 '..',
269 ], 270 ],
270 'sources': [ 271 'sources': [
271 'gestures/gesture_recognizer_unittest.cc', 272 'gestures/gesture_recognizer_unittest.cc',
272 'test/run_all_unittests.cc', 273 'test/run_all_unittests.cc',
273 'window_event_dispatcher_unittest.cc', 274 'window_event_dispatcher_unittest.cc',
(...skipping 30 matching lines...) Expand all
304 'dependencies': [ 305 'dependencies': [
305 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 306 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
306 ], 307 ],
307 }], 308 }],
308 ], 309 ],
309 }, 310 },
310 ], 311 ],
311 }], 312 }],
312 ], 313 ],
313 } 314 }
OLDNEW
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/aura/demo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698