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

Unified Diff: skia/skia.gyp

Issue 23548012: skia: Remove obsolete GR_* defines. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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: skia/skia.gyp
diff --git a/skia/skia.gyp b/skia/skia.gyp
index d1a227557c6122c6c8a2e2b3d4ae06a1ba5f1465..af1cc531d443c8ae3b6657103ec625ba9fba1616 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -65,14 +65,11 @@
],
'defines': [
'SKIA_DLL',
- 'GR_DLL=1',
- 'GR_IMPLEMENTATION=1',
'SKIA_IMPLEMENTATION=1',
],
'direct_dependent_settings': {
'defines': [
'SKIA_DLL',
- 'GR_DLL=1',
],
},
},
@@ -87,7 +84,7 @@
],
}],
],
-
+
# targets that are not dependent upon the component type
'targets': [
{
« 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