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

Side by Side Diff: mojo/services/html_viewer/BUILD.gn

Issue 562483002: mojo: Create a basic clipboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes to the gn files. 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 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 # GYP version: mojo/mojo_services.gypi:mojo_html_viewer 5 # GYP version: mojo/mojo_services.gypi:mojo_html_viewer
6 shared_library("html_viewer") { 6 shared_library("html_viewer") {
7 output_name = "mojo_html_viewer" 7 output_name = "mojo_html_viewer"
8 8
9 sources = [ 9 sources = [
10 "blink_basic_type_converters.cc", 10 "blink_basic_type_converters.cc",
11 "blink_basic_type_converters.h", 11 "blink_basic_type_converters.h",
12 "blink_input_events_type_converters.cc", 12 "blink_input_events_type_converters.cc",
13 "blink_input_events_type_converters.h", 13 "blink_input_events_type_converters.h",
14 "blink_platform_impl.cc", 14 "blink_platform_impl.cc",
15 "blink_platform_impl.h", 15 "blink_platform_impl.h",
16 "blink_url_request_type_converters.cc", 16 "blink_url_request_type_converters.cc",
17 "blink_url_request_type_converters.h", 17 "blink_url_request_type_converters.h",
18 "html_viewer.cc", 18 "html_viewer.cc",
19 "html_document_view.cc", 19 "html_document_view.cc",
20 "html_document_view.h", 20 "html_document_view.h",
21 "webclipboard_impl.cc",
22 "webclipboard_impl.h",
21 "webcookiejar_impl.cc", 23 "webcookiejar_impl.cc",
22 "webcookiejar_impl.h", 24 "webcookiejar_impl.h",
23 "webmediaplayer_factory.cc", 25 "webmediaplayer_factory.cc",
24 "webmediaplayer_factory.h", 26 "webmediaplayer_factory.h",
25 "webmimeregistry_impl.cc", 27 "webmimeregistry_impl.cc",
26 "webmimeregistry_impl.h", 28 "webmimeregistry_impl.h",
27 "websockethandle_impl.cc", 29 "websockethandle_impl.cc",
28 "websockethandle_impl.h", 30 "websockethandle_impl.h",
29 "webstoragenamespace_impl.cc", 31 "webstoragenamespace_impl.cc",
30 "webstoragenamespace_impl.h", 32 "webstoragenamespace_impl.h",
(...skipping 15 matching lines...) Expand all
46 "//cc/surfaces", 48 "//cc/surfaces",
47 "//media", 49 "//media",
48 "//media/blink", 50 "//media/blink",
49 "//mojo/cc", 51 "//mojo/cc",
50 "//mojo/common", 52 "//mojo/common",
51 "//mojo/application", 53 "//mojo/application",
52 "//mojo/public/c/system:for_shared_library", 54 "//mojo/public/c/system:for_shared_library",
53 "//mojo/public/cpp/bindings", 55 "//mojo/public/cpp/bindings",
54 "//mojo/public/cpp/utility", 56 "//mojo/public/cpp/utility",
55 "//mojo/services/public/cpp/view_manager", 57 "//mojo/services/public/cpp/view_manager",
58 "//mojo/services/public/interfaces/clipboard",
56 "//mojo/services/public/interfaces/content_handler", 59 "//mojo/services/public/interfaces/content_handler",
57 "//mojo/services/public/interfaces/gpu", 60 "//mojo/services/public/interfaces/gpu",
58 "//mojo/services/public/interfaces/navigation", 61 "//mojo/services/public/interfaces/navigation",
59 "//mojo/services/public/interfaces/network", 62 "//mojo/services/public/interfaces/network",
60 "//mojo/services/public/interfaces/surfaces", 63 "//mojo/services/public/interfaces/surfaces",
61 "//net", 64 "//net",
62 "//skia", 65 "//skia",
63 "//third_party/WebKit/public:blink", 66 "//third_party/WebKit/public:blink",
64 "//ui/native_theme", 67 "//ui/native_theme",
65 "//url", 68 "//url",
66 ] 69 ]
67 } 70 }
OLDNEW
« no previous file with comments | « mojo/services/clipboard/main.cc ('k') | mojo/services/html_viewer/blink_basic_type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698