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 973 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
984 }], | 984 }], |
985 ], | 985 ], |
986 }, | 986 }, |
987 { | 987 { |
988 # GN version: //content/test:layouttest_support | 988 # GN version: //content/test:layouttest_support |
989 'target_name': 'layouttest_support_content', | 989 'target_name': 'layouttest_support_content', |
990 'type': 'static_library', | 990 'type': 'static_library', |
991 'dependencies': [ | 991 'dependencies': [ |
992 'content.gyp:content_renderer', | 992 'content.gyp:content_renderer', |
993 'test_support_content', | 993 'test_support_content', |
| 994 '../components/scheduler/scheduler.gyp:scheduler_test_support', |
994 '../components/test_runner/test_runner.gyp:test_runner', | 995 '../components/test_runner/test_runner.gyp:test_runner', |
995 '../skia/skia.gyp:skia', | 996 '../skia/skia.gyp:skia', |
996 '../ui/accessibility/accessibility.gyp:ax_gen', | 997 '../ui/accessibility/accessibility.gyp:ax_gen', |
997 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 998 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
998 '../v8/tools/gyp/v8.gyp:v8', | 999 '../v8/tools/gyp/v8.gyp:v8', |
999 ], | 1000 ], |
1000 'include_dirs': [ | 1001 'include_dirs': [ |
1001 '..', | 1002 '..', |
1002 '<(SHARED_INTERMEDIATE_DIR)', | 1003 '<(SHARED_INTERMEDIATE_DIR)', |
1003 ], | 1004 ], |
(...skipping 1192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2196 'content_unittests_apk.isolate', | 2197 'content_unittests_apk.isolate', |
2197 ], | 2198 ], |
2198 }, | 2199 }, |
2199 ], | 2200 ], |
2200 }, | 2201 }, |
2201 ], | 2202 ], |
2202 ], | 2203 ], |
2203 }], | 2204 }], |
2204 ], | 2205 ], |
2205 } | 2206 } |
OLD | NEW |