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

Unified Diff: gyp/core.gyp

Issue 145203003: Remove extraneous folders from includes. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove references to include/lazy. Created 6 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 | gyp/images.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/core.gyp
diff --git a/gyp/core.gyp b/gyp/core.gyp
index 868abea646bd662f9b5e46d6b3c00364852f9fb4..8c5270e691b6be35c3b0a56ed01a35d94b4955c7 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -15,7 +15,6 @@
'include_dirs': [
'../include/config',
'../include/core',
- '../include/lazy',
'../include/pathops',
'../include/pipe',
'../include/ports',
@@ -97,13 +96,10 @@
],
'direct_dependent_settings': {
'include_dirs': [
- 'config',
'../include/config',
'../include/core',
- '../include/lazy',
'../include/pathops',
'../include/pipe',
- 'ext',
],
'conditions': [
[ 'skia_os == "mac"', {
« no previous file with comments | « no previous file | gyp/images.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698