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

Unified Diff: mojo/mojo_public_utility_unittests.isolate

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 years, 10 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_public_system_unittests.isolate ('k') | mojo/mojo_services.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public_utility_unittests.isolate
diff --git a/third_party/mojo/mojo_public_utility_unittests.isolate b/mojo/mojo_public_utility_unittests.isolate
similarity index 89%
rename from third_party/mojo/mojo_public_utility_unittests.isolate
rename to mojo/mojo_public_utility_unittests.isolate
index 50d5348721e8bbea1efcf95c17120f73e555216e..d3fccf99a70123a902f024a069d4b80d4d629ce1 100644
--- a/third_party/mojo/mojo_public_utility_unittests.isolate
+++ b/mojo/mojo_public_utility_unittests.isolate
@@ -3,19 +3,19 @@
# found in the LICENSE file.
{
'includes': [
- '../../base/base.isolate',
+ '../base/base.isolate',
],
'conditions': [
['OS=="win" or OS=="mac" or OS=="linux"', {
'variables': {
'command': [
- '../../testing/test_env.py',
+ '../testing/test_env.py',
'<(PRODUCT_DIR)/mojo_public_utility_unittests<(EXECUTABLE_SUFFIX)',
'--brave-new-test-launcher',
'--test-launcher-bot-mode',
],
'files': [
- '../../testing/test_env.py',
+ '../testing/test_env.py',
],
},
}],
« no previous file with comments | « mojo/mojo_public_system_unittests.isolate ('k') | mojo/mojo_services.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698