Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(133)

Side by Side Diff: chrome/test/BUILD.gn

Issue 1117063004: Revert of Add a GN flag for the Windows multi-dll build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/policy.gypi ('k') | chrome/version.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « chrome/policy.gypi ('k') | chrome/version.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698