| 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/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/module_args/v8.gni") | 9 import("//build/module_args/v8.gni") |
| 10 import("//testing/test.gni") | 10 import("//testing/test.gni") |
| (...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 chrome_tests_gypi_values.test_support_sync_integration_sources, | 450 chrome_tests_gypi_values.test_support_sync_integration_sources, |
| 451 ".", | 451 ".", |
| 452 "//chrome") | 452 "//chrome") |
| 453 public_deps = [ | 453 public_deps = [ |
| 454 "//chrome/browser", | 454 "//chrome/browser", |
| 455 ] | 455 ] |
| 456 deps = [ | 456 deps = [ |
| 457 ":test_support", | 457 ":test_support", |
| 458 "//base", | 458 "//base", |
| 459 "//chrome", | 459 "//chrome", |
| 460 "//components/invalidation", | 460 "//components/invalidation/impl", |
| 461 "//components/invalidation:test_support", | 461 "//components/invalidation/impl:test_support", |
| 462 "//net", | 462 "//net", |
| 463 "//skia", | 463 "//skia", |
| 464 "//sync", | 464 "//sync", |
| 465 "//sync:test_support_sync_testserver", | 465 "//sync:test_support_sync_testserver", |
| 466 "//sync:test_support_sync_fake_server", | 466 "//sync:test_support_sync_fake_server", |
| 467 "//ui/app_list:test_support", | 467 "//ui/app_list:test_support", |
| 468 ] | 468 ] |
| 469 | 469 |
| 470 if (is_mac) { | 470 if (is_mac) { |
| 471 sources -= [ | 471 sources -= [ |
| (...skipping 1350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1822 "//third_party/mojo/src/mojo/edk/system", | 1822 "//third_party/mojo/src/mojo/edk/system", |
| 1823 ] | 1823 ] |
| 1824 | 1824 |
| 1825 if (!is_android && use_ash) { | 1825 if (!is_android && use_ash) { |
| 1826 sources += | 1826 sources += |
| 1827 rebase_path(unit_gypi_values.chrome_test_support_unit_ash_sources, | 1827 rebase_path(unit_gypi_values.chrome_test_support_unit_ash_sources, |
| 1828 ".", | 1828 ".", |
| 1829 "//chrome") | 1829 "//chrome") |
| 1830 } | 1830 } |
| 1831 } | 1831 } |
| OLD | NEW |