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 989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1000 }], | 1000 }], |
1001 ], | 1001 ], |
1002 }, | 1002 }, |
1003 { | 1003 { |
1004 # GN version: //content/test:layouttest_support | 1004 # GN version: //content/test:layouttest_support |
1005 'target_name': 'layouttest_support_content', | 1005 'target_name': 'layouttest_support_content', |
1006 'type': 'static_library', | 1006 'type': 'static_library', |
1007 'dependencies': [ | 1007 'dependencies': [ |
1008 'content.gyp:content_renderer', | 1008 'content.gyp:content_renderer', |
1009 'test_support_content', | 1009 'test_support_content', |
| 1010 '../components/scheduler/scheduler.gyp:scheduler_test_support', |
1010 '../components/test_runner/test_runner.gyp:test_runner', | 1011 '../components/test_runner/test_runner.gyp:test_runner', |
1011 '../skia/skia.gyp:skia', | 1012 '../skia/skia.gyp:skia', |
1012 '../ui/accessibility/accessibility.gyp:ax_gen', | 1013 '../ui/accessibility/accessibility.gyp:ax_gen', |
1013 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 1014 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
1014 '../v8/tools/gyp/v8.gyp:v8', | 1015 '../v8/tools/gyp/v8.gyp:v8', |
1015 ], | 1016 ], |
1016 'include_dirs': [ | 1017 'include_dirs': [ |
1017 '..', | 1018 '..', |
1018 '<(SHARED_INTERMEDIATE_DIR)', | 1019 '<(SHARED_INTERMEDIATE_DIR)', |
1019 ], | 1020 ], |
(...skipping 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2213 'content_unittests_apk.isolate', | 2214 'content_unittests_apk.isolate', |
2214 ], | 2215 ], |
2215 }, | 2216 }, |
2216 ], | 2217 ], |
2217 }, | 2218 }, |
2218 ], | 2219 ], |
2219 ], | 2220 ], |
2220 }], | 2221 }], |
2221 ], | 2222 ], |
2222 } | 2223 } |
OLD | NEW |