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

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

Issue 799113004: Update mojo sdk to rev 59145288bae55b0fce4276b017df6a1117bcf00f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add mojo's ply to checklicenses whitelist Created 6 years 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 import("//mojo/public/mojo.gni") 5 import("//mojo/public/mojo.gni")
6 import("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 7
8 source_set("lib") { 8 source_set("lib") {
9 sources = [ 9 sources = [
10 "ax_provider_impl.cc", 10 "ax_provider_impl.cc",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "//media/blink", 55 "//media/blink",
56 "//media/mojo", 56 "//media/mojo",
57 "//mojo/application", 57 "//mojo/application",
58 "//mojo/cc", 58 "//mojo/cc",
59 "//mojo/common", 59 "//mojo/common",
60 "//mojo/converters/surfaces", 60 "//mojo/converters/surfaces",
61 "//mojo/public/c/system:for_shared_library", 61 "//mojo/public/c/system:for_shared_library",
62 "//mojo/public/cpp/bindings", 62 "//mojo/public/cpp/bindings",
63 "//mojo/public/cpp/utility", 63 "//mojo/public/cpp/utility",
64 "//mojo/public/interfaces/application", 64 "//mojo/public/interfaces/application",
65 "//mojo/services/public/cpp/network", 65 "//mojo/services/network/public/cpp",
66 "//mojo/services/public/cpp/view_manager", 66 "//mojo/services/view_manager/public/cpp",
67 "//mojo/services/public/interfaces/accessibility", 67 "//mojo/services/accessibility/public/interfaces",
68 "//mojo/services/public/interfaces/clipboard", 68 "//mojo/services/clipboard/public/interfaces",
69 "//mojo/services/public/interfaces/content_handler", 69 "//mojo/services/content_handler/public/interfaces",
70 "//mojo/services/public/interfaces/gpu", 70 "//mojo/services/gpu/public/interfaces",
71 "//mojo/services/public/interfaces/input_events:input_events", 71 "//mojo/services/input_events/public/interfaces",
72 "//mojo/services/public/interfaces/navigation", 72 "//mojo/services/navigation/public/interfaces",
73 "//mojo/services/public/interfaces/network", 73 "//mojo/services/network/public/interfaces",
74 "//mojo/services/public/interfaces/surfaces", 74 "//mojo/services/surfaces/public/interfaces",
75 "//net", 75 "//net",
76 "//skia", 76 "//skia",
77 "//ui/native_theme", 77 "//ui/native_theme",
78 "//url", 78 "//url",
79 ] 79 ]
80 80
81 public_deps = [ 81 public_deps = [
82 "//third_party/WebKit/public:blink", 82 "//third_party/WebKit/public:blink",
83 ] 83 ]
84 } 84 }
(...skipping 10 matching lines...) Expand all
95 test("tests") { 95 test("tests") {
96 output_name = "html_viewer_unittests" 96 output_name = "html_viewer_unittests"
97 sources = [ 97 sources = [
98 "ax_provider_impl_unittest.cc", 98 "ax_provider_impl_unittest.cc",
99 ] 99 ]
100 deps = [ 100 deps = [
101 ":lib", 101 ":lib",
102 "//base/test:run_all_unittests", 102 "//base/test:run_all_unittests",
103 ] 103 ]
104 } 104 }
OLDNEW
« no previous file with comments | « mojo/services/gpu/public/interfaces/viewport_parameter_listener.mojom ('k') | mojo/services/html_viewer/ax_provider_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698