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

Unified Diff: chrome/chrome.isolate

Issue 379843004: Add target_arch config variable to .isolate files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « chrome/angle.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.isolate
diff --git a/chrome/chrome.isolate b/chrome/chrome.isolate
index 37c934750c3f8051c8f87d1f475dc163a7113004..f03f3e31a9e0ab9bdbb70a4edc1d9c7f0d59fa21 100644
--- a/chrome/chrome.isolate
+++ b/chrome/chrome.isolate
@@ -60,11 +60,8 @@
'<(PRODUCT_DIR)/<(version_full).manifest',
'<(PRODUCT_DIR)/chrome.dll',
'<(PRODUCT_DIR)/chrome_elf.dll',
- '<(PRODUCT_DIR)/d3dcompiler_46.dll',
'<(PRODUCT_DIR)/ffmpegsumo.dll',
- '<(PRODUCT_DIR)/libEGL.dll',
'<(PRODUCT_DIR)/libexif.dll',
- '<(PRODUCT_DIR)/libGLESv2.dll',
'<(PRODUCT_DIR)/nacl64<(EXECUTABLE_SUFFIX)',
'<(PRODUCT_DIR)/osmesa.dll',
'<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll',
@@ -80,6 +77,6 @@
}],
],
'includes': [
- '../base/base.isolate',
+ 'angle.isolate',
],
}
« no previous file with comments | « chrome/angle.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698