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

Side by Side Diff: mojo/mojo_services.gypi

Issue 599603002: Remove some unnecessary webkit/common/gpu and third_party/wtl deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « mojo/mojo.gyp ('k') | ui/views/BUILD.gn » ('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) 2014 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2014 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //mojo/services/clipboard/ 8 # GN version: //mojo/services/clipboard/
9 'target_name': 'mojo_clipboard', 9 'target_name': 'mojo_clipboard',
10 'type': 'loadable_module', 10 'type': 'loadable_module',
(...skipping 766 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 'type': 'loadable_module', 777 'type': 'loadable_module',
778 'dependencies': [ 778 'dependencies': [
779 '../base/base.gyp:base', 779 '../base/base.gyp:base',
780 '../cc/cc.gyp:cc_surfaces', 780 '../cc/cc.gyp:cc_surfaces',
781 '../skia/skia.gyp:skia', 781 '../skia/skia.gyp:skia',
782 '../ui/base/ui_base.gyp:ui_base', 782 '../ui/base/ui_base.gyp:ui_base',
783 '../ui/events/events.gyp:events', 783 '../ui/events/events.gyp:events',
784 '../ui/events/events.gyp:events_base', 784 '../ui/events/events.gyp:events_base',
785 '../ui/gfx/gfx.gyp:gfx', 785 '../ui/gfx/gfx.gyp:gfx',
786 '../ui/gfx/gfx.gyp:gfx_geometry', 786 '../ui/gfx/gfx.gyp:gfx_geometry',
787 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
788 'mojo_base.gyp:mojo_common_lib', 787 'mojo_base.gyp:mojo_common_lib',
789 'mojo_base.gyp:mojo_application_chromium', 788 'mojo_base.gyp:mojo_application_chromium',
790 'mojo_base.gyp:mojo_common_lib', 789 'mojo_base.gyp:mojo_common_lib',
791 'mojo_geometry_bindings', 790 'mojo_geometry_bindings',
792 'mojo_geometry_lib', 791 'mojo_geometry_lib',
793 'mojo_gpu_bindings', 792 'mojo_gpu_bindings',
794 'mojo_input_events_bindings', 793 'mojo_input_events_bindings',
795 'mojo_input_events_lib', 794 'mojo_input_events_lib',
796 'mojo_native_viewport_bindings', 795 'mojo_native_viewport_bindings',
797 'mojo_surfaces_bindings', 796 'mojo_surfaces_bindings',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 'dependencies': [ 965 'dependencies': [
967 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 966 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
968 ], 967 ],
969 }], 968 }],
970 ], 969 ],
971 }, 970 },
972 ], 971 ],
973 }], 972 }],
974 ], 973 ],
975 } 974 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | ui/views/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698