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

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: Initial approach for invoking UI tests. 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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 312
313 if (!is_android) { 313 if (!is_android) {
314 static_library("test_support_ui") { 314 static_library("test_support_ui") {
315 defines = [] 315 defines = []
316 testonly = true 316 testonly = true
317 317
318 sources = [ 318 sources = [
319 "base/in_process_browser_test.cc", 319 "base/in_process_browser_test.cc",
320 "base/in_process_browser_test.h", 320 "base/in_process_browser_test.h",
321 "base/in_process_browser_test_mac.cc", 321 "base/in_process_browser_test_mac.cc",
322 "base/invoke_ui_browser_test.cc",
323 "base/invoke_ui_browser_test.h",
324 "base/move_test_process_to_front_mac.h",
325 "base/move_test_process_to_front_mac.mm",
322 "base/ui_test_utils.cc", 326 "base/ui_test_utils.cc",
323 "base/ui_test_utils.h", 327 "base/ui_test_utils.h",
324 ] 328 ]
325 329
326 configs += [ "//build/config:precompiled_headers" ] 330 configs += [ "//build/config:precompiled_headers" ]
327 331
328 public_deps = [ 332 public_deps = [
329 "//chrome/browser:test_support_ui", 333 "//chrome/browser:test_support_ui",
330 ] 334 ]
331 deps = [ 335 deps = [
(...skipping 4674 matching lines...) Expand 10 before | Expand all | Expand 10 after
5006 "touch_hud", 5010 "touch_hud",
5007 "ui", 5011 "ui",
5008 ] 5012 ]
5009 5013
5010 if (is_linux && !is_android) { 5014 if (is_linux && !is_android) {
5011 deps += [ "//components/font_service:manifest" ] 5015 deps += [ "//components/font_service:manifest" ]
5012 packaged_services += [ "font_service" ] 5016 packaged_services += [ "font_service" ]
5013 } 5017 }
5014 } 5018 }
5015 } 5019 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698