From c637caf9bac4b86535f19765ae91be2bc8467925 Mon Sep 17 00:00:00 2001 From: rockot Date: Wed, 10 Feb 2016 01:57:08 -0800 Subject: [mojo] Delete third_party/mojo All users are on the new EDK now. This wipes out third_party/mojo, updates all dependencies, and removes the use-new-edk flag. BUG=None Review URL: https://codereview.chromium.org/1676913002 Cr-Commit-Position: refs/heads/master@{#374631} --- mojo/mojo_public_bindings_unittests.isolate | 44 +++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 mojo/mojo_public_bindings_unittests.isolate (limited to 'mojo/mojo_public_bindings_unittests.isolate') diff --git a/mojo/mojo_public_bindings_unittests.isolate b/mojo/mojo_public_bindings_unittests.isolate new file mode 100644 index 0000000..4c1ffaa --- /dev/null +++ b/mojo/mojo_public_bindings_unittests.isolate @@ -0,0 +1,44 @@ +# Copyright 2015 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. +{ + 'includes': [ + '../base/base.isolate', + ], + 'conditions': [ + ['OS=="win" or OS=="mac" or OS=="linux"', { + 'variables': { + 'command': [ + '../testing/test_env.py', + '<(PRODUCT_DIR)/mojo_public_bindings_unittests<(EXECUTABLE_SUFFIX)', + '--brave-new-test-launcher', + '--test-launcher-bot-mode', + ], + 'files': [ + '../testing/test_env.py', + ], + }, + }], + ['OS=="win"', { + 'variables': { + 'files': [ + '<(PRODUCT_DIR)/mojo_public_test_support.dll', + ], + }, + }], + ['OS=="linux"', { + 'variables': { + 'files': [ + '<(PRODUCT_DIR)/lib/libmojo_public_test_support.so', + ], + }, + }], + ['OS=="mac"', { + 'variables': { + 'files': [ + '<(PRODUCT_DIR)/libmojo_public_test_support.dylib', + ], + }, + }], + ], +} -- cgit v1.1