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