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

Side by Side Diff: mojo/mojo_services.gypi

Issue 647893002: mojo: Fixed non-component build for html_viewer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « 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 # 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'services/public/mojo_services_public.gyp:mojo_network_bindings', 87 'services/public/mojo_services_public.gyp:mojo_network_bindings',
88 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings', 88 'services/public/mojo_services_public.gyp:mojo_surfaces_bindings',
89 'mojo_view_manager_lib', 89 'mojo_view_manager_lib',
90 'public/mojo_public.gyp:mojo_cpp_bindings', 90 'public/mojo_public.gyp:mojo_cpp_bindings',
91 'public/mojo_public.gyp:mojo_utility', 91 'public/mojo_public.gyp:mojo_utility',
92 '<(mojo_system_for_loadable_module)', 92 '<(mojo_system_for_loadable_module)',
93 ], 93 ],
94 'include_dirs': [ 94 'include_dirs': [
95 'third_party/WebKit' 95 'third_party/WebKit'
96 ], 96 ],
97 'includes': [
98 'mojo_public_gles2_for_loadable_module.gypi',
99 ],
97 'sources': [ 100 'sources': [
98 'services/html_viewer/blink_basic_type_converters.cc', 101 'services/html_viewer/blink_basic_type_converters.cc',
99 'services/html_viewer/blink_basic_type_converters.h', 102 'services/html_viewer/blink_basic_type_converters.h',
100 'services/html_viewer/blink_input_events_type_converters.cc', 103 'services/html_viewer/blink_input_events_type_converters.cc',
101 'services/html_viewer/blink_input_events_type_converters.h', 104 'services/html_viewer/blink_input_events_type_converters.h',
102 'services/html_viewer/blink_platform_impl.cc', 105 'services/html_viewer/blink_platform_impl.cc',
103 'services/html_viewer/blink_platform_impl.h', 106 'services/html_viewer/blink_platform_impl.h',
104 'services/html_viewer/blink_url_request_type_converters.cc', 107 'services/html_viewer/blink_url_request_type_converters.cc',
105 'services/html_viewer/blink_url_request_type_converters.h', 108 'services/html_viewer/blink_url_request_type_converters.h',
106 'services/html_viewer/html_viewer.cc', 109 'services/html_viewer/html_viewer.cc',
(...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 'dependencies': [ 668 'dependencies': [
666 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 669 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
667 ], 670 ],
668 }], 671 }],
669 ], 672 ],
670 }, 673 },
671 ], 674 ],
672 }], 675 }],
673 ], 676 ],
674 } 677 }
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