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

Side by Side Diff: content/content_tests.gypi

Issue 10388218: Allow for building content_shell from within WebKit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 8 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/content_shell.gypi ('k') | content/content_worker.gypi » ('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) 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 '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_browser', 13 'content_browser',
14 'content_common', 14 'content_common',
15 '../skia/skia.gyp:skia', 15 '../skia/skia.gyp:skia',
16 '../testing/gmock.gyp:gmock', 16 '../testing/gmock.gyp:gmock',
17 '../testing/gtest.gyp:gtest', 17 '../testing/gtest.gyp:gtest',
18 '../third_party/libvpx/libvpx.gyp:libvpx', 18 '../third_party/libvpx/libvpx.gyp:libvpx',
19 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 19 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
20 '../ui/surface/surface.gyp:surface', 20 '../ui/surface/surface.gyp:surface',
21 '../ui/ui.gyp:ui_test_support', 21 '../ui/ui.gyp:ui_test_support',
22 '../webkit/support/webkit_support.gyp:appcache', 22 '../webkit/support/webkit_support.gyp:appcache',
23 ], 23 ],
24 'include_dirs': [ 24 'include_dirs': [
25 '..', 25 '..',
26 ], 26 ],
27 'sources': [ 27 'sources': [
28 # TODO(phajdan.jr): All of those files should live in content/test. 28 # TODO(phajdan.jr): All of those files should live in content/test.
29 'browser/download/mock_download_file.cc', 29 'browser/download/mock_download_file.cc',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 '../gpu/gpu.gyp:gpu_unittest_utils', 177 '../gpu/gpu.gyp:gpu_unittest_utils',
178 '../ipc/ipc.gyp:test_support_ipc', 178 '../ipc/ipc.gyp:test_support_ipc',
179 '../jingle/jingle.gyp:jingle_glue_test_util', 179 '../jingle/jingle.gyp:jingle_glue_test_util',
180 '../media/media.gyp:media_test_support', 180 '../media/media.gyp:media_test_support',
181 '../net/net.gyp:net_test_support', 181 '../net/net.gyp:net_test_support',
182 '../skia/skia.gyp:skia', 182 '../skia/skia.gyp:skia',
183 '../testing/gmock.gyp:gmock', 183 '../testing/gmock.gyp:gmock',
184 '../testing/gtest.gyp:gtest', 184 '../testing/gtest.gyp:gtest',
185 '../third_party/libjingle/libjingle.gyp:libjingle', 185 '../third_party/libjingle/libjingle.gyp:libjingle',
186 '../third_party/libvpx/libvpx.gyp:libvpx', 186 '../third_party/libvpx/libvpx.gyp:libvpx',
187 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', 187 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
188 '../ui/gl/gl.gyp:gl', 188 '../ui/gl/gl.gyp:gl',
189 '../ui/ui.gyp:ui', 189 '../ui/ui.gyp:ui',
190 '../v8/tools/gyp/v8.gyp:v8', 190 '../v8/tools/gyp/v8.gyp:v8',
191 '../webkit/support/webkit_support.gyp:database', 191 '../webkit/support/webkit_support.gyp:database',
192 '../webkit/support/webkit_support.gyp:glue', 192 '../webkit/support/webkit_support.gyp:glue',
193 '../webkit/support/webkit_support.gyp:quota', 193 '../webkit/support/webkit_support.gyp:quota',
194 '../webkit/support/webkit_support.gyp:webkit_media', 194 '../webkit/support/webkit_support.gyp:webkit_media',
195 ], 195 ],
196 'include_dirs': [ 196 'include_dirs': [
197 '..', 197 '..',
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 '../testing/gtest.gyp:gtest', 531 '../testing/gtest.gyp:gtest',
532 ], 532 ],
533 'sources': [ 533 'sources': [
534 'common/gpu/media/h264_parser_unittest.cc', 534 'common/gpu/media/h264_parser_unittest.cc',
535 ], 535 ],
536 } 536 }
537 ], 537 ],
538 }], 538 }],
539 ], 539 ],
540 } 540 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/content_worker.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698