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

Side by Side Diff: ash/ash.gyp

Issue 282593002: Reland Unified Gesture Recognizer for Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again... Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/drag_drop/drag_drop_controller_unittest.cc » ('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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 '../ui/accessibility/accessibility.gyp:accessibility', 887 '../ui/accessibility/accessibility.gyp:accessibility',
888 '../ui/app_list/app_list.gyp:app_list', 888 '../ui/app_list/app_list.gyp:app_list',
889 '../ui/aura/aura.gyp:aura', 889 '../ui/aura/aura.gyp:aura',
890 '../ui/aura/aura.gyp:aura_test_support', 890 '../ui/aura/aura.gyp:aura_test_support',
891 '../ui/base/ui_base.gyp:ui_base', 891 '../ui/base/ui_base.gyp:ui_base',
892 '../ui/base/ui_base.gyp:ui_base_test_support', 892 '../ui/base/ui_base.gyp:ui_base_test_support',
893 '../ui/compositor/compositor.gyp:compositor', 893 '../ui/compositor/compositor.gyp:compositor',
894 '../ui/compositor/compositor.gyp:compositor_test_support', 894 '../ui/compositor/compositor.gyp:compositor_test_support',
895 '../ui/events/events.gyp:events', 895 '../ui/events/events.gyp:events',
896 '../ui/events/events.gyp:events_test_support', 896 '../ui/events/events.gyp:events_test_support',
897 '../ui/events/events.gyp:gesture_detection',
897 '../ui/gfx/gfx.gyp:gfx', 898 '../ui/gfx/gfx.gyp:gfx',
898 '../ui/gfx/gfx.gyp:gfx_geometry', 899 '../ui/gfx/gfx.gyp:gfx_geometry',
899 '../ui/keyboard/keyboard.gyp:keyboard', 900 '../ui/keyboard/keyboard.gyp:keyboard',
900 '../ui/message_center/message_center.gyp:message_center', 901 '../ui/message_center/message_center.gyp:message_center',
901 '../ui/message_center/message_center.gyp:message_center_test_support', 902 '../ui/message_center/message_center.gyp:message_center_test_support',
902 '../ui/resources/ui_resources.gyp:ui_resources', 903 '../ui/resources/ui_resources.gyp:ui_resources',
903 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support', 904 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support',
904 '../ui/views/views.gyp:views', 905 '../ui/views/views.gyp:views',
905 '../ui/views/views.gyp:views_test_support', 906 '../ui/views/views.gyp:views_test_support',
906 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 907 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
1209 'ash_shell_lib', 1210 'ash_shell_lib',
1210 'ash_test_support', 1211 'ash_test_support',
1211 ], 1212 ],
1212 'sources': [ 1213 'sources': [
1213 'shell/window_watcher_unittest.cc', 1214 'shell/window_watcher_unittest.cc',
1214 'test/ash_unittests.cc', 1215 'test/ash_unittests.cc',
1215 ], 1216 ],
1216 }, 1217 },
1217 ], 1218 ],
1218 } 1219 }
OLDNEW
« no previous file with comments | « no previous file | ash/drag_drop/drag_drop_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698