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

Side by Side Diff: content/content_tests.gypi

Issue 11414180: Add a gyp flag to allow removing dependency on ppapi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years 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_renderer.gypi ('k') | content/renderer/media/media_stream_dispatcher.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) 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'],
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 505 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
506 '../ui/gl/gl.gyp:gl', 506 '../ui/gl/gl.gyp:gl',
507 '../v8/tools/gyp/v8.gyp:v8', 507 '../v8/tools/gyp/v8.gyp:v8',
508 '../webkit/support/webkit_support.gyp:glue', 508 '../webkit/support/webkit_support.gyp:glue',
509 '../webkit/support/webkit_support.gyp:webkit_base', 509 '../webkit/support/webkit_support.gyp:webkit_base',
510 '../webkit/support/webkit_support.gyp:webkit_media', 510 '../webkit/support/webkit_support.gyp:webkit_media',
511 '../webkit/support/webkit_support.gyp:webkit_storage', 511 '../webkit/support/webkit_support.gyp:webkit_storage',
512 '../webkit/webkit.gyp:test_shell_test_support', 512 '../webkit/webkit.gyp:test_shell_test_support',
513 ], 513 ],
514 }], 514 }],
515 ['enable_plugins==0', {
516 'sources/': [
517 ['exclude', '^renderer/pepper/'],
518 ['exclude', '^browser/renderer_host/pepper/'],
519 ],
520 }],
515 ['enable_webrtc==1', { 521 ['enable_webrtc==1', {
516 'sources': [ 522 'sources': [
517 'browser/renderer_host/p2p/socket_host_test_utils.h', 523 'browser/renderer_host/p2p/socket_host_test_utils.h',
518 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', 524 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc',
519 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', 525 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc',
520 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', 526 'browser/renderer_host/p2p/socket_host_udp_unittest.cc',
521 'renderer/media/media_stream_dependency_factory_unittest.cc', 527 'renderer/media/media_stream_dependency_factory_unittest.cc',
522 'renderer/media/media_stream_dispatcher_unittest.cc', 528 'renderer/media/media_stream_dispatcher_unittest.cc',
523 'renderer/media/media_stream_impl_unittest.cc', 529 'renderer/media/media_stream_impl_unittest.cc',
524 'renderer/media/rtc_peer_connection_handler_unittest.cc', 530 'renderer/media/rtc_peer_connection_handler_unittest.cc',
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
937 'resource_dir': '../res', 943 'resource_dir': '../res',
938 'additional_src_dirs': ['../content/public/android/javatests/'], 944 'additional_src_dirs': ['../content/public/android/javatests/'],
939 'is_test_apk': 1, 945 'is_test_apk': 1,
940 }, 946 },
941 'includes': [ '../build/java_apk.gypi' ], 947 'includes': [ '../build/java_apk.gypi' ],
942 }, 948 },
943 ], 949 ],
944 }], 950 }],
945 ], 951 ],
946 } 952 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/media/media_stream_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698