| 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 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 566 '../jingle/jingle.gyp:jingle_glue_test_util', | 566 '../jingle/jingle.gyp:jingle_glue_test_util', |
| 567 '../media/media.gyp:shared_memory_support', | 567 '../media/media.gyp:shared_memory_support', |
| 568 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 568 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 569 '../third_party/icu/icu.gyp:icui18n', | 569 '../third_party/icu/icu.gyp:icui18n', |
| 570 '../third_party/icu/icu.gyp:icuuc', | 570 '../third_party/icu/icu.gyp:icuuc', |
| 571 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 571 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 572 '../third_party/libjingle/libjingle.gyp:libjingle', | 572 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 573 '../ui/gl/gl.gyp:gl', | 573 '../ui/gl/gl.gyp:gl', |
| 574 '../v8/tools/gyp/v8.gyp:v8', | 574 '../v8/tools/gyp/v8.gyp:v8', |
| 575 '../webkit/support/webkit_support.gyp:glue', | 575 '../webkit/support/webkit_support.gyp:glue', |
| 576 '../webkit/support/webkit_support.gyp:glue_common', |
| 577 '../webkit/support/webkit_support.gyp:plugins', |
| 578 '../webkit/support/webkit_support.gyp:plugins_common', |
| 576 '../webkit/support/webkit_support.gyp:webkit_base', | 579 '../webkit/support/webkit_support.gyp:webkit_base', |
| 577 '../webkit/support/webkit_support.gyp:webkit_media', | 580 '../webkit/support/webkit_support.gyp:webkit_media', |
| 578 '../webkit/support/webkit_support.gyp:webkit_storage', | 581 '../webkit/support/webkit_support.gyp:webkit_storage', |
| 579 '../webkit/webkit.gyp:test_shell_test_support', | 582 '../webkit/webkit.gyp:test_shell_test_support', |
| 580 ], | 583 ], |
| 581 }], | 584 }], |
| 582 ['enable_plugins==0', { | 585 ['enable_plugins==0', { |
| 583 'sources/': [ | 586 'sources/': [ |
| 584 ['exclude', '^renderer/pepper/'], | 587 ['exclude', '^renderer/pepper/'], |
| 585 ['exclude', '^browser/renderer_host/pepper/'], | 588 ['exclude', '^browser/renderer_host/pepper/'], |
| (...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1111 'resource_dir': 'shell/android/shell_apk/res', | 1114 'resource_dir': 'shell/android/shell_apk/res', |
| 1112 'additional_src_dirs': ['public/android/javatests/',], | 1115 'additional_src_dirs': ['public/android/javatests/',], |
| 1113 'is_test_apk': 1, | 1116 'is_test_apk': 1, |
| 1114 }, | 1117 }, |
| 1115 'includes': [ '../build/java_apk.gypi' ], | 1118 'includes': [ '../build/java_apk.gypi' ], |
| 1116 }, | 1119 }, |
| 1117 ], | 1120 ], |
| 1118 }], | 1121 }], |
| 1119 ], | 1122 ], |
| 1120 } | 1123 } |
| OLD | NEW |