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

Unified Diff: ui/events/events_unittests.isolate

Issue 724603004: Isolate remaining tests under ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years 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
Index: ui/events/events_unittests.isolate
diff --git a/chrome/gpu_unittests.isolate b/ui/events/events_unittests.isolate
similarity index 58%
copy from chrome/gpu_unittests.isolate
copy to ui/events/events_unittests.isolate
index 6219888be1ae25f6e674ef29a04e4d7e1e3a8e00..e2bf5dd345b182b64014077322dd49933e0e62ba 100644
--- a/chrome/gpu_unittests.isolate
+++ b/ui/events/events_unittests.isolate
@@ -1,20 +1,20 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
+# Copyright (c) 2014 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=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'command': [
- '<(PRODUCT_DIR)/gpu_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/events_unittests<(EXECUTABLE_SUFFIX)',
],
'files': [
- '<(PRODUCT_DIR)/gpu_unittests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/events_unittests<(EXECUTABLE_SUFFIX)',
],
},
}],
],
+ 'includes': [
+ '../../base/base.isolate',
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698