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") | |
6 import("//build/config/crypto.gni") | 5 import("//build/config/crypto.gni") |
7 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
8 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
9 import("//build/module_args/v8.gni") | 8 import("//build/module_args/v8.gni") |
10 import("//testing/test.gni") | 9 import("//testing/test.gni") |
11 | 10 |
12 # This target exists to reference other test executables to bring these files | 11 # This target exists to reference other test executables to bring these files |
13 # into the build. | 12 # into the build. |
14 group("test") { | 13 group("test") { |
15 testonly = true | 14 testonly = true |
(...skipping 1738 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1754 } | 1753 } |
1755 | 1754 |
1756 if (cld_version == 0 || cld_version == 2) { | 1755 if (cld_version == 0 || cld_version == 2) { |
1757 # Use whatever CLD2 data access mode that the | 1756 # Use whatever CLD2 data access mode that the |
1758 # application embedder is using. | 1757 # application embedder is using. |
1759 deps += [ "//third_party/cld_2:cld2_platform_impl" ] | 1758 deps += [ "//third_party/cld_2:cld2_platform_impl" ] |
1760 } | 1759 } |
1761 } | 1760 } |
1762 } | 1761 } |
1763 } | 1762 } |
OLD | NEW |