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

Unified Diff: chrome/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
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | chrome_elf/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index c6255f343bd0c746fe2eae5fe8449a76f107fab5..4c83ffa9770aa4609627dc52fef212e8dea3ccb7 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -141,13 +141,12 @@ shared_library("main_dll") {
# Chromium functionality into this .dll.
#'chrome_version_resources', TODO(GYP)
"//chrome/app/theme:chrome_unscaled_resources",
+ "//chrome_elf",
"//content/app/resources",
"//crypto",
"//net:net_resources",
"//third_party/wtl",
"//ui/views",
-
- #'<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf' ] TODO(GYP)
]
if (enable_configuration_policy) {
deps += [ "//components/policy" ]
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | chrome_elf/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698