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

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

Issue 1032733002: Adds ui_test_pak to html_viewer's deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 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("//testing/test.gni") 5 import("//testing/test.gni")
6 import("//third_party/mojo/src/mojo/public/mojo.gni") 6 import("//third_party/mojo/src/mojo/public/mojo.gni")
7 import("//third_party/mojo/src/mojo/public/mojo_application.gni") 7 import("//third_party/mojo/src/mojo/public/mojo_application.gni")
8 8
9 action("generate_blink_resource_map") { 9 action("generate_blink_resource_map") {
10 script = "//mojo/services/html_viewer/generate_blink_resource_map.py" 10 script = "//mojo/services/html_viewer/generate_blink_resource_map.py"
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 "//third_party/mojo/src/mojo/public/interfaces/application", 95 "//third_party/mojo/src/mojo/public/interfaces/application",
96 "//third_party/mojo_services/src/accessibility/public/interfaces", 96 "//third_party/mojo_services/src/accessibility/public/interfaces",
97 "//third_party/mojo_services/src/clipboard/public/interfaces", 97 "//third_party/mojo_services/src/clipboard/public/interfaces",
98 "//third_party/mojo_services/src/content_handler/public/interfaces", 98 "//third_party/mojo_services/src/content_handler/public/interfaces",
99 "//third_party/mojo_services/src/gpu/public/interfaces", 99 "//third_party/mojo_services/src/gpu/public/interfaces",
100 "//third_party/mojo_services/src/input_events/public/interfaces", 100 "//third_party/mojo_services/src/input_events/public/interfaces",
101 "//third_party/mojo_services/src/navigation/public/interfaces", 101 "//third_party/mojo_services/src/navigation/public/interfaces",
102 "//third_party/mojo_services/src/surfaces/public/interfaces", 102 "//third_party/mojo_services/src/surfaces/public/interfaces",
103 "//ui/gfx/geometry", 103 "//ui/gfx/geometry",
104 "//ui/native_theme", 104 "//ui/native_theme",
105 "//ui/resources:ui_test_pak",
105 "//url", 106 "//url",
106 ] 107 ]
107 108
108 public_deps = [ 109 public_deps = [
109 "//third_party/WebKit/public:blink", 110 "//third_party/WebKit/public:blink",
110 "//third_party/mojo/src/mojo/public/cpp/bindings", 111 "//third_party/mojo/src/mojo/public/cpp/bindings",
111 "//third_party/mojo_services/src/view_manager/public/cpp", 112 "//third_party/mojo_services/src/view_manager/public/cpp",
112 ":generate_blink_resource_map", 113 ":generate_blink_resource_map",
113 ] 114 ]
114 } 115 }
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 output_name = "html_viewer_unittests" 179 output_name = "html_viewer_unittests"
179 sources = [ 180 sources = [
180 "ax_provider_impl_unittest.cc", 181 "ax_provider_impl_unittest.cc",
181 "discardable_memory_allocator_unittest.cc", 182 "discardable_memory_allocator_unittest.cc",
182 ] 183 ]
183 deps = [ 184 deps = [
184 ":lib", 185 ":lib",
185 "//base/test:run_all_unittests", 186 "//base/test:run_all_unittests",
186 ] 187 ]
187 } 188 }
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