| OLD | NEW |
| 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 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1331 "base/mash_browser_tests_main.h", | 1331 "base/mash_browser_tests_main.h", |
| 1332 "base/mojo_test_connector.cc", | 1332 "base/mojo_test_connector.cc", |
| 1333 "base/mojo_test_connector.h", | 1333 "base/mojo_test_connector.h", |
| 1334 ] | 1334 ] |
| 1335 | 1335 |
| 1336 deps += [ | 1336 deps += [ |
| 1337 "//mojo/shell/background:lib", | 1337 "//mojo/shell/background:lib", |
| 1338 "//mojo/shell/background/tests:test_support", | 1338 "//mojo/shell/background/tests:test_support", |
| 1339 ] | 1339 ] |
| 1340 | 1340 |
| 1341 data_deps += [ "//mash/session" ] | 1341 data_deps += [ |
| 1342 "//chrome/app:mojo_manifests", |
| 1343 "//mash/session", |
| 1344 ] |
| 1342 | 1345 |
| 1343 defines += [ "MOJO_SHELL_CLIENT" ] | 1346 defines += [ "MOJO_SHELL_CLIENT" ] |
| 1344 } | 1347 } |
| 1345 } | 1348 } |
| 1346 | 1349 |
| 1347 test("sync_integration_tests") { | 1350 test("sync_integration_tests") { |
| 1348 sources = | 1351 sources = |
| 1349 rebase_path(chrome_tests_gypi_values.sync_integration_tests_sources, | 1352 rebase_path(chrome_tests_gypi_values.sync_integration_tests_sources, |
| 1350 ".", | 1353 ".", |
| 1351 "//chrome") | 1354 "//chrome") |
| (...skipping 909 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2261 if (is_android) { | 2264 if (is_android) { |
| 2262 android_library("unit_tests_java") { | 2265 android_library("unit_tests_java") { |
| 2263 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] | 2266 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] |
| 2264 deps = [ | 2267 deps = [ |
| 2265 "//base:base_java", | 2268 "//base:base_java", |
| 2266 "//chrome/android:chrome_java", | 2269 "//chrome/android:chrome_java", |
| 2267 "//content/public/android:content_java", | 2270 "//content/public/android:content_java", |
| 2268 ] | 2271 ] |
| 2269 } | 2272 } |
| 2270 } | 2273 } |
| OLD | NEW |