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

Side by Side Diff: content/content_common.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/content_browser.gypi ('k') | content/content_shell.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 18 matching lines...) Expand all
29 '../skia/skia.gyp:skia', 29 '../skia/skia.gyp:skia',
30 '../storage/storage_common.gyp:storage_common', 30 '../storage/storage_common.gyp:storage_common',
31 '../third_party/WebKit/public/blink.gyp:blink', 31 '../third_party/WebKit/public/blink.gyp:blink',
32 '../third_party/WebKit/public/blink_headers.gyp:blink_headers', 32 '../third_party/WebKit/public/blink_headers.gyp:blink_headers',
33 '../third_party/boringssl/boringssl.gyp:boringssl', 33 '../third_party/boringssl/boringssl.gyp:boringssl',
34 '../third_party/icu/icu.gyp:icuuc', 34 '../third_party/icu/icu.gyp:icuuc',
35 '../ui/accessibility/accessibility.gyp:accessibility', 35 '../ui/accessibility/accessibility.gyp:accessibility',
36 '../ui/accessibility/accessibility.gyp:ax_gen', 36 '../ui/accessibility/accessibility.gyp:ax_gen',
37 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 37 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
38 '../ui/base/ui_base.gyp:ui_base', 38 '../ui/base/ui_base.gyp:ui_base',
39 '../ui/events/events.gyp:events_ipc',
40 '../ui/gfx/gfx.gyp:gfx', 39 '../ui/gfx/gfx.gyp:gfx',
41 '../ui/gfx/gfx.gyp:gfx_geometry', 40 '../ui/gfx/gfx.gyp:gfx_geometry',
42 '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry', 41 '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry',
43 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 42 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
44 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', 43 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia',
45 '../ui/gl/gl.gyp:gl', 44 '../ui/gl/gl.gyp:gl',
45 '../ui/latency_info/latency_info.gyp:latency_info_ipc',
46 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 46 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
47 '../url/url.gyp:url_lib', 47 '../url/url.gyp:url_lib',
48 '../url/ipc/url_ipc.gyp:url_ipc', 48 '../url/ipc/url_ipc.gyp:url_ipc',
49 'content.gyp:common_features', 49 'content.gyp:common_features',
50 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 50 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
51 ], 51 ],
52 'include_dirs': [ 52 'include_dirs': [
53 '..', 53 '..',
54 ], 54 ],
55 'actions': [ 55 'actions': [
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'sources!': [ 666 'sources!': [
667 'common/cursors/webcursor_ozone.cc', 667 'common/cursors/webcursor_ozone.cc',
668 'common/font_list_ozone.cc', 668 'common/font_list_ozone.cc',
669 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 669 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
670 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 670 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
671 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 671 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
672 ], 672 ],
673 }], 673 }],
674 ], 674 ],
675 } 675 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698