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

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

Issue 1346113003: Mandoline: WebGL: Pass context creation attributes to GPU. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 "//components/mus/gles2:lib", 152 "//components/mus/gles2:lib",
153 "//components/mus/public/interfaces", 153 "//components/mus/public/interfaces",
154 "//components/resource_provider/public/cpp", 154 "//components/resource_provider/public/cpp",
155 "//components/resource_provider/public/interfaces", 155 "//components/resource_provider/public/interfaces",
156 "//components/scheduler:scheduler", 156 "//components/scheduler:scheduler",
157 "//components/startup_metric_utils", 157 "//components/startup_metric_utils",
158 "//components/webcrypto", 158 "//components/webcrypto",
159 "//components/web_view:switches", 159 "//components/web_view:switches",
160 "//components/web_view/public/interfaces", 160 "//components/web_view/public/interfaces",
161 "//gin", 161 "//gin",
162 "//gpu/command_buffer/common:gles2_utils",
162 "//gpu/blink:blink", 163 "//gpu/blink:blink",
163 "//media", 164 "//media",
164 "//media/blink", 165 "//media/blink",
165 "//media/mojo", 166 "//media/mojo",
166 "//mojo/application/public/cpp", 167 "//mojo/application/public/cpp",
167 "//mojo/application/public/interfaces", 168 "//mojo/application/public/interfaces",
168 "//mojo/cc", 169 "//mojo/cc",
169 "//mojo/common", 170 "//mojo/common",
170 "//mojo/converters/surfaces", 171 "//mojo/converters/surfaces",
171 "//mojo/gles2:headers", 172 "//mojo/gles2:headers",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 360
360 data_deps = [ 361 data_deps = [
361 ":html_viewer", 362 ":html_viewer",
362 "//components/mus", 363 "//components/mus",
363 ] 364 ]
364 365
365 if (is_linux && !is_android) { 366 if (is_linux && !is_android) {
366 data_deps += [ "//components/font_service" ] 367 data_deps += [ "//components/font_service" ]
367 } 368 }
368 } 369 }
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