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

Side by Side Diff: components/html_viewer/BUILD.gn

Issue 1338433002: Mandoline: Add WebGL support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn check issue Created 5 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
« no previous file with comments | « no previous file | components/html_viewer/DEPS » ('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 import("//build/module_args/v8.gni") 5 import("//build/module_args/v8.gni")
6 import("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 "stats_collection_controller.cc", 108 "stats_collection_controller.cc",
109 "stats_collection_controller.h", 109 "stats_collection_controller.h",
110 "test_html_viewer_impl.cc", 110 "test_html_viewer_impl.cc",
111 "test_html_viewer_impl.h", 111 "test_html_viewer_impl.h",
112 "touch_handler.cc", 112 "touch_handler.cc",
113 "touch_handler.h", 113 "touch_handler.h",
114 "web_clipboard_impl.cc", 114 "web_clipboard_impl.cc",
115 "web_clipboard_impl.h", 115 "web_clipboard_impl.h",
116 "web_cookie_jar_impl.cc", 116 "web_cookie_jar_impl.cc",
117 "web_cookie_jar_impl.h", 117 "web_cookie_jar_impl.h",
118 "web_graphics_context_3d_command_buffer_impl.cc",
119 "web_graphics_context_3d_command_buffer_impl.h",
118 "web_layer_impl.cc", 120 "web_layer_impl.cc",
119 "web_layer_impl.h", 121 "web_layer_impl.h",
120 "web_layer_tree_view_impl.cc", 122 "web_layer_tree_view_impl.cc",
121 "web_layer_tree_view_impl.h", 123 "web_layer_tree_view_impl.h",
122 "web_mime_registry_impl.cc", 124 "web_mime_registry_impl.cc",
123 "web_mime_registry_impl.h", 125 "web_mime_registry_impl.h",
124 "web_notification_manager_impl.cc", 126 "web_notification_manager_impl.cc",
125 "web_notification_manager_impl.h", 127 "web_notification_manager_impl.h",
126 "web_socket_handle_impl.cc", 128 "web_socket_handle_impl.cc",
127 "web_socket_handle_impl.h", 129 "web_socket_handle_impl.h",
(...skipping 22 matching lines...) Expand all
150 "//components/mus/gles2:lib", 152 "//components/mus/gles2:lib",
151 "//components/mus/public/interfaces", 153 "//components/mus/public/interfaces",
152 "//components/resource_provider/public/cpp", 154 "//components/resource_provider/public/cpp",
153 "//components/resource_provider/public/interfaces", 155 "//components/resource_provider/public/interfaces",
154 "//components/scheduler:scheduler", 156 "//components/scheduler:scheduler",
155 "//components/startup_metric_utils", 157 "//components/startup_metric_utils",
156 "//components/webcrypto", 158 "//components/webcrypto",
157 "//components/web_view:switches", 159 "//components/web_view:switches",
158 "//components/web_view/public/interfaces", 160 "//components/web_view/public/interfaces",
159 "//gin", 161 "//gin",
162 "//gpu/blink:blink",
160 "//media", 163 "//media",
161 "//media/blink", 164 "//media/blink",
162 "//media/mojo", 165 "//media/mojo",
163 "//mojo/application/public/cpp", 166 "//mojo/application/public/cpp",
164 "//mojo/application/public/interfaces", 167 "//mojo/application/public/interfaces",
165 "//mojo/cc", 168 "//mojo/cc",
166 "//mojo/common", 169 "//mojo/common",
167 "//mojo/converters/surfaces", 170 "//mojo/converters/surfaces",
171 "//mojo/gles2:headers",
172 "//mojo/gpu:mojo_gles2_implementation",
168 "//mojo/logging", 173 "//mojo/logging",
169 "//mojo/message_pump", 174 "//mojo/message_pump",
170 "//mojo/platform_handle", 175 "//mojo/platform_handle",
171 "//mojo/services/network/public/cpp", 176 "//mojo/services/network/public/cpp",
172 "//mojo/services/network/public/interfaces", 177 "//mojo/services/network/public/interfaces",
173 "//mojo/services/tracing/public/cpp", 178 "//mojo/services/tracing/public/cpp",
174 "//mojo/services/tracing/public/interfaces", 179 "//mojo/services/tracing/public/interfaces",
175 "//net", 180 "//net",
176 "//skia", 181 "//skia",
182 "//third_party/mojo/src/mojo/public/cpp/environment:environment",
177 "//third_party/mojo_services/src/accessibility/public/interfaces", 183 "//third_party/mojo_services/src/accessibility/public/interfaces",
178 "//third_party/WebKit/public:image_resources", 184 "//third_party/WebKit/public:image_resources",
179 "//third_party/WebKit/public:resources", 185 "//third_party/WebKit/public:resources",
180 "//ui/base:base", 186 "//ui/base:base",
181 "//ui/mojo/events:interfaces", 187 "//ui/mojo/events:interfaces",
182 "//ui/events", 188 "//ui/events",
183 "//ui/events:gesture_detection", 189 "//ui/events:gesture_detection",
184 "//ui/events/blink", 190 "//ui/events/blink",
185 "//ui/events/gestures/blink", 191 "//ui/events/gestures/blink",
186 "//ui/gfx", 192 "//ui/gfx",
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 355
350 data_deps = [ 356 data_deps = [
351 ":html_viewer", 357 ":html_viewer",
352 "//components/mus", 358 "//components/mus",
353 ] 359 ]
354 360
355 if (is_linux && !is_android) { 361 if (is_linux && !is_android) {
356 data_deps += [ "//components/font_service" ] 362 data_deps += [ "//components/font_service" ]
357 } 363 }
358 } 364 }
OLDNEW
« no previous file with comments | « no previous file | components/html_viewer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698