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

Side by Side Diff: mojo/mojo_services.gypi

Issue 566933003: Add mojo_view_manager -> skia dep (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 | « no previous file | no next file » | 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 'target_name': 'mojo_html_viewer', 8 'target_name': 'mojo_html_viewer',
9 'type': 'loadable_module', 9 'type': 'loadable_module',
10 'dependencies': [ 10 'dependencies': [
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 'conditions': [ 688 'conditions': [
689 ['use_aura==1', { 689 ['use_aura==1', {
690 'targets': [ 690 'targets': [
691 { 691 {
692 # GN version: //mojo/services/view_manager 692 # GN version: //mojo/services/view_manager
693 'target_name': 'mojo_view_manager', 693 'target_name': 'mojo_view_manager',
694 'type': '<(component)', 694 'type': '<(component)',
695 'dependencies': [ 695 'dependencies': [
696 '../base/base.gyp:base', 696 '../base/base.gyp:base',
697 '../cc/cc.gyp:cc_surfaces', 697 '../cc/cc.gyp:cc_surfaces',
698 '../skia/skia.gyp:skia',
698 '../ui/base/ui_base.gyp:ui_base', 699 '../ui/base/ui_base.gyp:ui_base',
699 '../ui/events/events.gyp:events', 700 '../ui/events/events.gyp:events',
700 '../ui/events/events.gyp:events_base', 701 '../ui/events/events.gyp:events_base',
701 '../ui/gfx/gfx.gyp:gfx', 702 '../ui/gfx/gfx.gyp:gfx',
702 '../ui/gfx/gfx.gyp:gfx_geometry', 703 '../ui/gfx/gfx.gyp:gfx_geometry',
703 'mojo_base.gyp:mojo_application_chromium', 704 'mojo_base.gyp:mojo_application_chromium',
704 'mojo_base.gyp:mojo_common_lib', 705 'mojo_base.gyp:mojo_common_lib',
705 'mojo_geometry_bindings', 706 'mojo_geometry_bindings',
706 'mojo_geometry_lib', 707 'mojo_geometry_lib',
707 'mojo_gpu_bindings', 708 'mojo_gpu_bindings',
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 'dependencies': [ 875 'dependencies': [
875 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 876 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
876 ], 877 ],
877 }], 878 }],
878 ], 879 ],
879 }, 880 },
880 ], 881 ],
881 }], 882 }],
882 ], 883 ],
883 } 884 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698