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

Unified Diff: gyp/core.gyp

Issue 19808007: Split atomic and mutex implementations and make inlinable. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Move defines to SkPreConfig/SkUserConfig. Created 7 years, 2 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/core.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/core.gyp
===================================================================
--- gyp/core.gyp (revision 11669)
+++ gyp/core.gyp (working copy)
@@ -23,6 +23,7 @@
'../include/xml',
'../src/core',
'../src/image',
+ '../src/ports',
],
'sources': [
'core.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
@@ -94,6 +95,11 @@
],
}],
],
+ 'all_dependent_settings': {
+ 'include_dirs': [
+ '../src/ports',
djsollen 2013/10/11 15:20:18 I'm not a fan of making clients include paths have
bungeman-skia 2013/12/18 15:29:28 Done.
+ ],
+ },
'direct_dependent_settings': {
'include_dirs': [
'config',
« no previous file with comments | « no previous file | gyp/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698