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

Side by Side Diff: content/content_tests.gypi

Issue 21453003: Fix content_browsertests and other full stack tests in multiple_dll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 4 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/content_shell.gypi ('k') | no next file » | 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 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
11 'dependencies': [ 11 'dependencies': [
12 '../media/media.gyp:media', 12 '../media/media.gyp:media',
13 '../net/net.gyp:net_test_support', 13 '../net/net.gyp:net_test_support',
14 '../skia/skia.gyp:skia', 14 '../skia/skia.gyp:skia',
15 '../testing/gmock.gyp:gmock', 15 '../testing/gmock.gyp:gmock',
16 '../testing/gtest.gyp:gtest', 16 '../testing/gtest.gyp:gtest',
17 '../ui/ui.gyp:ui_test_support', 17 '../ui/ui.gyp:ui_test_support',
18 '../url/url.gyp:url_lib', 18 '../url/url.gyp:url_lib',
19 'content_app', 19 'content_app_both',
20 'content_browser', 20 'content_browser',
21 'content_common', 21 'content_common',
22 ], 22 ],
23 'include_dirs': [ 23 'include_dirs': [
24 '..', 24 '..',
25 ], 25 ],
26 'sources': [ 26 'sources': [
27 'public/test/browser_test_base.cc', 27 'public/test/browser_test_base.cc',
28 'public/test/browser_test_base.h', 28 'public/test/browser_test_base.h',
29 'public/test/browser_test.h', 29 'public/test/browser_test.h',
(...skipping 1361 matching lines...) Expand 10 before | Expand all | Expand 10 after
1391 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1391 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1392 }, 1392 },
1393 ], 1393 ],
1394 }], 1394 }],
1395 ], 1395 ],
1396 }, 1396 },
1397 ], 1397 ],
1398 }], 1398 }],
1399 ], 1399 ],
1400 } 1400 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698