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 855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
866 '../ui/base/ui_base.gyp:ui_base_test_support', | 866 '../ui/base/ui_base.gyp:ui_base_test_support', |
867 '../ui/base/ui_base.gyp:ui_data_pack', | 867 '../ui/base/ui_base.gyp:ui_data_pack', |
868 '../ui/compositor/compositor.gyp:compositor_test_support', | 868 '../ui/compositor/compositor.gyp:compositor_test_support', |
869 '../ui/display/display.gyp:display', | 869 '../ui/display/display.gyp:display', |
870 '../ui/events/events.gyp:dom_keycode_converter', | 870 '../ui/events/events.gyp:dom_keycode_converter', |
871 '../ui/events/events.gyp:events_base', | 871 '../ui/events/events.gyp:events_base', |
872 '../ui/events/events.gyp:events_test_support', | 872 '../ui/events/events.gyp:events_test_support', |
873 '../ui/events/events.gyp:gesture_detection', | 873 '../ui/events/events.gyp:gesture_detection', |
874 '../ui/gfx/gfx.gyp:gfx_range', | 874 '../ui/gfx/gfx.gyp:gfx_range', |
875 '../ui/gfx/gfx.gyp:gfx_test_support', | 875 '../ui/gfx/gfx.gyp:gfx_test_support', |
| 876 '../ui/latency_info/latency_info.gyp:latency_info', |
876 '../ui/resources/ui_resources.gyp:ui_resources', | 877 '../ui/resources/ui_resources.gyp:ui_resources', |
877 '../ui/surface/surface.gyp:surface', | 878 '../ui/surface/surface.gyp:surface', |
878 '../url/url.gyp:url_lib', | 879 '../url/url.gyp:url_lib', |
879 '../v8/src/v8.gyp:v8', | 880 '../v8/src/v8.gyp:v8', |
880 'browser/speech/proto/speech_proto.gyp:speech_proto', | 881 'browser/speech/proto/speech_proto.gyp:speech_proto', |
881 'content_test_mojo_bindings', | 882 'content_test_mojo_bindings', |
882 'content.gyp:content_app_both', | 883 'content.gyp:content_app_both', |
883 'content.gyp:content_browser', | 884 'content.gyp:content_browser', |
884 'content.gyp:content_child', | 885 'content.gyp:content_child', |
885 'content.gyp:content_common', | 886 'content.gyp:content_common', |
(...skipping 1026 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1912 'content_unittests_apk.isolate', | 1913 'content_unittests_apk.isolate', |
1913 ], | 1914 ], |
1914 }, | 1915 }, |
1915 ], | 1916 ], |
1916 }, | 1917 }, |
1917 ], | 1918 ], |
1918 ], | 1919 ], |
1919 }], | 1920 }], |
1920 ], | 1921 ], |
1921 } | 1922 } |
OLD | NEW |