| # Copyright 2024 The Chromium Authors |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| import("//build/chromeos/crosier_tests.gni") |
| import("//build/config/chromeos/ui_mode.gni") |
| |
| assert(is_chromeos) |
| |
| if (is_chromeos_device) { |
| crosier_tests("integration_tests") { |
| sources = [ |
| "featured_integration_test.cc", |
| "ml_integration_test.cc", |
| "screenshot_integration_test.cc", |
| "security_files_integration_test.cc", |
| "web_handwriting_integration_test.cc", |
| ] |
| |
| sources_metadata = [ |
| "featured_integration_test.yaml", |
| "ml_integration_test.yaml", |
| "screenshot_integration_test.yaml", |
| "security_files_integration_test.yaml", |
| "web_handwriting_integration_test.yaml", |
| ] |
| |
| deps = [ |
| "//ash", |
| "//base", |
| "//base/test:test_support", |
| "//chrome/browser/ash/login/test:test_support", |
| "//chrome/browser/ui", |
| "//chrome/common:constants", |
| "//chrome/common:non_code_constants", |
| "//chrome/test:ash_integration_test_support", |
| "//chrome/test:test_support", |
| "//chrome/test:test_support_ui", |
| "//chrome/test/base/ash/interactive:test_support", |
| "//chrome/test/base/chromeos/crosier:proto", |
| "//chrome/test/base/chromeos/crosier/helper:common", |
| "//chromeos/services/machine_learning/public/cpp", |
| "//chromeos/services/machine_learning/public/mojom", |
| "//content/test:test_support", |
| "//skia:skia_core_public_headers", |
| "//testing/gtest", |
| "//ui/display/manager", |
| "//ui/gfx", |
| "//url", |
| ] |
| } |
| } |