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

Side by Side Diff: chrome/test/BUILD.gn

Issue 1585963004: Settings People Revamp: Add tests for ChromeOS Change Picture. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/chrome_tests.gni") 10 import("//chrome/chrome_tests.gni")
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 ".", 629 ".",
630 "//chrome") 630 "//chrome")
631 if (is_chrome_branded) { 631 if (is_chrome_branded) {
632 # crbug.com/230471 632 # crbug.com/230471
633 sources -= [ "data/webui/accessibility_audit_browsertest.js" ] 633 sources -= [ "data/webui/accessibility_audit_browsertest.js" ]
634 } 634 }
635 if (!is_chromeos) { 635 if (!is_chromeos) {
636 sources -= [ 636 sources -= [
637 "data/webui/certificate_viewer_dialog_test.js", 637 "data/webui/certificate_viewer_dialog_test.js",
638 "data/webui/settings/bluetooth_page_browsertest_chromeos.js", 638 "data/webui/settings/bluetooth_page_browsertest_chromeos.js",
639 "data/webui/settings/change_picture_browsertest_chromeos.js",
639 ] 640 ]
640 } 641 }
641 if (!enable_app_list) { 642 if (!enable_app_list) {
642 sources -= [ "../browser/ui/webui/app_list/start_page_browsertest.js" ] 643 sources -= [ "../browser/ui/webui/app_list/start_page_browsertest.js" ]
643 } 644 }
644 if (!enable_supervised_users) { 645 if (!enable_supervised_users) {
645 sources -= 646 sources -=
646 [ "../browser/ui/webui/downloads_ui_supervised_browsertest.js" ] 647 [ "../browser/ui/webui/downloads_ui_supervised_browsertest.js" ]
647 } 648 }
648 if (!enable_print_preview) { 649 if (!enable_print_preview) {
(...skipping 1584 matching lines...) Expand 10 before | Expand all | Expand 10 after
2233 if (is_android) { 2234 if (is_android) {
2234 android_library("unit_tests_java") { 2235 android_library("unit_tests_java") {
2235 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" 2236 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src"
2236 deps = [ 2237 deps = [
2237 "//base:base_java", 2238 "//base:base_java",
2238 "//chrome/android:chrome_java", 2239 "//chrome/android:chrome_java",
2239 "//content/public/android:content_java", 2240 "//content/public/android:content_java",
2240 ] 2241 ]
2241 } 2242 }
2242 } 2243 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698