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

Side by Side Diff: content/content_tests.gypi

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 | « content/browser/frame_host/render_widget_host_view_guest.cc ('k') | ui/aura/aura.gyp » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 '../net/net.gyp:net_test_support', 47 '../net/net.gyp:net_test_support',
48 '../skia/skia.gyp:skia', 48 '../skia/skia.gyp:skia',
49 '../testing/gmock.gyp:gmock', 49 '../testing/gmock.gyp:gmock',
50 '../testing/gtest.gyp:gtest', 50 '../testing/gtest.gyp:gtest',
51 '../ui/accessibility/accessibility.gyp:ax_gen', 51 '../ui/accessibility/accessibility.gyp:ax_gen',
52 '../ui/base/ui_base.gyp:ui_base', 52 '../ui/base/ui_base.gyp:ui_base',
53 '../ui/base/ui_base.gyp:ui_base_test_support', 53 '../ui/base/ui_base.gyp:ui_base_test_support',
54 '../ui/events/events.gyp:dom4_keycode_converter', 54 '../ui/events/events.gyp:dom4_keycode_converter',
55 '../ui/events/events.gyp:events_base', 55 '../ui/events/events.gyp:events_base',
56 '../ui/events/events.gyp:events_test_support', 56 '../ui/events/events.gyp:events_test_support',
57 '../ui/events/events.gyp:gesture_detection',
57 '../ui/gfx/gfx.gyp:gfx', 58 '../ui/gfx/gfx.gyp:gfx',
58 '../ui/gfx/gfx.gyp:gfx_geometry', 59 '../ui/gfx/gfx.gyp:gfx_geometry',
59 '../ui/gfx/gfx.gyp:gfx_test_support', 60 '../ui/gfx/gfx.gyp:gfx_test_support',
60 '../ui/resources/ui_resources.gyp:ui_resources', 61 '../ui/resources/ui_resources.gyp:ui_resources',
61 '../url/url.gyp:url_lib', 62 '../url/url.gyp:url_lib',
62 '../webkit/common/webkit_common.gyp:webkit_common', 63 '../webkit/common/webkit_common.gyp:webkit_common',
63 'browser/speech/proto/speech_proto.gyp:speech_proto', 64 'browser/speech/proto/speech_proto.gyp:speech_proto',
64 'content.gyp:content_app_both', 65 'content.gyp:content_app_both',
65 'content.gyp:content_browser', 66 'content.gyp:content_browser',
66 'content.gyp:content_common', 67 'content.gyp:content_common',
(...skipping 1757 matching lines...) Expand 10 before | Expand all | Expand 10 after
1824 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1825 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1825 }, 1826 },
1826 ], 1827 ],
1827 }], 1828 }],
1828 ], 1829 ],
1829 }, 1830 },
1830 ], 1831 ],
1831 }], 1832 }],
1832 ], 1833 ],
1833 } 1834 }
OLDNEW
« no previous file with comments | « content/browser/frame_host/render_widget_host_view_guest.cc ('k') | ui/aura/aura.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698