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

Side by Side Diff: content/content_tests.gypi

Issue 8113027: Export some unix-specific content symbols (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more exports Created 9 years, 2 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 '../build/temp_gyp/googleurl.gyp:googleurl', 12 '../build/temp_gyp/googleurl.gyp:googleurl',
13 'content_common', 13 'content_common',
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 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
17 '../ui/gfx/surface/surface.gyp:surface', 18 '../ui/gfx/surface/surface.gyp:surface',
18 '../ui/ui.gyp:ui_test_support', 19 '../ui/ui.gyp:ui_test_support',
19 '../webkit/support/webkit_support.gyp:appcache', 20 '../webkit/support/webkit_support.gyp:appcache',
20 ], 21 ],
21 'include_dirs': [ 22 'include_dirs': [
22 '..', 23 '..',
23 ], 24 ],
24 'sources': [ 25 'sources': [
25 # TODO(phajdan.jr): All of those files should live in content/test. 26 # TODO(phajdan.jr): All of those files should live in content/test.
26 'browser/download/mock_download_manager.h', 27 'browser/download/mock_download_manager.h',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 91 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
91 '../crypto/crypto.gyp:crypto', 92 '../crypto/crypto.gyp:crypto',
92 '../gpu/gpu.gyp:gpu_unittest_utils', 93 '../gpu/gpu.gyp:gpu_unittest_utils',
93 '../ipc/ipc.gyp:test_support_ipc', 94 '../ipc/ipc.gyp:test_support_ipc',
94 '../media/media.gyp:media_test_support', 95 '../media/media.gyp:media_test_support',
95 '../net/net.gyp:net_test_support', 96 '../net/net.gyp:net_test_support',
96 '../skia/skia.gyp:skia', 97 '../skia/skia.gyp:skia',
97 '../testing/gmock.gyp:gmock', 98 '../testing/gmock.gyp:gmock',
98 '../testing/gtest.gyp:gtest', 99 '../testing/gtest.gyp:gtest',
99 '../third_party/libjingle/libjingle.gyp:libjingle', 100 '../third_party/libjingle/libjingle.gyp:libjingle',
101 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit',
100 '../ui/gfx/gl/gl.gyp:gl', 102 '../ui/gfx/gl/gl.gyp:gl',
101 '../ui/ui.gyp:ui', 103 '../ui/ui.gyp:ui',
102 '../webkit/support/webkit_support.gyp:glue', 104 '../webkit/support/webkit_support.gyp:glue',
103 '../webkit/support/webkit_support.gyp:quota', 105 '../webkit/support/webkit_support.gyp:quota',
104 ], 106 ],
105 'include_dirs': [ 107 'include_dirs': [
106 '..', 108 '..',
107 ], 109 ],
108 'sources': [ 110 'sources': [
109 'browser/appcache/chrome_appcache_service_unittest.cc', 111 'browser/appcache/chrome_appcache_service_unittest.cc',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 ], 274 ],
273 'sources': [ 275 'sources': [
274 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 276 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
275 ], 277 ],
276 } 278 }
277 ], 279 ],
278 }, 280 },
279 ], 281 ],
280 ], 282 ],
281 } 283 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698