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

Side by Side Diff: ash/ash.gyp

Issue 251543003: Unified Gesture Recognizer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Jared's second round of comments. 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
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 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 '../ui/accessibility/accessibility.gyp:accessibility', 877 '../ui/accessibility/accessibility.gyp:accessibility',
878 '../ui/app_list/app_list.gyp:app_list', 878 '../ui/app_list/app_list.gyp:app_list',
879 '../ui/aura/aura.gyp:aura', 879 '../ui/aura/aura.gyp:aura',
880 '../ui/aura/aura.gyp:aura_test_support', 880 '../ui/aura/aura.gyp:aura_test_support',
881 '../ui/base/ui_base.gyp:ui_base', 881 '../ui/base/ui_base.gyp:ui_base',
882 '../ui/base/ui_base.gyp:ui_base_test_support', 882 '../ui/base/ui_base.gyp:ui_base_test_support',
883 '../ui/compositor/compositor.gyp:compositor', 883 '../ui/compositor/compositor.gyp:compositor',
884 '../ui/compositor/compositor.gyp:compositor_test_support', 884 '../ui/compositor/compositor.gyp:compositor_test_support',
885 '../ui/events/events.gyp:events', 885 '../ui/events/events.gyp:events',
886 '../ui/events/events.gyp:events_test_support', 886 '../ui/events/events.gyp:events_test_support',
887 '../ui/events/events.gyp:gesture_detection',
887 '../ui/gfx/gfx.gyp:gfx', 888 '../ui/gfx/gfx.gyp:gfx',
888 '../ui/gfx/gfx.gyp:gfx_geometry', 889 '../ui/gfx/gfx.gyp:gfx_geometry',
889 '../ui/keyboard/keyboard.gyp:keyboard', 890 '../ui/keyboard/keyboard.gyp:keyboard',
890 '../ui/message_center/message_center.gyp:message_center', 891 '../ui/message_center/message_center.gyp:message_center',
891 '../ui/message_center/message_center.gyp:message_center_test_support', 892 '../ui/message_center/message_center.gyp:message_center_test_support',
892 '../ui/resources/ui_resources.gyp:ui_resources', 893 '../ui/resources/ui_resources.gyp:ui_resources',
893 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support', 894 '../ui/views/controls/webview/webview_tests.gyp:webview_test_support',
894 '../ui/views/views.gyp:views', 895 '../ui/views/views.gyp:views',
895 '../ui/views/views.gyp:views_test_support', 896 '../ui/views/views.gyp:views_test_support',
896 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', 897 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
1198 'ash_shell_lib', 1199 'ash_shell_lib',
1199 'ash_test_support', 1200 'ash_test_support',
1200 ], 1201 ],
1201 'sources': [ 1202 'sources': [
1202 'shell/window_watcher_unittest.cc', 1203 'shell/window_watcher_unittest.cc',
1203 'test/ash_unittests.cc', 1204 'test/ash_unittests.cc',
1204 ], 1205 ],
1205 }, 1206 },
1206 ], 1207 ],
1207 } 1208 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698