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

Unified Diff: chrome/renderer/BUILD.gn

Issue 832583007: Add GN files for chrome_elf (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Enable chrome_elf. Small targets re-ordering in chrome_elf's BUILD.gn. Created 5 years, 11 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
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index 71410ef9296dc85c751ccd211b6f772a8c8237f2..2fee03b29df2768bcf0ad92a55e22db878248447 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -152,7 +152,7 @@ static_library("renderer") {
}
if (is_win) {
deps += [
- #'../chrome_elf/chrome_elf.gyp:chrome_elf', TODO(GYP)
+ "//chrome_elf",
"//third_party/wtl",
]
}
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome_elf/BUILD.gn » ('j') | chrome_elf/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698