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 'variables': { | 6 'variables': { |
7 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
(...skipping 747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
758 ['OS=="android"', { | 758 ['OS=="android"', { |
759 'dependencies': [ | 759 'dependencies': [ |
760 'test_support_content_jni_headers', | 760 'test_support_content_jni_headers', |
761 ], | 761 ], |
762 }], | 762 }], |
763 ['OS!="ios"', { | 763 ['OS!="ios"', { |
764 # layouttest_support_content is not supported nor required on iOS. | 764 # layouttest_support_content is not supported nor required on iOS. |
765 'dependencies': [ | 765 'dependencies': [ |
766 'content.gyp:content_renderer', | 766 'content.gyp:content_renderer', |
767 'test_support_content', | 767 'test_support_content', |
| 768 '../components/test_runner/test_runner.gyp:test_runner', |
768 '../skia/skia.gyp:skia', | 769 '../skia/skia.gyp:skia', |
769 '../ui/accessibility/accessibility.gyp:ax_gen', | 770 '../ui/accessibility/accessibility.gyp:ax_gen', |
770 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 771 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
771 '../v8/tools/gyp/v8.gyp:v8', | 772 '../v8/tools/gyp/v8.gyp:v8', |
772 ], | 773 ], |
773 'include_dirs': [ | 774 'include_dirs': [ |
774 '..', | 775 '..', |
775 '<(SHARED_INTERMEDIATE_DIR)', | 776 '<(SHARED_INTERMEDIATE_DIR)', |
776 ], | 777 ], |
777 'sources': [ '<@(layouttest_support_content_sources)' ] | 778 'sources': [ '<@(layouttest_support_content_sources)' ] |
(...skipping 1380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2158 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2159 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2159 }, | 2160 }, |
2160 ], | 2161 ], |
2161 }], | 2162 }], |
2162 ], | 2163 ], |
2163 }, | 2164 }, |
2164 ], | 2165 ], |
2165 }], | 2166 }], |
2166 ], | 2167 ], |
2167 } | 2168 } |
OLD | NEW |