| 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 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 515 ['include', '^test/run_all_unittests\\.cc$'], | 515 ['include', '^test/run_all_unittests\\.cc$'], |
| 516 ], | 516 ], |
| 517 }, { # OS != "ios" | 517 }, { # OS != "ios" |
| 518 'dependencies': [ | 518 'dependencies': [ |
| 519 'content_browser', | 519 'content_browser', |
| 520 'content_gpu', | 520 'content_gpu', |
| 521 'content_plugin', | 521 'content_plugin', |
| 522 'content_renderer', | 522 'content_renderer', |
| 523 'content_resources.gyp:content_resources', | 523 'content_resources.gyp:content_resources', |
| 524 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 524 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
| 525 '../gpu/gpu.gyp:gpu', |
| 525 '../gpu/gpu.gyp:gpu_unittest_utils', | 526 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 526 '../ipc/ipc.gyp:test_support_ipc', | 527 '../ipc/ipc.gyp:test_support_ipc', |
| 527 '../jingle/jingle.gyp:jingle_glue_test_util', | 528 '../jingle/jingle.gyp:jingle_glue_test_util', |
| 528 '../media/media.gyp:shared_memory_support', | 529 '../media/media.gyp:shared_memory_support', |
| 529 '../third_party/icu/icu.gyp:icui18n', | 530 '../third_party/icu/icu.gyp:icui18n', |
| 530 '../third_party/icu/icu.gyp:icuuc', | 531 '../third_party/icu/icu.gyp:icuuc', |
| 531 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 532 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 532 '../third_party/libjingle/libjingle.gyp:libjingle', | 533 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 533 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 534 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 534 '../ui/gl/gl.gyp:gl', | 535 '../ui/gl/gl.gyp:gl', |
| (...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1055 'additional_src_dirs': ['../content/public/android/javatests/',], | 1056 'additional_src_dirs': ['../content/public/android/javatests/',], |
| 1056 'resource_dir': '../shell_apk/res', | 1057 'resource_dir': '../shell_apk/res', |
| 1057 'is_test_apk': 1, | 1058 'is_test_apk': 1, |
| 1058 }, | 1059 }, |
| 1059 'includes': [ '../build/java_apk.gypi' ], | 1060 'includes': [ '../build/java_apk.gypi' ], |
| 1060 }, | 1061 }, |
| 1061 ], | 1062 ], |
| 1062 }], | 1063 }], |
| 1063 ], | 1064 ], |
| 1064 } | 1065 } |
| OLD | NEW |