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 983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
994 }], | 994 }], |
995 ], | 995 ], |
996 }, | 996 }, |
997 { | 997 { |
998 # GN version: //content/test:layouttest_support | 998 # GN version: //content/test:layouttest_support |
999 'target_name': 'layouttest_support_content', | 999 'target_name': 'layouttest_support_content', |
1000 'type': 'static_library', | 1000 'type': 'static_library', |
1001 'dependencies': [ | 1001 'dependencies': [ |
1002 'content.gyp:content_renderer', | 1002 'content.gyp:content_renderer', |
1003 'test_support_content', | 1003 'test_support_content', |
| 1004 '../components/scheduler/scheduler.gyp:scheduler_test_support', |
1004 '../components/test_runner/test_runner.gyp:test_runner', | 1005 '../components/test_runner/test_runner.gyp:test_runner', |
1005 '../skia/skia.gyp:skia', | 1006 '../skia/skia.gyp:skia', |
1006 '../ui/accessibility/accessibility.gyp:ax_gen', | 1007 '../ui/accessibility/accessibility.gyp:ax_gen', |
1007 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 1008 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
1008 '../v8/tools/gyp/v8.gyp:v8', | 1009 '../v8/tools/gyp/v8.gyp:v8', |
1009 ], | 1010 ], |
1010 'include_dirs': [ | 1011 'include_dirs': [ |
1011 '..', | 1012 '..', |
1012 '<(SHARED_INTERMEDIATE_DIR)', | 1013 '<(SHARED_INTERMEDIATE_DIR)', |
1013 ], | 1014 ], |
(...skipping 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2207 'content_unittests_apk.isolate', | 2208 'content_unittests_apk.isolate', |
2208 ], | 2209 ], |
2209 }, | 2210 }, |
2210 ], | 2211 ], |
2211 }, | 2212 }, |
2212 ], | 2213 ], |
2213 ], | 2214 ], |
2214 }], | 2215 }], |
2215 ], | 2216 ], |
2216 } | 2217 } |
OLD | NEW |