Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(76)

Side by Side Diff: content/content_tests.gypi

Issue 1871233002: Move LatencyInfo to ui/latency_info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Simplify ui/events OWNERS Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 850 matching lines...) Expand 10 before | Expand all | Expand 10 after
861 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 861 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
862 '../ui/base/ui_base.gyp:ui_base', 862 '../ui/base/ui_base.gyp:ui_base',
863 '../ui/base/ui_base.gyp:ui_base_test_support', 863 '../ui/base/ui_base.gyp:ui_base_test_support',
864 '../ui/base/ui_base.gyp:ui_data_pack', 864 '../ui/base/ui_base.gyp:ui_data_pack',
865 '../ui/compositor/compositor.gyp:compositor_test_support', 865 '../ui/compositor/compositor.gyp:compositor_test_support',
866 '../ui/events/events.gyp:dom_keycode_converter', 866 '../ui/events/events.gyp:dom_keycode_converter',
867 '../ui/events/events.gyp:events_base', 867 '../ui/events/events.gyp:events_base',
868 '../ui/events/events.gyp:events_test_support', 868 '../ui/events/events.gyp:events_test_support',
869 '../ui/events/events.gyp:gesture_detection', 869 '../ui/events/events.gyp:gesture_detection',
870 '../ui/gfx/gfx.gyp:gfx_test_support', 870 '../ui/gfx/gfx.gyp:gfx_test_support',
871 '../ui/latency_info/latency_info.gyp:latency_info',
871 '../ui/resources/ui_resources.gyp:ui_resources', 872 '../ui/resources/ui_resources.gyp:ui_resources',
872 '../ui/surface/surface.gyp:surface', 873 '../ui/surface/surface.gyp:surface',
873 '../url/url.gyp:url_lib', 874 '../url/url.gyp:url_lib',
874 '../v8/tools/gyp/v8.gyp:v8', 875 '../v8/tools/gyp/v8.gyp:v8',
875 'browser/speech/proto/speech_proto.gyp:speech_proto', 876 'browser/speech/proto/speech_proto.gyp:speech_proto',
876 'content_test_mojo_bindings', 877 'content_test_mojo_bindings',
877 'content.gyp:content_app_both', 878 'content.gyp:content_app_both',
878 'content.gyp:content_browser', 879 'content.gyp:content_browser',
879 'content.gyp:content_child', 880 'content.gyp:content_child',
880 'content.gyp:content_common', 881 'content.gyp:content_common',
(...skipping 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after
2196 'content_unittests_apk.isolate', 2197 'content_unittests_apk.isolate',
2197 ], 2198 ],
2198 }, 2199 },
2199 ], 2200 ],
2200 }, 2201 },
2201 ], 2202 ],
2202 ], 2203 ],
2203 }], 2204 }],
2204 ], 2205 ],
2205 } 2206 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/gpu/BUILD.gn » ('j') | ui/events/events.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698