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

Unified Diff: tools/dartium/supplement.gypi

Issue 244643006: Migrate dartium_tools from chrome branch to dart repo (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Replace obsolete roll scripts with terry's Created 6 years, 8 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
Index: tools/dartium/supplement.gypi
diff --git a/tools/dartium/supplement.gypi b/tools/dartium/supplement.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..a0e5306d84749eb0fddddeda4a68f55c00a8470b
--- /dev/null
+++ b/tools/dartium/supplement.gypi
@@ -0,0 +1,9 @@
+{
+ 'includes': [
+ '../third_party/WebKit/Source/bindings/dart/gyp/overrides.gypi',
+ ],
+ 'variables': {
+ # Fixes mysterious forge issue.
+ 'use_custom_freetype': 0,
+ },
+}

Powered by Google App Engine
This is Rietveld 408576698