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

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

Issue 702003002: Make *some* version of the Mac GN build work. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge to r303398 (after win gn CL landed) Created 6 years, 1 month 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/services/BUILD.gn ('k') | net/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 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:html_viewer 5 # GYP version: mojo/mojo_services.gypi:html_viewer
6 shared_library("html_viewer") { 6 # TODO(GYP), TODO(dpranke): Make work on the mac.
7 sources = [ 7 if (!is_mac) {
brettw 2014/11/10 07:01:29 If the mac build sees this file at all, then that
Dirk Pranke 2014/11/10 17:46:02 I think I may have commented this out in order to
8 "blink_basic_type_converters.cc", 8 shared_library("html_viewer") {
9 "blink_basic_type_converters.h", 9 sources = [
10 "blink_input_events_type_converters.cc", 10 "blink_basic_type_converters.cc",
11 "blink_input_events_type_converters.h", 11 "blink_basic_type_converters.h",
12 "blink_platform_impl.cc", 12 "blink_input_events_type_converters.cc",
13 "blink_platform_impl.h", 13 "blink_input_events_type_converters.h",
14 "blink_url_request_type_converters.cc", 14 "blink_platform_impl.cc",
15 "blink_url_request_type_converters.h", 15 "blink_platform_impl.h",
16 "html_viewer.cc", 16 "blink_url_request_type_converters.cc",
17 "html_document_view.cc", 17 "blink_url_request_type_converters.h",
18 "html_document_view.h", 18 "html_viewer.cc",
19 "webclipboard_impl.cc", 19 "html_document_view.cc",
20 "webclipboard_impl.h", 20 "html_document_view.h",
21 "webcookiejar_impl.cc", 21 "webclipboard_impl.cc",
22 "webcookiejar_impl.h", 22 "webclipboard_impl.h",
23 "webmediaplayer_factory.cc", 23 "webcookiejar_impl.cc",
24 "webmediaplayer_factory.h", 24 "webcookiejar_impl.h",
25 "webmimeregistry_impl.cc", 25 "webmediaplayer_factory.cc",
26 "webmimeregistry_impl.h", 26 "webmediaplayer_factory.h",
27 "websockethandle_impl.cc", 27 "webmimeregistry_impl.cc",
28 "websockethandle_impl.h", 28 "webmimeregistry_impl.h",
29 "webstoragenamespace_impl.cc", 29 "websockethandle_impl.cc",
30 "webstoragenamespace_impl.h", 30 "websockethandle_impl.h",
31 "webthemeengine_impl.cc", 31 "webstoragenamespace_impl.cc",
32 "webthemeengine_impl.h", 32 "webstoragenamespace_impl.h",
33 "webthread_impl.cc", 33 "webthemeengine_impl.cc",
34 "webthread_impl.h", 34 "webthemeengine_impl.h",
35 "weburlloader_impl.cc", 35 "webthread_impl.cc",
36 "weburlloader_impl.h", 36 "webthread_impl.h",
37 "weblayertreeview_impl.cc", 37 "weburlloader_impl.cc",
38 "weblayertreeview_impl.h", 38 "weburlloader_impl.h",
39 ] 39 "weblayertreeview_impl.cc",
40 "weblayertreeview_impl.h",
41 ]
40 42
41 include_dirs = [ "third_party/WebKit" ] 43 include_dirs = [ "third_party/WebKit" ]
42 44
43 deps = [ 45 deps = [
44 "//base", 46 "//base",
45 "//base/third_party/dynamic_annotations", 47 "//base/third_party/dynamic_annotations",
46 "//cc", 48 "//cc",
47 "//cc/blink", 49 "//cc/blink",
48 "//cc/surfaces", 50 "//cc/surfaces",
49 "//media", 51 "//media",
50 "//media/blink", 52 "//media/blink",
51 "//media/mojo", 53 "//media/mojo",
52 "//mojo/application", 54 "//mojo/application",
53 "//mojo/cc", 55 "//mojo/cc",
54 "//mojo/common", 56 "//mojo/common",
55 "//mojo/converters/surfaces", 57 "//mojo/converters/surfaces",
56 "//mojo/public/c/system:for_shared_library", 58 "//mojo/public/c/system:for_shared_library",
57 "//mojo/public/cpp/bindings", 59 "//mojo/public/cpp/bindings",
58 "//mojo/public/cpp/utility", 60 "//mojo/public/cpp/utility",
59 "//mojo/public/interfaces/application", 61 "//mojo/public/interfaces/application",
60 "//mojo/services/public/cpp/network", 62 "//mojo/services/public/cpp/network",
61 "//mojo/services/public/cpp/view_manager", 63 "//mojo/services/public/cpp/view_manager",
62 "//mojo/services/public/interfaces/clipboard", 64 "//mojo/services/public/interfaces/clipboard",
63 "//mojo/services/public/interfaces/content_handler", 65 "//mojo/services/public/interfaces/content_handler",
64 "//mojo/services/public/interfaces/gpu", 66 "//mojo/services/public/interfaces/gpu",
65 "//mojo/services/public/interfaces/input_events:input_events", 67 "//mojo/services/public/interfaces/input_events:input_events",
66 "//mojo/services/public/interfaces/navigation", 68 "//mojo/services/public/interfaces/navigation",
67 "//mojo/services/public/interfaces/network", 69 "//mojo/services/public/interfaces/network",
68 "//mojo/services/public/interfaces/surfaces", 70 "//mojo/services/public/interfaces/surfaces",
69 "//net", 71 "//net",
70 "//skia", 72 "//skia",
71 "//third_party/WebKit/public:blink", 73 "//third_party/WebKit/public:blink",
72 "//ui/native_theme", 74 "//ui/native_theme",
73 "//url", 75 "//url",
74 ] 76 ]
77 }
75 } 78 }
OLDNEW
« no previous file with comments | « mojo/services/BUILD.gn ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698