| OLD | NEW |
| 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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 484 '../gpu/gpu.gyp:gpu_unittest_utils', | 484 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 485 '../ipc/ipc.gyp:test_support_ipc', | 485 '../ipc/ipc.gyp:test_support_ipc', |
| 486 '../jingle/jingle.gyp:jingle_glue_test_util', | 486 '../jingle/jingle.gyp:jingle_glue_test_util', |
| 487 '../media/media.gyp:shared_memory_support', | 487 '../media/media.gyp:shared_memory_support', |
| 488 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 488 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 489 '../third_party/libjingle/libjingle.gyp:libjingle', | 489 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 490 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 490 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 491 '../ui/gl/gl.gyp:gl', | 491 '../ui/gl/gl.gyp:gl', |
| 492 '../v8/tools/gyp/v8.gyp:v8', | 492 '../v8/tools/gyp/v8.gyp:v8', |
| 493 '../webkit/support/webkit_support.gyp:appcache', | 493 '../webkit/support/webkit_support.gyp:appcache', |
| 494 '../webkit/support/webkit_support.gyp:blob', | |
| 495 '../webkit/support/webkit_support.gyp:database', | 494 '../webkit/support/webkit_support.gyp:database', |
| 496 '../webkit/support/webkit_support.gyp:dom_storage', | 495 '../webkit/support/webkit_support.gyp:dom_storage', |
| 497 '../webkit/support/webkit_support.gyp:fileapi', | |
| 498 '../webkit/support/webkit_support.gyp:glue', | 496 '../webkit/support/webkit_support.gyp:glue', |
| 499 '../webkit/support/webkit_support.gyp:quota', | 497 '../webkit/support/webkit_support.gyp:quota', |
| 500 '../webkit/support/webkit_support.gyp:webkit_base', | 498 '../webkit/support/webkit_support.gyp:webkit_base', |
| 501 '../webkit/support/webkit_support.gyp:webkit_media', | 499 '../webkit/support/webkit_support.gyp:webkit_media', |
| 500 '../webkit/support/webkit_support.gyp:webkit_storage', |
| 502 '../webkit/webkit.gyp:test_shell_test_support', | 501 '../webkit/webkit.gyp:test_shell_test_support', |
| 503 ], | 502 ], |
| 504 }], | 503 }], |
| 505 ['enable_webrtc==1', { | 504 ['enable_webrtc==1', { |
| 506 'sources': [ | 505 'sources': [ |
| 507 'browser/renderer_host/p2p/socket_host_test_utils.h', | 506 'browser/renderer_host/p2p/socket_host_test_utils.h', |
| 508 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', | 507 'browser/renderer_host/p2p/socket_host_tcp_unittest.cc', |
| 509 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', | 508 'browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc', |
| 510 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', | 509 'browser/renderer_host/p2p/socket_host_udp_unittest.cc', |
| 511 'renderer/media/media_stream_dependency_factory_unittest.cc', | 510 'renderer/media/media_stream_dependency_factory_unittest.cc', |
| (...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 915 'java_in_dir': '../content/shell/android/javatests', | 914 'java_in_dir': '../content/shell/android/javatests', |
| 916 'resource_dir': '../res', | 915 'resource_dir': '../res', |
| 917 'additional_src_dirs': ['../content/public/android/javatests/'], | 916 'additional_src_dirs': ['../content/public/android/javatests/'], |
| 918 }, | 917 }, |
| 919 'includes': [ '../build/java_apk.gypi' ], | 918 'includes': [ '../build/java_apk.gypi' ], |
| 920 }, | 919 }, |
| 921 ], | 920 ], |
| 922 }], | 921 }], |
| 923 ], | 922 ], |
| 924 } | 923 } |
| OLD | NEW |