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

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: Fix some more gyp issues Created 4 years, 7 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
« no previous file with comments | « content/common/input_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 '../ui/base/ui_base.gyp:ui_base', 59 '../ui/base/ui_base.gyp:ui_base',
60 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 60 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
61 '../ui/display/display.gyp:display', 61 '../ui/display/display.gyp:display',
62 '../ui/events/blink/events_blink.gyp:events_blink', 62 '../ui/events/blink/events_blink.gyp:events_blink',
63 '../ui/events/events.gyp:events', 63 '../ui/events/events.gyp:events',
64 '../ui/events/events.gyp:events_base', 64 '../ui/events/events.gyp:events_base',
65 '../ui/events/events.gyp:gesture_detection', 65 '../ui/events/events.gyp:gesture_detection',
66 '../ui/gfx/gfx.gyp:gfx', 66 '../ui/gfx/gfx.gyp:gfx',
67 '../ui/gfx/gfx.gyp:gfx_geometry', 67 '../ui/gfx/gfx.gyp:gfx_geometry',
68 '../ui/gfx/gfx.gyp:gfx_range', 68 '../ui/gfx/gfx.gyp:gfx_range',
69 '../ui/latency_info/latency_info.gyp:latency_info',
69 '../ui/resources/ui_resources.gyp:ui_resources', 70 '../ui/resources/ui_resources.gyp:ui_resources',
70 '../ui/snapshot/snapshot.gyp:snapshot', 71 '../ui/snapshot/snapshot.gyp:snapshot',
71 '../ui/surface/surface.gyp:surface', 72 '../ui/surface/surface.gyp:surface',
72 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection', 73 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection',
73 '../url/ipc/url_ipc.gyp:url_ipc', 74 '../url/ipc/url_ipc.gyp:url_ipc',
74 'app/resources/content_resources.gyp:content_resources', 75 'app/resources/content_resources.gyp:content_resources',
75 'app/strings/content_strings.gyp:content_strings', 76 'app/strings/content_strings.gyp:content_strings',
76 'browser/background_sync/background_sync_proto.gyp:background_sync_proto', 77 'browser/background_sync/background_sync_proto.gyp:background_sync_proto',
77 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto', 78 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto',
78 'browser/devtools/devtools_resources.gyp:devtools_resources', 79 'browser/devtools/devtools_resources.gyp:devtools_resources',
(...skipping 2132 matching lines...) Expand 10 before | Expand all | Expand 10 after
2211 ], 2212 ],
2212 }], 2213 }],
2213 ['OS != "mac" and OS != "android"', { 2214 ['OS != "mac" and OS != "android"', {
2214 'sources!': [ 2215 'sources!': [
2215 'browser/gpu/gpu_surface_tracker.cc', 2216 'browser/gpu/gpu_surface_tracker.cc',
2216 'browser/gpu/gpu_surface_tracker.h', 2217 'browser/gpu/gpu_surface_tracker.h',
2217 ], 2218 ],
2218 }], 2219 }],
2219 ], 2220 ],
2220 } 2221 }
OLDNEW
« no previous file with comments | « content/common/input_messages.h ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698