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

Side by Side Diff: content/content_common.gypi

Issue 1883763002: Revert of Move LatencyInfo to ui/latency_info (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.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', 7 '../base/base.gyp:base',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 27 matching lines...) Expand all
38 '../skia/skia.gyp:skia', 38 '../skia/skia.gyp:skia',
39 '../storage/storage_common.gyp:storage_common', 39 '../storage/storage_common.gyp:storage_common',
40 '../third_party/WebKit/public/blink.gyp:blink', 40 '../third_party/WebKit/public/blink.gyp:blink',
41 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 41 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
42 '../third_party/boringssl/boringssl.gyp:boringssl', 42 '../third_party/boringssl/boringssl.gyp:boringssl',
43 '../third_party/icu/icu.gyp:icuuc', 43 '../third_party/icu/icu.gyp:icuuc',
44 '../ui/accessibility/accessibility.gyp:accessibility', 44 '../ui/accessibility/accessibility.gyp:accessibility',
45 '../ui/accessibility/accessibility.gyp:ax_gen', 45 '../ui/accessibility/accessibility.gyp:ax_gen',
46 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 46 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
47 '../ui/base/ui_base.gyp:ui_base', 47 '../ui/base/ui_base.gyp:ui_base',
48 '../ui/latency_info/latency_info.gyp:latency_info_ipc', 48 '../ui/events/events.gyp:events_ipc',
49 '../ui/gfx/gfx.gyp:gfx', 49 '../ui/gfx/gfx.gyp:gfx',
50 '../ui/gfx/gfx.gyp:gfx_geometry', 50 '../ui/gfx/gfx.gyp:gfx_geometry',
51 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 51 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
52 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', 52 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia',
53 '../ui/gl/gl.gyp:gl', 53 '../ui/gl/gl.gyp:gl',
54 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 54 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
55 '../url/url.gyp:url_lib', 55 '../url/url.gyp:url_lib',
56 '../url/ipc/url_ipc.gyp:url_ipc', 56 '../url/ipc/url_ipc.gyp:url_ipc',
57 'content.gyp:common_features', 57 'content.gyp:common_features',
58 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 58 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 'sources!': [ 1002 'sources!': [
1003 'common/cursors/webcursor_ozone.cc', 1003 'common/cursors/webcursor_ozone.cc',
1004 'common/font_list_ozone.cc', 1004 'common/font_list_ozone.cc',
1005 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1005 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1006 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1006 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1007 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1007 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1008 ], 1008 ],
1009 }], 1009 }],
1010 ], 1010 ],
1011 } 1011 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698