| 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/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 9 import("//chrome/chrome_tests.gni") | 10 import("//chrome/chrome_tests.gni") |
| 10 import("//chrome/test/base/js2gtest.gni") | 11 import("//chrome/test/base/js2gtest.gni") |
| 11 import("//testing/test.gni") | 12 import("//testing/test.gni") |
| 12 | 13 |
| 13 declare_args() { | 14 declare_args() { |
| 14 # TODO(GYP) http://crbug.com/462791 | 15 # TODO(GYP) http://crbug.com/462791 |
| 15 enable_nacl_browsertests = false | 16 enable_nacl_browsertests = false |
| (...skipping 1993 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2009 "//third_party/mojo/src/mojo/edk/system", | 2010 "//third_party/mojo/src/mojo/edk/system", |
| 2010 ] | 2011 ] |
| 2011 | 2012 |
| 2012 if (!is_android && use_ash) { | 2013 if (!is_android && use_ash) { |
| 2013 sources += rebase_path( | 2014 sources += rebase_path( |
| 2014 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, | 2015 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, |
| 2015 ".", | 2016 ".", |
| 2016 "//chrome") | 2017 "//chrome") |
| 2017 } | 2018 } |
| 2018 } | 2019 } |
| OLD | NEW |