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