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

Side by Side Diff: components/BUILD.gn

Issue 2043803003: 👔 Reland #2: Move side-loaded test data /sdcard -> /sdcard/gtestdata (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase atop https://codereview.chromium.org/2041723006 Created 4 years, 6 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 "//third_party/icu:icu_assets", 334 "//third_party/icu:icu_assets",
335 "//v8:v8_external_startup_data_assets", 335 "//v8:v8_external_startup_data_assets",
336 ] 336 ]
337 } 337 }
338 338
339 android_library("components_browsertests_java") { 339 android_library("components_browsertests_java") {
340 testonly = true 340 testonly = true
341 deps = [ 341 deps = [
342 ":components_browsertests_resources", 342 ":components_browsertests_resources",
343 "//base:base_java", 343 "//base:base_java",
344 "//base:base_java_test_support",
344 "//content/public/test/android:content_java_test_support", 345 "//content/public/test/android:content_java_test_support",
345 "//content/shell/android:content_shell_browsertests_java", 346 "//content/shell/android:content_shell_browsertests_java",
346 "//testing/android/native_test:native_test_java", 347 "//testing/android/native_test:native_test_java",
347 ] 348 ]
348 java_files = [ 349 java_files = [
349 "test/android/browsertests_apk/src/org/chromium/components_browsertests_ap k/ComponentsBrowserTestsActivity.java", 350 "test/android/browsertests_apk/src/org/chromium/components_browsertests_ap k/ComponentsBrowserTestsActivity.java",
350 "test/android/browsertests_apk/src/org/chromium/components_browsertests_ap k/ComponentsBrowserTestsApplication.java", 351 "test/android/browsertests_apk/src/org/chromium/components_browsertests_ap k/ComponentsBrowserTestsApplication.java",
351 ] 352 ]
352 } 353 }
353 354
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 "//base/test:test_support_perf", 482 "//base/test:test_support_perf",
482 "//components/scheduler", 483 "//components/scheduler",
483 "//components/visitedlink/browser", 484 "//components/visitedlink/browser",
484 "//content/test:test_support", 485 "//content/test:test_support",
485 "//testing/gtest", 486 "//testing/gtest",
486 "//testing/perf", 487 "//testing/perf",
487 "//url", 488 "//url",
488 ] 489 ]
489 } 490 }
490 } 491 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698