| 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 { | 1002 { |
| 1003 # GN version: //content/test:layouttest_support | 1003 # GN version: //content/test:layouttest_support |
| 1004 'target_name': 'layouttest_support_content', | 1004 'target_name': 'layouttest_support_content', |
| 1005 'type': 'static_library', | 1005 'type': 'static_library', |
| 1006 'dependencies': [ | 1006 'dependencies': [ |
| 1007 'content.gyp:content_renderer', | 1007 'content.gyp:content_renderer', |
| 1008 '../device/nfc/nfc.gyp:device_nfc_mojo_bindings', |
| 1008 'test_support_content', | 1009 'test_support_content', |
| 1009 '../components/scheduler/scheduler.gyp:scheduler_test_support', | 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/src/v8.gyp:v8', | 1015 '../v8/src/v8.gyp:v8', |
| 1015 ], | 1016 ], |
| 1016 'include_dirs': [ | 1017 'include_dirs': [ |
| 1017 '..', | 1018 '..', |
| (...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1922 'content_unittests_apk.isolate', | 1923 'content_unittests_apk.isolate', |
| 1923 ], | 1924 ], |
| 1924 }, | 1925 }, |
| 1925 ], | 1926 ], |
| 1926 }, | 1927 }, |
| 1927 ], | 1928 ], |
| 1928 ], | 1929 ], |
| 1929 }], | 1930 }], |
| 1930 ], | 1931 ], |
| 1931 } | 1932 } |
| OLD | NEW |