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

Side by Side Diff: mojo/mojo_services.gypi

Issue 667983005: Rename mojo_html_viewer target to just html_viewer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove unnecessary output_name Created 6 years, 2 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') | mojo/services/html_viewer/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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'services/public/mojo_services_public.gyp:mojo_gpu_bindings', 57 'services/public/mojo_services_public.gyp:mojo_gpu_bindings',
58 'public/mojo_public.gyp:mojo_cpp_bindings', 58 'public/mojo_public.gyp:mojo_cpp_bindings',
59 ], 59 ],
60 'export_dependent_settings': [ 60 'export_dependent_settings': [
61 'services/public/mojo_services_public.gyp:mojo_gpu_bindings', 61 'services/public/mojo_services_public.gyp:mojo_gpu_bindings',
62 'public/mojo_public.gyp:mojo_cpp_bindings', 62 'public/mojo_public.gyp:mojo_cpp_bindings',
63 ], 63 ],
64 }, 64 },
65 { 65 {
66 # GN version: //mojo/services/html_viewer 66 # GN version: //mojo/services/html_viewer
67 'target_name': 'mojo_html_viewer', 67 'target_name': 'html_viewer',
68 'type': 'loadable_module', 68 'type': 'loadable_module',
69 'dependencies': [ 69 'dependencies': [
70 '../cc/blink/cc_blink.gyp:cc_blink', 70 '../cc/blink/cc_blink.gyp:cc_blink',
71 '../cc/cc.gyp:cc', 71 '../cc/cc.gyp:cc',
72 '../cc/cc.gyp:cc_surfaces', 72 '../cc/cc.gyp:cc_surfaces',
73 '../media/blink/media_blink.gyp:media_blink', 73 '../media/blink/media_blink.gyp:media_blink',
74 '../media/media.gyp:media', 74 '../media/media.gyp:media',
75 '../net/net.gyp:net', 75 '../net/net.gyp:net',
76 '../skia/skia.gyp:skia', 76 '../skia/skia.gyp:skia',
77 '../third_party/WebKit/public/blink.gyp:blink', 77 '../third_party/WebKit/public/blink.gyp:blink',
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 'dependencies': [ 688 'dependencies': [
689 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 689 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
690 ], 690 ],
691 }], 691 }],
692 ], 692 ],
693 }, 693 },
694 ], 694 ],
695 }], 695 }],
696 ], 696 ],
697 } 697 }
OLDNEW
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/services/html_viewer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698