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

Unified Diff: android_webview/android_webview_test_data.isolate

Issue 1925013002: 👔 Make instrumentation tests declare their runtime_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | android_webview/system_webview_shell_test_apk.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview_test_data.isolate
diff --git a/android_webview/android_webview_test_data.isolate b/android_webview/android_webview_test_data.isolate
index 7436aca18b9764bac3e1afe50ef7dfd401fbf5fa..18a58252883b0c097d21dfce53703c697d6cbb01 100644
--- a/android_webview/android_webview_test_data.isolate
+++ b/android_webview/android_webview_test_data.isolate
@@ -2,13 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
- 'conditions': [
- ['OS=="android"', {
- 'variables': {
- 'files': [
- '<(DEPTH)/android_webview/test/data/',
- ],
- },
- }],
- ],
+ 'variables': {
+ 'files': [
+ '<(DEPTH)/android_webview/test/data/',
+ ],
+ },
}
« no previous file with comments | « no previous file | android_webview/system_webview_shell_test_apk.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698