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

Unified Diff: gyp/views.gyp

Issue 722343002: Cleanup the XML directory in public includes. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix ios the right way Created 6 years, 1 month 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 | « gyp/utils.gyp ('k') | gyp/xml.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/views.gyp
diff --git a/gyp/views.gyp b/gyp/views.gyp
index f61c11a16e0510bca668abc945e3056f01756aa2..55fb6dad22cd310a89790762d6eee41e7552b0ef 100644
--- a/gyp/views.gyp
+++ b/gyp/views.gyp
@@ -13,7 +13,7 @@
'standalone_static_library': 1,
'dependencies': [
'skia_lib.gyp:skia_lib',
- 'xml.gyp:*',
+ 'xml.gyp:xml',
],
'include_dirs': [
'../include/views',
@@ -134,6 +134,9 @@
'../include/views',
],
},
+ 'export_dependent_settings': [
+ 'xml.gyp:xml',
+ ],
},
],
}
« no previous file with comments | « gyp/utils.gyp ('k') | gyp/xml.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698