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

Unified Diff: build/config/BUILD.gn

Issue 2964243002: Move c++ configs from buildtools to build/config/c++ [src-side change] (Closed)
Patch Set: Rebase Created 3 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « DEPS ('k') | build/config/c++/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index a0b492740da8a6030e5291da234260d1cde4327f..bbd43d1c07bbc4a974c3d66493748464bbe7e792 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -272,7 +272,7 @@ group("exe_and_shlib_deps") {
public_deps += [ "//build/config/sanitizers:deps" ]
}
if (use_custom_libcxx) {
- public_deps += [ "//buildtools/third_party/libc++:libcxx_proxy" ]
+ public_deps += [ "//buildtools/third_party/libc++" ]
}
if (use_afl) {
public_deps += [ "//third_party/afl" ]
« no previous file with comments | « DEPS ('k') | build/config/c++/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698