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

Unified Diff: gyp/core.gyp

Issue 145203003: Remove extraneous folders from includes. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | no next file » | 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..ec0318a04dc82b1101534d23074a7f90c1d4c704 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -97,13 +97,11 @@
],
'direct_dependent_settings': {
'include_dirs': [
- 'config',
'../include/config',
'../include/core',
'../include/lazy',
mtklein 2014/01/23 00:05:45 include/lazy also doesn't exist. :)
scroggo 2014/01/23 14:09:19 Yay cleanups! Removed.
'../include/pathops',
'../include/pipe',
- 'ext',
],
'conditions': [
[ 'skia_os == "mac"', {
« 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