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

Unified Diff: mojo/mojo_js_unittests.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 | « mojo/mojo_base.gyp ('k') | mojo/mojo_python_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_js_unittests.isolate
diff --git a/mojo/mojo_js_unittests.isolate b/mojo/mojo_js_unittests.isolate
index 5df0cbd32834b9119b5d3d3b93c21f848f65f40c..2b3131b2b3c67885c50d58942d6fcc391410a5d4 100644
--- a/mojo/mojo_js_unittests.isolate
+++ b/mojo/mojo_js_unittests.isolate
@@ -14,13 +14,11 @@
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
],
- 'isolate_dependency_tracked': [
+ 'files': [
'../gin/test/expect.js',
'../testing/test_env.py',
- '<(PRODUCT_DIR)/mojo_js_unittests<(EXECUTABLE_SUFFIX)',
- ],
- 'isolate_dependency_untracked': [
'<(PRODUCT_DIR)/gen/mojo/public/interfaces/bindings/tests/',
+ '<(PRODUCT_DIR)/mojo_js_unittests<(EXECUTABLE_SUFFIX)',
'bindings/js/',
'public/js/bindings/',
],
@@ -28,21 +26,21 @@
}],
['OS=="win"', {
'variables': {
- 'isolate_dependency_tracked': [
+ 'files': [
'<(PRODUCT_DIR)/mojo_test_support.dll',
],
},
}],
['OS=="linux"', {
'variables': {
- 'isolate_dependency_tracked': [
+ 'files': [
'<(PRODUCT_DIR)/lib/libmojo_test_support.so',
],
},
}],
['OS=="mac"', {
'variables': {
- 'isolate_dependency_tracked': [
+ 'files': [
'<(PRODUCT_DIR)/libmojo_test_support.dylib',
],
},
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/mojo_python_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698