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

Unified Diff: skia/BUILD.gn

Issue 1647953006: Add include/client/android to skia .gn & .gypi files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | skia/skia_library.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 1b38d807d8e625893e33311836abef58858af88b..05edaf215fd3a0fe1ee3682e25c63a6c76ad1e45 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -182,6 +182,7 @@ config("skia_library_config") {
# matches the GYP build.
include_dirs = [
"//third_party/skia/include/private",
+ "//third_party/skia/include/client/android",
"//third_party/skia/src/core",
"//third_party/skia/src/image",
"//third_party/skia/src/opts",
« no previous file with comments | « no previous file | skia/skia_library.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698