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

Side by Side Diff: content/content_tests.gypi

Issue 57433011: Restructure the events target into two components: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | Annotate | Revision Log
« no previous file with comments | « content/content_shell.gypi ('k') | media/media.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': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
11 '../net/net.gyp:net_test_support', 11 '../net/net.gyp:net_test_support',
12 '../skia/skia.gyp:skia', 12 '../skia/skia.gyp:skia',
13 '../testing/gmock.gyp:gmock', 13 '../testing/gmock.gyp:gmock',
14 '../testing/gtest.gyp:gtest', 14 '../testing/gtest.gyp:gtest',
15 '../ui/events/events.gyp:events', 15 '../ui/events/events.gyp:events_base',
16 '../ui/gfx/gfx.gyp:gfx', 16 '../ui/gfx/gfx.gyp:gfx',
17 '../ui/ui.gyp:keycode_converter', 17 '../ui/ui.gyp:keycode_converter',
18 '../ui/ui.gyp:ui', 18 '../ui/ui.gyp:ui',
19 '../ui/ui.gyp:ui_resources', 19 '../ui/ui.gyp:ui_resources',
20 '../ui/ui_unittests.gyp:ui_test_support', 20 '../ui/ui_unittests.gyp:ui_test_support',
21 '../url/url.gyp:url_lib', 21 '../url/url.gyp:url_lib',
22 'browser/speech/proto/speech_proto.gyp:speech_proto', 22 'browser/speech/proto/speech_proto.gyp:speech_proto',
23 'content.gyp:content_app_both', 23 'content.gyp:content_app_both',
24 'content.gyp:content_browser', 24 'content.gyp:content_browser',
25 'content.gyp:content_common', 25 'content.gyp:content_common',
(...skipping 1571 matching lines...) Expand 10 before | Expand all | Expand 10 after
1597 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1597 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1598 }, 1598 },
1599 ], 1599 ],
1600 }], 1600 }],
1601 ], 1601 ],
1602 }, 1602 },
1603 ], 1603 ],
1604 }], 1604 }],
1605 ], 1605 ],
1606 } 1606 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698