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

Unified Diff: base/base.isolate

Issue 614923005: Rename all isolate_dependency_* to files. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: . Created 6 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 | « base/base.gyp ('k') | base/base_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.isolate
diff --git a/base/base.isolate b/base/base.isolate
index 03c45a1203129cea02db96518a65ef20548bab83..91c0668eec025a35a934cdf1ab627acf422dc3ac 100644
--- a/base/base.isolate
+++ b/base/base.isolate
@@ -11,14 +11,14 @@
'conditions': [
['OS=="linux" and asan==1', {
'variables': {
- 'isolate_dependency_tracked': [
+ 'files': [
'<(PRODUCT_DIR)/lib/libc++.so',
],
},
}],
['OS=="win" and component=="shared_library" and CONFIGURATION_NAME=="Debug"', {
'variables': {
- 'isolate_dependency_tracked': [
+ 'files': [
# Copy the VS runtime DLLs into the isolate so that they
# don't have to be preinstalled on the target machine.
'<(PRODUCT_DIR)/msvcp120d.dll',
@@ -28,7 +28,7 @@
}],
['OS=="win" and component=="shared_library" and CONFIGURATION_NAME=="Release"', {
'variables': {
- 'isolate_dependency_tracked': [
+ 'files': [
# Copy the VS runtime DLLs into the isolate so that they
# don't have to be preinstalled on the target machine.
'<(PRODUCT_DIR)/msvcp120.dll',
« no previous file with comments | « base/base.gyp ('k') | base/base_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698