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

Unified Diff: ui/gfx/BUILD.gn

Issue 2161063003: 🎫 Fail write_build_config.py if current_toolchain != default_toolchain (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build deps Created 4 years, 5 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
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index dedcb75807aa6839520d4a258f92cc6329cf907c..2ad14e26c3a81828ce9e70370b979c2bb2f19236 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -326,10 +326,7 @@ component("gfx") {
configs += [ "//build/config/compiler:optimize_max" ]
}
- deps += [
- ":gfx_jni_headers",
- "//base:base_java",
- ]
+ deps += [ ":gfx_jni_headers" ]
libs = [
"android",
"jnigraphics",
@@ -496,6 +493,7 @@ group("memory_buffer") {
]
}
}
+
# Cannot be a static_library in component builds due to exported functions
source_set("memory_buffer_sources") {
visibility = [ ":*" ] # Depend on through ":memory_buffer".
« build/config/android/internal_rules.gni ('K') | « ui/base/BUILD.gn ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698