OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
583 '../third_party/WebKit/public/blink.gyp:blink', | 583 '../third_party/WebKit/public/blink.gyp:blink', |
584 '../third_party/icu/icu.gyp:icui18n', | 584 '../third_party/icu/icu.gyp:icui18n', |
585 '../third_party/icu/icu.gyp:icuuc', | 585 '../third_party/icu/icu.gyp:icuuc', |
586 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 586 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
587 '../third_party/libjingle/libjingle.gyp:libjingle', | 587 '../third_party/libjingle/libjingle.gyp:libjingle', |
588 '../ui/gl/gl.gyp:gl', | 588 '../ui/gl/gl.gyp:gl', |
589 '../v8/tools/gyp/v8.gyp:v8', | 589 '../v8/tools/gyp/v8.gyp:v8', |
590 '../webkit/common/webkit_common.gyp:webkit_common', | 590 '../webkit/common/webkit_common.gyp:webkit_common', |
591 '../webkit/glue/webkit_glue_common.gyp:glue_common', | 591 '../webkit/glue/webkit_glue_common.gyp:glue_common', |
592 '../webkit/plugins/webkit_plugins.gyp:plugins_common', | 592 '../webkit/plugins/webkit_plugins.gyp:plugins_common', |
593 '../webkit/plugins/webkit_plugins.gyp:test_mock_plugin_list', | |
594 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', | 593 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', |
595 '../webkit/storage_browser.gyp:webkit_storage_browser', | 594 '../webkit/storage_browser.gyp:webkit_storage_browser', |
596 '../webkit/storage_common.gyp:webkit_storage_common', | 595 '../webkit/storage_common.gyp:webkit_storage_common', |
597 '../webkit/storage_renderer.gyp:webkit_storage_renderer', | 596 '../webkit/storage_renderer.gyp:webkit_storage_renderer', |
598 '../webkit/support/webkit_support.gyp:glue', | 597 '../webkit/support/webkit_support.gyp:glue', |
599 '../webkit/support/webkit_support.gyp:glue_child', | 598 '../webkit/support/webkit_support.gyp:glue_child', |
600 '../webkit/support/webkit_support.gyp:plugins', | 599 '../webkit/support/webkit_support.gyp:plugins', |
601 '../webkit/support/webkit_support.gyp:webkit_media', | 600 '../webkit/support/webkit_support.gyp:webkit_media', |
602 ], | 601 ], |
603 }], | 602 }], |
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1246 'resource_dir': 'shell/android/shell_apk/res', | 1245 'resource_dir': 'shell/android/shell_apk/res', |
1247 'additional_src_dirs': ['public/android/javatests/',], | 1246 'additional_src_dirs': ['public/android/javatests/',], |
1248 'is_test_apk': 1, | 1247 'is_test_apk': 1, |
1249 }, | 1248 }, |
1250 'includes': [ '../build/java_apk.gypi' ], | 1249 'includes': [ '../build/java_apk.gypi' ], |
1251 }, | 1250 }, |
1252 ], | 1251 ], |
1253 }], | 1252 }], |
1254 ], | 1253 ], |
1255 } | 1254 } |
OLD | NEW |