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

Unified Diff: ui/gfx/BUILD.gn

Issue 289953004: Add GPU command buffer sevice and protobuf to GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « third_party/protobuf/proto_library.gni ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 11ba78f82a0aa02e460a5aad433862a2f7fe166e..c4d4bf5ff3b981ac05a9712200a817fd8bfefb98 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -260,9 +260,10 @@ component("gfx") {
sources -= [ "path.cc" ]
}
- if (!is_android_webview_build) {
- deps += [ "//base:base_java" ]
- }
+ # TODO(GYP) re-enable when base_java exists.
+ #if (!is_android_webview_build) {
+ # deps += [ "//base:base_java" ]
+ #}
deps += [ ":gfx_jni_headers" ]
libs = [
« no previous file with comments | « third_party/protobuf/proto_library.gni ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698