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

Side by Side Diff: ash/ash.gyp

Issue 278183002: Revert of Unified Gesture Recognizer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
867 '../ui/accessibility/accessibility.gyp:accessibility', 867 '../ui/accessibility/accessibility.gyp:accessibility',
868 '../ui/app_list/app_list.gyp:app_list', 868 '../ui/app_list/app_list.gyp:app_list',
869 '../ui/aura/aura.gyp:aura', 869 '../ui/aura/aura.gyp:aura',
870 '../ui/aura/aura.gyp:aura_test_support', 870 '../ui/aura/aura.gyp:aura_test_support',
871 '../ui/base/ui_base.gyp:ui_base', 871 '../ui/base/ui_base.gyp:ui_base',
872 '../ui/base/ui_base.gyp:ui_base_test_support', 872 '../ui/base/ui_base.gyp:ui_base_test_support',
873 '../ui/compositor/compositor.gyp:compositor', 873 '../ui/compositor/compositor.gyp:compositor',
874 '../ui/compositor/compositor.gyp:compositor_test_support', 874 '../ui/compositor/compositor.gyp:compositor_test_support',
875 '../ui/events/events.gyp:events', 875 '../ui/events/events.gyp:events',
876 '../ui/events/events.gyp:events_test_support', 876 '../ui/events/events.gyp:events_test_support',
877 '../ui/events/events.gyp:gesture_detection',
878 '../ui/gfx/gfx.gyp:gfx', 877 '../ui/gfx/gfx.gyp:gfx',
879 '../ui/gfx/gfx.gyp:gfx_geometry', 878 '../ui/gfx/gfx.gyp:gfx_geometry',
880 '../ui/keyboard/keyboard.gyp:keyboard', 879 '../ui/keyboard/keyboard.gyp:keyboard',
881 '../ui/message_center/message_center.gyp:message_center', 880 '../ui/message_center/message_center.gyp:message_center',
882 '../ui/message_center/message_center.gyp:message_center_test_support', 881 '../ui/message_center/message_center.gyp:message_center_test_support',
883 '../ui/resources/ui_resources.gyp:ui_resources', 882 '../ui/resources/ui_resources.gyp:ui_resources',
884 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support', 883 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support',
885 '../ui/views/views.gyp:views', 884 '../ui/views/views.gyp:views',
886 '../ui/views/views.gyp:views_test_support', 885 '../ui/views/views.gyp:views_test_support',
887 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 886 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
1186 'ash_shell_lib', 1185 'ash_shell_lib',
1187 'ash_test_support', 1186 'ash_test_support',
1188 ], 1187 ],
1189 'sources': [ 1188 'sources': [
1190 'shell/window_watcher_unittest.cc', 1189 'shell/window_watcher_unittest.cc',
1191 'test/ash_unittests.cc', 1190 'test/ash_unittests.cc',
1192 ], 1191 ],
1193 }, 1192 },
1194 ], 1193 ],
1195 } 1194 }
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