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

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

Issue 1181013010: Support impl-side painting in Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit warning Created 5 years, 6 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
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/mojo_application_package.gni") 6 import("//mojo/mojo_application_package.gni")
7 import("//mojo/public/mojo_application.gni") 7 import("//mojo/public/mojo_application.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 import("//tools/grit/repack.gni") 10 import("//tools/grit/repack.gni")
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "//cc", 114 "//cc",
115 "//cc/blink", 115 "//cc/blink",
116 "//cc/surfaces", 116 "//cc/surfaces",
117 "//components/clipboard/public/interfaces", 117 "//components/clipboard/public/interfaces",
118 "//components/devtools_service/public/cpp", 118 "//components/devtools_service/public/cpp",
119 "//components/devtools_service/public/interfaces", 119 "//components/devtools_service/public/interfaces",
120 "//components/mime_util", 120 "//components/mime_util",
121 "//components/resource_provider/public/cpp", 121 "//components/resource_provider/public/cpp",
122 "//components/resource_provider/public/interfaces", 122 "//components/resource_provider/public/interfaces",
123 "//components/scheduler:scheduler", 123 "//components/scheduler:scheduler",
124 "//components/view_manager/gles2:lib",
124 "//components/view_manager/public/interfaces", 125 "//components/view_manager/public/interfaces",
125 "//components/webcrypto", 126 "//components/webcrypto",
126 "//gin", 127 "//gin",
127 "//mandoline/services/navigation/public/interfaces", 128 "//mandoline/services/navigation/public/interfaces",
128 "//mandoline/tab/public/interfaces", 129 "//mandoline/tab/public/interfaces",
129 "//media", 130 "//media",
130 "//media/blink", 131 "//media/blink",
131 "//media/mojo", 132 "//media/mojo",
132 "//mojo/application/public/cpp", 133 "//mojo/application/public/cpp",
133 "//mojo/cc", 134 "//mojo/cc",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 "//base", 227 "//base",
227 "//mojo/application/public/cpp:test_support", 228 "//mojo/application/public/cpp:test_support",
228 "//net:test_support", 229 "//net:test_support",
229 "//testing/gtest", 230 "//testing/gtest",
230 "//third_party/mojo_services/src/accessibility/public/interfaces", 231 "//third_party/mojo_services/src/accessibility/public/interfaces",
231 "//third_party/mojo/src/mojo/public/c/system:for_shared_library", 232 "//third_party/mojo/src/mojo/public/c/system:for_shared_library",
232 ] 233 ]
233 234
234 data_deps = [ ":html_viewer" ] 235 data_deps = [ ":html_viewer" ]
235 } 236 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698