| 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 852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 863 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 863 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 864 '../ui/base/ui_base.gyp:ui_base', | 864 '../ui/base/ui_base.gyp:ui_base', |
| 865 '../ui/base/ui_base.gyp:ui_base_test_support', | 865 '../ui/base/ui_base.gyp:ui_base_test_support', |
| 866 '../ui/base/ui_base.gyp:ui_data_pack', | 866 '../ui/base/ui_base.gyp:ui_data_pack', |
| 867 '../ui/compositor/compositor.gyp:compositor_test_support', | 867 '../ui/compositor/compositor.gyp:compositor_test_support', |
| 868 '../ui/events/events.gyp:dom_keycode_converter', | 868 '../ui/events/events.gyp:dom_keycode_converter', |
| 869 '../ui/events/events.gyp:events_base', | 869 '../ui/events/events.gyp:events_base', |
| 870 '../ui/events/events.gyp:events_test_support', | 870 '../ui/events/events.gyp:events_test_support', |
| 871 '../ui/events/events.gyp:gesture_detection', | 871 '../ui/events/events.gyp:gesture_detection', |
| 872 '../ui/gfx/gfx.gyp:gfx_test_support', | 872 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 873 '../ui/latency_info/latency_info.gyp:latency_info', | |
| 874 '../ui/resources/ui_resources.gyp:ui_resources', | 873 '../ui/resources/ui_resources.gyp:ui_resources', |
| 875 '../ui/surface/surface.gyp:surface', | 874 '../ui/surface/surface.gyp:surface', |
| 876 '../url/url.gyp:url_lib', | 875 '../url/url.gyp:url_lib', |
| 877 '../v8/tools/gyp/v8.gyp:v8', | 876 '../v8/tools/gyp/v8.gyp:v8', |
| 878 'browser/speech/proto/speech_proto.gyp:speech_proto', | 877 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 879 'content_test_mojo_bindings', | 878 'content_test_mojo_bindings', |
| 880 'content.gyp:content_app_both', | 879 'content.gyp:content_app_both', |
| 881 'content.gyp:content_browser', | 880 'content.gyp:content_browser', |
| 882 'content.gyp:content_child', | 881 'content.gyp:content_child', |
| 883 'content.gyp:content_common', | 882 'content.gyp:content_common', |
| (...skipping 1316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2200 'content_unittests_apk.isolate', | 2199 'content_unittests_apk.isolate', |
| 2201 ], | 2200 ], |
| 2202 }, | 2201 }, |
| 2203 ], | 2202 ], |
| 2204 }, | 2203 }, |
| 2205 ], | 2204 ], |
| 2206 ], | 2205 ], |
| 2207 }], | 2206 }], |
| 2208 ], | 2207 ], |
| 2209 } | 2208 } |
| OLD | NEW |