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

Side by Side Diff: content/content_tests.gypi

Issue 18873009: Revert "Revert "Remove dependencies on /media for iOS."" (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Re-upload patch Created 7 years, 3 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
« no previous file with comments | « content/content_common.gypi ('k') | content/public/test/content_test_suite_base.cc » ('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 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
11 'dependencies': [ 11 'dependencies': [
12 '../media/media.gyp:media',
13 '../net/net.gyp:net_test_support', 12 '../net/net.gyp:net_test_support',
14 '../skia/skia.gyp:skia', 13 '../skia/skia.gyp:skia',
15 '../testing/gmock.gyp:gmock', 14 '../testing/gmock.gyp:gmock',
16 '../testing/gtest.gyp:gtest', 15 '../testing/gtest.gyp:gtest',
17 '../ui/ui.gyp:ui_resources', 16 '../ui/ui.gyp:ui_resources',
18 '../ui/ui.gyp:ui_test_support', 17 '../ui/ui.gyp:ui_test_support',
19 '../url/url.gyp:url_lib', 18 '../url/url.gyp:url_lib',
20 'content_app_both', 19 'content_app_both',
21 'content_browser', 20 'content_browser',
22 'content_common', 21 'content_common',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 ['include', '^test/test_content_client\\.cc$'], 166 ['include', '^test/test_content_client\\.cc$'],
168 ], 167 ],
169 }, { # OS != "ios" 168 }, { # OS != "ios"
170 'dependencies': [ 169 'dependencies': [
171 'content_child', 170 'content_child',
172 'content_gpu', 171 'content_gpu',
173 'content_ppapi_plugin', 172 'content_ppapi_plugin',
174 'content_renderer', 173 'content_renderer',
175 'content_utility', 174 'content_utility',
176 'content_worker', 175 'content_worker',
176 '../media/media.gyp:media',
177 '../ppapi/ppapi_internal.gyp:ppapi_host', 177 '../ppapi/ppapi_internal.gyp:ppapi_host',
178 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 178 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
179 '../ppapi/ppapi_internal.gyp:ppapi_shared', 179 '../ppapi/ppapi_internal.gyp:ppapi_shared',
180 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 180 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
181 '../third_party/WebKit/public/blink.gyp:blink', 181 '../third_party/WebKit/public/blink.gyp:blink',
182 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_runne r', 182 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_runne r',
183 '../ui/surface/surface.gyp:surface', 183 '../ui/surface/surface.gyp:surface',
184 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 184 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
185 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk it_compositor_support', 185 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk it_compositor_support',
186 '../webkit/support/webkit_support.gyp:webkit_support_common', 186 '../webkit/support/webkit_support.gyp:webkit_support_common',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 'target_name': 'content_unittests', 252 'target_name': 'content_unittests',
253 'type': '<(gtest_target_type)', 253 'type': '<(gtest_target_type)',
254 'defines!': ['CONTENT_IMPLEMENTATION'], 254 'defines!': ['CONTENT_IMPLEMENTATION'],
255 'dependencies': [ 255 'dependencies': [
256 'content_browser', 256 'content_browser',
257 'content_common', 257 'content_common',
258 'test_support_content', 258 'test_support_content',
259 'browser/speech/proto/speech_proto.gyp:speech_proto', 259 'browser/speech/proto/speech_proto.gyp:speech_proto',
260 '../base/base.gyp:test_support_base', 260 '../base/base.gyp:test_support_base',
261 '../crypto/crypto.gyp:crypto', 261 '../crypto/crypto.gyp:crypto',
262 '../media/media.gyp:media_test_support',
263 '../net/net.gyp:net_test_support', 262 '../net/net.gyp:net_test_support',
264 '../skia/skia.gyp:skia', 263 '../skia/skia.gyp:skia',
265 '../sql/sql.gyp:sql', 264 '../sql/sql.gyp:sql',
266 '../sql/sql.gyp:test_support_sql', 265 '../sql/sql.gyp:test_support_sql',
267 '../testing/gmock.gyp:gmock', 266 '../testing/gmock.gyp:gmock',
268 '../testing/gtest.gyp:gtest', 267 '../testing/gtest.gyp:gtest',
269 '../ui/ui.gyp:ui', 268 '../ui/ui.gyp:ui',
270 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 269 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
271 ], 270 ],
272 'include_dirs': [ 271 'include_dirs': [
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 'content_child', 568 'content_child',
570 'content_gpu', 569 'content_gpu',
571 'content_plugin', 570 'content_plugin',
572 'content_renderer', 571 'content_renderer',
573 'content_resources.gyp:content_resources', 572 'content_resources.gyp:content_resources',
574 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 573 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
575 '../gpu/gpu.gyp:gpu', 574 '../gpu/gpu.gyp:gpu',
576 '../gpu/gpu.gyp:gpu_unittest_utils', 575 '../gpu/gpu.gyp:gpu_unittest_utils',
577 '../ipc/ipc.gyp:test_support_ipc', 576 '../ipc/ipc.gyp:test_support_ipc',
578 '../jingle/jingle.gyp:jingle_glue_test_util', 577 '../jingle/jingle.gyp:jingle_glue_test_util',
578 '../media/media.gyp:media_test_support',
579 '../media/media.gyp:shared_memory_support', 579 '../media/media.gyp:shared_memory_support',
580 '../third_party/WebKit/public/blink.gyp:blink', 580 '../third_party/WebKit/public/blink.gyp:blink',
581 '../third_party/icu/icu.gyp:icui18n', 581 '../third_party/icu/icu.gyp:icui18n',
582 '../third_party/icu/icu.gyp:icuuc', 582 '../third_party/icu/icu.gyp:icuuc',
583 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 583 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
584 '../third_party/libjingle/libjingle.gyp:libjingle', 584 '../third_party/libjingle/libjingle.gyp:libjingle',
585 '../ui/gl/gl.gyp:gl', 585 '../ui/gl/gl.gyp:gl',
586 '../v8/tools/gyp/v8.gyp:v8', 586 '../v8/tools/gyp/v8.gyp:v8',
587 '../webkit/common/webkit_common.gyp:webkit_common', 587 '../webkit/common/webkit_common.gyp:webkit_common',
588 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', 588 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
1392 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1392 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1393 }, 1393 },
1394 ], 1394 ],
1395 }], 1395 }],
1396 ], 1396 ],
1397 }, 1397 },
1398 ], 1398 ],
1399 }], 1399 }],
1400 ], 1400 ],
1401 } 1401 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/public/test/content_test_suite_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698