| 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 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 487 'content_gpu', | 487 'content_gpu', |
| 488 'content_plugin', | 488 'content_plugin', |
| 489 'content_renderer', | 489 'content_renderer', |
| 490 'content_resources.gyp:content_resources', | 490 'content_resources.gyp:content_resources', |
| 491 'navigation_interception', | 491 'navigation_interception', |
| 492 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 492 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
| 493 '../gpu/gpu.gyp:gpu_unittest_utils', | 493 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 494 '../ipc/ipc.gyp:test_support_ipc', | 494 '../ipc/ipc.gyp:test_support_ipc', |
| 495 '../jingle/jingle.gyp:jingle_glue_test_util', | 495 '../jingle/jingle.gyp:jingle_glue_test_util', |
| 496 '../media/media.gyp:shared_memory_support', | 496 '../media/media.gyp:shared_memory_support', |
| 497 '../third_party/icu/icu.gyp:icui18n', |
| 498 '../third_party/icu/icu.gyp:icuuc', |
| 497 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 499 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 498 '../third_party/libjingle/libjingle.gyp:libjingle', | 500 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 499 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 501 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 500 '../ui/gl/gl.gyp:gl', | 502 '../ui/gl/gl.gyp:gl', |
| 501 '../v8/tools/gyp/v8.gyp:v8', | 503 '../v8/tools/gyp/v8.gyp:v8', |
| 502 '../webkit/support/webkit_support.gyp:glue', | 504 '../webkit/support/webkit_support.gyp:glue', |
| 503 '../webkit/support/webkit_support.gyp:webkit_base', | 505 '../webkit/support/webkit_support.gyp:webkit_base', |
| 504 '../webkit/support/webkit_support.gyp:webkit_media', | 506 '../webkit/support/webkit_support.gyp:webkit_media', |
| 505 '../webkit/support/webkit_support.gyp:webkit_storage', | 507 '../webkit/support/webkit_support.gyp:webkit_storage', |
| 506 '../webkit/webkit.gyp:test_shell_test_support', | 508 '../webkit/webkit.gyp:test_shell_test_support', |
| (...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 924 'java_in_dir': '../content/shell/android/javatests', | 926 'java_in_dir': '../content/shell/android/javatests', |
| 925 'resource_dir': '../res', | 927 'resource_dir': '../res', |
| 926 'additional_src_dirs': ['../content/public/android/javatests/'], | 928 'additional_src_dirs': ['../content/public/android/javatests/'], |
| 927 }, | 929 }, |
| 928 'includes': [ '../build/java_apk.gypi' ], | 930 'includes': [ '../build/java_apk.gypi' ], |
| 929 }, | 931 }, |
| 930 ], | 932 ], |
| 931 }], | 933 }], |
| 932 ], | 934 ], |
| 933 } | 935 } |
| OLD | NEW |