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

Unified Diff: BUILD.public

Issue 1445463003: Fix BUILD.public INCLUDES after https://codereview.chromium.org/1438873002 (Closed) Base URL: https://skia.googlesource.com/skia@master
Patch Set: Created 5 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.public
diff --git a/BUILD.public b/BUILD.public
index 5d95d2812f3ba80208bef7500bfae50b04ca663f..12c1a5dc69b7cc0ced49ff220d53d9a7b8ad901a 100644
--- a/BUILD.public
+++ b/BUILD.public
@@ -227,6 +227,7 @@ HDRS = glob(
# Includes needed by Skia implementation. Not public includes.
INCLUDES = [
+ "include/android",
"include/c",
"include/codec",
"include/config",
@@ -243,6 +244,7 @@ INCLUDES = [
"include/utils/win",
"include/svg",
"include/xml",
+ "src/codec",
"src/core",
"src/gpu",
"src/image",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698