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

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

Issue 1492423003: Rejigger ThemeService: move exposure of ThemeProvider interface to a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix that unittest Created 5 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 unified diff | Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | ui/base/default_theme_provider.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 "//ui/views:test_support", 393 "//ui/views:test_support",
394 "//ui/views/controls/webview:test_support", 394 "//ui/views/controls/webview:test_support",
395 ] 395 ]
396 if (!is_mac) { 396 if (!is_mac) {
397 sources += rebase_path( 397 sources += rebase_path(
398 chrome_tests_gypi_values.chrome_interactive_ui_test_views_non_ma c_sources, 398 chrome_tests_gypi_values.chrome_interactive_ui_test_views_non_ma c_sources,
399 ".", 399 ".",
400 "//chrome") 400 "//chrome")
401 } 401 }
402 if (is_linux) { 402 if (is_linux) {
403 # TODO(gbillock): aura linux does not support the automation for
404 # SendMouseMoveNotifyWhenDone
405 sources -= [ "../browser/ui/views/toolbar/toolbar_button_test.cc" ]
406
407 if (!is_chromeos) { 403 if (!is_chromeos) {
408 # Desktop linux. 404 # Desktop linux.
409 sources -= [ 405 sources -= [
410 # TODO(port): This times out. Attempts have been made to fix the 406 # TODO(port): This times out. Attempts have been made to fix the
411 # individual failures, but each time I disable a test from these 407 # individual failures, but each time I disable a test from these
412 # suites, it seems like one or another starts timing out too. 408 # suites, it seems like one or another starts timing out too.
413 "../browser/ui/views/keyboard_access_browsertest.cc", 409 "../browser/ui/views/keyboard_access_browsertest.cc",
414 ] 410 ]
415 if (!use_ozone) { 411 if (!use_ozone) {
416 sources += [ "../browser/ui/libgtk2ui/select_file_dialog_interactive _uitest.cc" ] 412 sources += [ "../browser/ui/libgtk2ui/select_file_dialog_interactive _uitest.cc" ]
(...skipping 1840 matching lines...) Expand 10 before | Expand all | Expand 10 after
2257 if (is_android) { 2253 if (is_android) {
2258 android_library("unit_tests_java") { 2254 android_library("unit_tests_java") {
2259 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" 2255 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src"
2260 deps = [ 2256 deps = [
2261 "//base:base_java", 2257 "//base:base_java",
2262 "//chrome/android:chrome_java", 2258 "//chrome/android:chrome_java",
2263 "//content/public/android:content_java", 2259 "//content/public/android:content_java",
2264 ] 2260 ]
2265 } 2261 }
2266 } 2262 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | ui/base/default_theme_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698