| 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 562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 573 '../jingle/jingle.gyp:jingle_glue_test_util', | 573 '../jingle/jingle.gyp:jingle_glue_test_util', |
| 574 '../media/media.gyp:shared_memory_support', | 574 '../media/media.gyp:shared_memory_support', |
| 575 '../third_party/WebKit/public/blink.gyp:blink', | 575 '../third_party/WebKit/public/blink.gyp:blink', |
| 576 '../third_party/icu/icu.gyp:icui18n', | 576 '../third_party/icu/icu.gyp:icui18n', |
| 577 '../third_party/icu/icu.gyp:icuuc', | 577 '../third_party/icu/icu.gyp:icuuc', |
| 578 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 578 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 579 '../third_party/libjingle/libjingle.gyp:libjingle', | 579 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 580 '../ui/gl/gl.gyp:gl', | 580 '../ui/gl/gl.gyp:gl', |
| 581 '../v8/tools/gyp/v8.gyp:v8', | 581 '../v8/tools/gyp/v8.gyp:v8', |
| 582 '../webkit/base/webkit_base.gyp:webkit_base', | 582 '../webkit/base/webkit_base.gyp:webkit_base', |
| 583 '../webkit/common/webkit_common.gyp:webkit_common', |
| 583 '../webkit/plugins/webkit_plugins.gyp:plugins_common', | 584 '../webkit/plugins/webkit_plugins.gyp:plugins_common', |
| 584 '../webkit/plugins/webkit_plugins.gyp:test_mock_plugin_list', | 585 '../webkit/plugins/webkit_plugins.gyp:test_mock_plugin_list', |
| 585 '../webkit/storage_browser.gyp:webkit_storage_browser', | 586 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| 586 '../webkit/storage_common.gyp:webkit_storage_common', | 587 '../webkit/storage_common.gyp:webkit_storage_common', |
| 587 '../webkit/storage_renderer.gyp:webkit_storage_renderer', | 588 '../webkit/storage_renderer.gyp:webkit_storage_renderer', |
| 588 '../webkit/support/webkit_support.gyp:glue', | 589 '../webkit/support/webkit_support.gyp:glue', |
| 589 '../webkit/support/webkit_support.gyp:glue_child', | 590 '../webkit/support/webkit_support.gyp:glue_child', |
| 590 '../webkit/support/webkit_support.gyp:glue_common', | 591 '../webkit/support/webkit_support.gyp:glue_common', |
| 591 '../webkit/support/webkit_support.gyp:glue_renderer', | 592 '../webkit/support/webkit_support.gyp:glue_renderer', |
| 592 '../webkit/support/webkit_support.gyp:plugins', | 593 '../webkit/support/webkit_support.gyp:plugins', |
| 593 '../webkit/support/webkit_support.gyp:webkit_common', | |
| 594 '../webkit/support/webkit_support.gyp:webkit_media', | 594 '../webkit/support/webkit_support.gyp:webkit_media', |
| 595 ], | 595 ], |
| 596 }], | 596 }], |
| 597 ['enable_plugins==0', { | 597 ['enable_plugins==0', { |
| 598 'sources/': [ | 598 'sources/': [ |
| 599 ['exclude', '^renderer/pepper/'], | 599 ['exclude', '^renderer/pepper/'], |
| 600 ['exclude', '^browser/renderer_host/pepper/'], | 600 ['exclude', '^browser/renderer_host/pepper/'], |
| 601 ], | 601 ], |
| 602 'sources!': [ | 602 'sources!': [ |
| 603 'browser/plugin_loader_posix_unittest.cc', | 603 'browser/plugin_loader_posix_unittest.cc', |
| (...skipping 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1221 'resource_dir': 'shell/android/shell_apk/res', | 1221 'resource_dir': 'shell/android/shell_apk/res', |
| 1222 'additional_src_dirs': ['public/android/javatests/',], | 1222 'additional_src_dirs': ['public/android/javatests/',], |
| 1223 'is_test_apk': 1, | 1223 'is_test_apk': 1, |
| 1224 }, | 1224 }, |
| 1225 'includes': [ '../build/java_apk.gypi' ], | 1225 'includes': [ '../build/java_apk.gypi' ], |
| 1226 }, | 1226 }, |
| 1227 ], | 1227 ], |
| 1228 }], | 1228 }], |
| 1229 ], | 1229 ], |
| 1230 } | 1230 } |
| OLD | NEW |