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

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

Issue 666813002: GN: Fix Android component build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-clank
Patch Set: 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
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",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 42
43 include_dirs = [ "third_party/WebKit" ] 43 include_dirs = [ "third_party/WebKit" ]
44 44
45 deps = [ 45 deps = [
46 "//base", 46 "//base",
47 "//base/third_party/dynamic_annotations", 47 "//base/third_party/dynamic_annotations",
48 "//cc", 48 "//cc",
49 "//cc/blink", 49 "//cc/blink",
50 "//cc/surfaces", 50 "//cc/surfaces",
51 "//media", 51 "//media",
52 "//media/audio",
53 "//media/base",
54 "//media/blink", 52 "//media/blink",
55 "//media/mojo", 53 "//media/mojo",
56 "//mojo/application", 54 "//mojo/application",
57 "//mojo/cc", 55 "//mojo/cc",
58 "//mojo/common", 56 "//mojo/common",
59 "//mojo/converters/surfaces", 57 "//mojo/converters/surfaces",
60 "//mojo/public/c/system:for_shared_library", 58 "//mojo/public/c/system:for_shared_library",
61 "//mojo/public/cpp/bindings", 59 "//mojo/public/cpp/bindings",
62 "//mojo/public/cpp/utility", 60 "//mojo/public/cpp/utility",
63 "//mojo/public/interfaces/application", 61 "//mojo/public/interfaces/application",
64 "//mojo/services/public/cpp/network", 62 "//mojo/services/public/cpp/network",
65 "//mojo/services/public/cpp/view_manager", 63 "//mojo/services/public/cpp/view_manager",
66 "//mojo/services/public/interfaces/clipboard", 64 "//mojo/services/public/interfaces/clipboard",
67 "//mojo/services/public/interfaces/content_handler", 65 "//mojo/services/public/interfaces/content_handler",
68 "//mojo/services/public/interfaces/gpu", 66 "//mojo/services/public/interfaces/gpu",
69 "//mojo/services/public/interfaces/input_events:input_events", 67 "//mojo/services/public/interfaces/input_events:input_events",
70 "//mojo/services/public/interfaces/navigation", 68 "//mojo/services/public/interfaces/navigation",
71 "//mojo/services/public/interfaces/network", 69 "//mojo/services/public/interfaces/network",
72 "//mojo/services/public/interfaces/surfaces", 70 "//mojo/services/public/interfaces/surfaces",
73 "//net", 71 "//net",
74 "//skia", 72 "//skia",
75 "//third_party/WebKit/public:blink", 73 "//third_party/WebKit/public:blink",
76 "//ui/native_theme", 74 "//ui/native_theme",
77 "//url", 75 "//url",
78 ] 76 ]
79 } 77 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698