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

Side by Side Diff: content/content_browser.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/leveldb/leveldb.gyp:leveldb_lib', 10 '../components/leveldb/leveldb.gyp:leveldb_lib',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 '../ui/accessibility/accessibility.gyp:ax_gen', 55 '../ui/accessibility/accessibility.gyp:ax_gen',
56 '../ui/base/ui_base.gyp:ui_base', 56 '../ui/base/ui_base.gyp:ui_base',
57 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 57 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
58 '../ui/display/display.gyp:display', 58 '../ui/display/display.gyp:display',
59 '../ui/events/blink/events_blink.gyp:events_blink', 59 '../ui/events/blink/events_blink.gyp:events_blink',
60 '../ui/events/events.gyp:events', 60 '../ui/events/events.gyp:events',
61 '../ui/events/events.gyp:events_base', 61 '../ui/events/events.gyp:events_base',
62 '../ui/events/events.gyp:gesture_detection', 62 '../ui/events/events.gyp:gesture_detection',
63 '../ui/gfx/gfx.gyp:gfx', 63 '../ui/gfx/gfx.gyp:gfx',
64 '../ui/gfx/gfx.gyp:gfx_geometry', 64 '../ui/gfx/gfx.gyp:gfx_geometry',
65 '../ui/latency_info/latency_info.gyp:latency_info',
65 '../ui/resources/ui_resources.gyp:ui_resources', 66 '../ui/resources/ui_resources.gyp:ui_resources',
66 '../ui/snapshot/snapshot.gyp:snapshot', 67 '../ui/snapshot/snapshot.gyp:snapshot',
67 '../ui/surface/surface.gyp:surface', 68 '../ui/surface/surface.gyp:surface',
68 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', 69 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection',
69 '../url/ipc/url_ipc.gyp:url_ipc', 70 '../url/ipc/url_ipc.gyp:url_ipc',
70 'app/resources/content_resources.gyp:content_resources', 71 'app/resources/content_resources.gyp:content_resources',
71 'app/strings/content_strings.gyp:content_strings', 72 'app/strings/content_strings.gyp:content_strings',
72 'browser/background_sync/background_sync_proto.gyp:background_sync_proto', 73 'browser/background_sync/background_sync_proto.gyp:background_sync_proto',
73 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto', 74 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto',
74 'browser/devtools/devtools_resources.gyp:devtools_resources', 75 'browser/devtools/devtools_resources.gyp:devtools_resources',
(...skipping 2142 matching lines...) Expand 10 before | Expand all | Expand 10 after
2217 ['enable_webvr==1 and OS=="android"', { 2218 ['enable_webvr==1 and OS=="android"', {
2218 'sources': [ 2219 'sources': [
2219 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2220 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2220 'browser/vr/android/cardboard/cardboard_vr_device.h', 2221 'browser/vr/android/cardboard/cardboard_vr_device.h',
2221 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2222 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2222 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2223 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2223 ], 2224 ],
2224 }], 2225 }],
2225 ], 2226 ],
2226 } 2227 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698