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

Unified Diff: webkit/common/gpu/BUILD.gn

Issue 348363002: Add chrome/plugin and chrome/utility to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webkit/child/BUILD.gn ('k') | webkit/common/gpu/webkit_gpu.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/gpu/BUILD.gn
diff --git a/webkit/common/gpu/BUILD.gn b/webkit/common/gpu/BUILD.gn
index 862d4b54f4329b04944b3f957a88a0d0f8d3f24a..cecbd9df259cdf5d54cd36601f73dd21af36f292 100644
--- a/webkit/common/gpu/BUILD.gn
+++ b/webkit/common/gpu/BUILD.gn
@@ -2,6 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+# GYP version: webkit/common/gpu/webkit_gpu.gyp:webkit_gpu
component("gpu") {
output_name = "webkit_gpu"
@@ -35,7 +36,7 @@ component("gpu") {
"//gpu/command_buffer/client:gl_in_process_context",
"//gpu/skia_bindings",
"//skia",
- #"//third_party/WebKit/public:blink_minimal", TODO(GYP)
+ "//third_party/WebKit/public:blink_minimal",
"//third_party/angle:translator",
"//ui/gl",
"//ui/gfx",
« no previous file with comments | « webkit/child/BUILD.gn ('k') | webkit/common/gpu/webkit_gpu.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698