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

Unified Diff: gyp/record.gyp

Issue 231853006: SkRecord: turn on cull annotation pass in public API. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 6 years, 8 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 | « dm/DMRecordTask.cpp ('k') | gyp/tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/record.gyp
diff --git a/gyp/record.gyp b/gyp/record.gyp
index c7f35820e1d9a0bee4d994cc719c22461f71bfb1..31decb69f99f5ea839410dfceffa6d565019503a 100644
--- a/gyp/record.gyp
+++ b/gyp/record.gyp
@@ -10,8 +10,7 @@
],
'direct_dependent_settings': {
'include_dirs': [
- '../include/record', # World-public headers.
- '../src/record', # Skia-public headers.
+ '../include/record', # Public headers.
],
},
'sources': [
« no previous file with comments | « dm/DMRecordTask.cpp ('k') | gyp/tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698