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

Unified Diff: chrome/chrome.isolate

Issue 124143002: Include icu.isolate instead of listing icudt.dll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use '0' (quoted) instead of 0 (bare) in setup.py 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
Index: chrome/chrome.isolate
diff --git a/chrome/chrome.isolate b/chrome/chrome.isolate
index 2c4d44bf97b181972adc65e6a812c97b84eadb6b..cc09a260f6a0c4a79dd5ad3c4c6e943c7d7556dc 100644
--- a/chrome/chrome.isolate
+++ b/chrome/chrome.isolate
@@ -69,7 +69,6 @@
'<(PRODUCT_DIR)/clearkeycdmadapter.dll',
'<(PRODUCT_DIR)/d3dcompiler_46.dll',
'<(PRODUCT_DIR)/ffmpegsumo.dll',
- '<(PRODUCT_DIR)/icudt.dll',
'<(PRODUCT_DIR)/libEGL.dll',
'<(PRODUCT_DIR)/libGLESv2.dll',
'<(PRODUCT_DIR)/nacl64<(EXECUTABLE_SUFFIX)',
@@ -79,4 +78,7 @@
},
}],
],
+ 'includes': [
+ '../third_party/icu/icu.isolate',
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698