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

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 1122613002: Make the Windows multi_dll build work in GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@buildflags
Patch Set: chromeos and android Created 5 years, 8 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 | « chrome/browser/devtools/BUILD.gn ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 6790c4b5ba32f89c44ee321157443e4730723705..92fb784fe2482e6c3b370b193fec435edfc4b554 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -15,7 +15,7 @@ gypi_values =
[ "../../chrome_browser_extensions.gypi" ])
# GYP version: chrome/chrome_browser_extensions.gypi:browser_extensions
-static_library("extensions") {
+source_set("extensions") {
sources = []
sources += rebase_path(gypi_values.chrome_browser_extensions_enabled_sources,
".",
@@ -181,7 +181,7 @@ static_library("extensions") {
"//third_party/iaccessible2",
"//third_party/isimpledom",
]
- } else if (!is_chromeos) {
+ } else if (use_aura && !is_chromeos) {
sources += [
"display_info_provider_aura.cc",
"display_info_provider_aura.h",
« no previous file with comments | « chrome/browser/devtools/BUILD.gn ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698