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

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

Issue 2382963002: Views: Add two disabled tests for invoking the CC unmask prompt dialog. (Closed)
Patch Set: Rebase Created 4 years, 2 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/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 315
316 if (!is_android) { 316 if (!is_android) {
317 static_library("test_support_ui") { 317 static_library("test_support_ui") {
318 defines = [] 318 defines = []
319 testonly = true 319 testonly = true
320 320
321 sources = [ 321 sources = [
322 "base/in_process_browser_test.cc", 322 "base/in_process_browser_test.cc",
323 "base/in_process_browser_test.h", 323 "base/in_process_browser_test.h",
324 "base/in_process_browser_test_mac.cc", 324 "base/in_process_browser_test_mac.cc",
325 "base/move_test_process_to_front_mac.h",
326 "base/move_test_process_to_front_mac.mm",
325 "base/ui_test_utils.cc", 327 "base/ui_test_utils.cc",
326 "base/ui_test_utils.h", 328 "base/ui_test_utils.h",
329 "base/use_interactive_test_case.cc",
330 "base/use_interactive_test_case.h",
331 "base/use_interactive_test_case_mac.mm",
327 ] 332 ]
328 333
329 configs += [ "//build/config:precompiled_headers" ] 334 configs += [ "//build/config:precompiled_headers" ]
330 335
331 public_deps = [ 336 public_deps = [
332 "//chrome/browser:test_support_ui", 337 "//chrome/browser:test_support_ui",
333 ] 338 ]
334 deps = [ 339 deps = [
335 "//components/metrics:test_support", 340 "//components/metrics:test_support",
336 "//components/os_crypt:test_support", 341 "//components/os_crypt:test_support",
(...skipping 4687 matching lines...) Expand 10 before | Expand all | Expand 10 after
5024 "touch_hud", 5029 "touch_hud",
5025 "ui", 5030 "ui",
5026 ] 5031 ]
5027 5032
5028 if (is_linux && !is_android) { 5033 if (is_linux && !is_android) {
5029 deps += [ "//components/font_service:manifest" ] 5034 deps += [ "//components/font_service:manifest" ]
5030 packaged_services += [ "font_service" ] 5035 packaged_services += [ "font_service" ]
5031 } 5036 }
5032 } 5037 }
5033 } 5038 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698