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

Side by Side Diff: ash/ash.gyp

Issue 1922373002: Make ui/gfx/range a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed windows issues + addressed nit 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 | « no previous file | chrome/chrome_browser.gypi » ('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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after
1007 '../ui/base/ui_base.gyp:ui_data_pack', 1007 '../ui/base/ui_base.gyp:ui_data_pack',
1008 '../ui/compositor/compositor.gyp:compositor', 1008 '../ui/compositor/compositor.gyp:compositor',
1009 '../ui/display/display.gyp:display', 1009 '../ui/display/display.gyp:display',
1010 '../ui/events/devices/events_devices.gyp:events_devices', 1010 '../ui/events/devices/events_devices.gyp:events_devices',
1011 '../ui/events/events.gyp:events', 1011 '../ui/events/events.gyp:events',
1012 '../ui/events/events.gyp:events_base', 1012 '../ui/events/events.gyp:events_base',
1013 '../ui/events/events.gyp:gesture_detection', 1013 '../ui/events/events.gyp:gesture_detection',
1014 '../ui/events/platform/events_platform.gyp:events_platform', 1014 '../ui/events/platform/events_platform.gyp:events_platform',
1015 '../ui/gfx/gfx.gyp:gfx', 1015 '../ui/gfx/gfx.gyp:gfx',
1016 '../ui/gfx/gfx.gyp:gfx_geometry', 1016 '../ui/gfx/gfx.gyp:gfx_geometry',
1017 '../ui/gfx/gfx.gyp:gfx_range',
1017 '../ui/gfx/gfx.gyp:gfx_vector_icons', 1018 '../ui/gfx/gfx.gyp:gfx_vector_icons',
1018 '../ui/keyboard/keyboard.gyp:keyboard', 1019 '../ui/keyboard/keyboard.gyp:keyboard',
1019 '../ui/message_center/message_center.gyp:message_center', 1020 '../ui/message_center/message_center.gyp:message_center',
1020 '../ui/native_theme/native_theme.gyp:native_theme', 1021 '../ui/native_theme/native_theme.gyp:native_theme',
1021 '../ui/platform_window/stub/stub_window.gyp:stub_window', 1022 '../ui/platform_window/stub/stub_window.gyp:stub_window',
1022 '../ui/resources/ui_resources.gyp:ui_resources', 1023 '../ui/resources/ui_resources.gyp:ui_resources',
1023 '../ui/strings/ui_strings.gyp:ui_strings', 1024 '../ui/strings/ui_strings.gyp:ui_strings',
1024 '../ui/views/views.gyp:views', 1025 '../ui/views/views.gyp:views',
1025 '../ui/wm/wm.gyp:wm', 1026 '../ui/wm/wm.gyp:wm',
1026 '../url/url.gyp:url_lib', 1027 '../url/url.gyp:url_lib',
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
1398 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1399 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1399 ], 1400 ],
1400 } 1401 }
1401 ], 1402 ],
1402 ], 1403 ],
1403 }, 1404 },
1404 ], 1405 ],
1405 }], 1406 }],
1406 ], 1407 ],
1407 } 1408 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698