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

Side by Side Diff: ash/ash.gyp

Issue 685793002: Move all event related devices from ui/events/ to ui/events/devices/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@internal-touchscreens
Patch Set: Rebased Created 6 years, 1 month 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
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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 # These files lists are shared with the GN build. 9 # These files lists are shared with the GN build.
10 'ash_sources': [ 10 'ash_sources': [
(...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 '../net/net.gyp:net', 904 '../net/net.gyp:net',
905 '../skia/skia.gyp:skia', 905 '../skia/skia.gyp:skia',
906 '../third_party/icu/icu.gyp:icui18n', 906 '../third_party/icu/icu.gyp:icui18n',
907 '../third_party/icu/icu.gyp:icuuc', 907 '../third_party/icu/icu.gyp:icuuc',
908 '../ui/accelerometer/ui_accelerometer.gyp:ui_accelerometer', 908 '../ui/accelerometer/ui_accelerometer.gyp:ui_accelerometer',
909 '../ui/accessibility/accessibility.gyp:accessibility', 909 '../ui/accessibility/accessibility.gyp:accessibility',
910 '../ui/app_list/app_list.gyp:app_list', 910 '../ui/app_list/app_list.gyp:app_list',
911 '../ui/aura/aura.gyp:aura', 911 '../ui/aura/aura.gyp:aura',
912 '../ui/base/ui_base.gyp:ui_base', 912 '../ui/base/ui_base.gyp:ui_base',
913 '../ui/compositor/compositor.gyp:compositor', 913 '../ui/compositor/compositor.gyp:compositor',
914 '../ui/events/devices/events_devices.gyp:events_devices',
914 '../ui/events/events.gyp:events', 915 '../ui/events/events.gyp:events',
915 '../ui/events/events.gyp:events_base', 916 '../ui/events/events.gyp:events_base',
916 '../ui/events/events.gyp:gesture_detection', 917 '../ui/events/events.gyp:gesture_detection',
917 '../ui/gfx/gfx.gyp:gfx', 918 '../ui/gfx/gfx.gyp:gfx',
918 '../ui/gfx/gfx.gyp:gfx_geometry', 919 '../ui/gfx/gfx.gyp:gfx_geometry',
919 '../ui/keyboard/keyboard.gyp:keyboard', 920 '../ui/keyboard/keyboard.gyp:keyboard',
920 '../ui/message_center/message_center.gyp:message_center', 921 '../ui/message_center/message_center.gyp:message_center',
921 '../ui/resources/ui_resources.gyp:ui_resources', 922 '../ui/resources/ui_resources.gyp:ui_resources',
922 '../ui/strings/ui_strings.gyp:ui_strings', 923 '../ui/strings/ui_strings.gyp:ui_strings',
923 '../ui/views/controls/webview/webview.gyp:webview', 924 '../ui/views/controls/webview/webview.gyp:webview',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
1082 '../third_party/icu/icu.gyp:icuuc', 1083 '../third_party/icu/icu.gyp:icuuc',
1083 '../ui/accelerometer/ui_accelerometer.gyp:ui_accelerometer', 1084 '../ui/accelerometer/ui_accelerometer.gyp:ui_accelerometer',
1084 '../ui/accessibility/accessibility.gyp:accessibility', 1085 '../ui/accessibility/accessibility.gyp:accessibility',
1085 '../ui/app_list/app_list.gyp:app_list', 1086 '../ui/app_list/app_list.gyp:app_list',
1086 '../ui/aura/aura.gyp:aura', 1087 '../ui/aura/aura.gyp:aura',
1087 '../ui/aura/aura.gyp:aura_test_support', 1088 '../ui/aura/aura.gyp:aura_test_support',
1088 '../ui/base/ui_base.gyp:ui_base', 1089 '../ui/base/ui_base.gyp:ui_base',
1089 '../ui/base/ui_base.gyp:ui_base_test_support', 1090 '../ui/base/ui_base.gyp:ui_base_test_support',
1090 '../ui/compositor/compositor.gyp:compositor', 1091 '../ui/compositor/compositor.gyp:compositor',
1091 '../ui/compositor/compositor.gyp:compositor_test_support', 1092 '../ui/compositor/compositor.gyp:compositor_test_support',
1093 '../ui/events/devices/events_devices.gyp:events_devices',
1092 '../ui/events/events.gyp:events', 1094 '../ui/events/events.gyp:events',
1093 '../ui/events/events.gyp:events_test_support', 1095 '../ui/events/events.gyp:events_test_support',
1094 '../ui/events/events.gyp:gesture_detection', 1096 '../ui/events/events.gyp:gesture_detection',
1095 '../ui/gfx/gfx.gyp:gfx', 1097 '../ui/gfx/gfx.gyp:gfx',
1096 '../ui/gfx/gfx.gyp:gfx_geometry', 1098 '../ui/gfx/gfx.gyp:gfx_geometry',
1097 '../ui/keyboard/keyboard.gyp:keyboard', 1099 '../ui/keyboard/keyboard.gyp:keyboard',
1098 '../ui/message_center/message_center.gyp:message_center', 1100 '../ui/message_center/message_center.gyp:message_center',
1099 '../ui/message_center/message_center.gyp:message_center_test_support', 1101 '../ui/message_center/message_center.gyp:message_center_test_support',
1100 '../ui/resources/ui_resources.gyp:ui_resources', 1102 '../ui/resources/ui_resources.gyp:ui_resources',
1101 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support', 1103 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
1294 '../build/isolate.gypi', 1296 '../build/isolate.gypi',
1295 ], 1297 ],
1296 'sources': [ 1298 'sources': [
1297 'ash_unittests.isolate', 1299 'ash_unittests.isolate',
1298 ], 1300 ],
1299 }, 1301 },
1300 ], 1302 ],
1301 }], 1303 }],
1302 ], 1304 ],
1303 } 1305 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698