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

Unified Diff: gyp/flags.gyp

Issue 1702073002: Move SkTArray to include/private. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix kilobench. Created 4 years, 10 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 | « gyp/core.gypi ('k') | gyp/kilobench.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/flags.gyp
diff --git a/gyp/flags.gyp b/gyp/flags.gyp
index 769a7bdb57721d1b35e212b7b41335c52006ae38..258ca40fab5aafd52c4e6f7c168f4dbe38f050fd 100644
--- a/gyp/flags.gyp
+++ b/gyp/flags.gyp
@@ -31,6 +31,7 @@
'type': 'static_library',
'include_dirs': [
'../include/gpu',
+ '../include/private',
'../src/gpu',
],
'sources': [
@@ -46,6 +47,7 @@
'direct_dependent_settings': {
'include_dirs': [
'../include/gpu',
+ '../include/private',
'../src/gpu',
'../tools/flags',
],
« no previous file with comments | « gyp/core.gypi ('k') | gyp/kilobench.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698