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

Unified Diff: components/breakpad/browser/BUILD.gn

Issue 407093015: GN: Make chrome/{browser,common,renderer} compile on mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: line wrap and remove gpu_memory_buffer_factory_x11.cc from non-x11 builds Created 6 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 | « chrome/common/BUILD.gn ('k') | content/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/breakpad/browser/BUILD.gn
diff --git a/components/breakpad/browser/BUILD.gn b/components/breakpad/browser/BUILD.gn
index 198efce456db82586027aecc11d57cdaa92a118a..89ec7b7ec374ef1dd9463adc52bfe884e1b410da 100644
--- a/components/breakpad/browser/BUILD.gn
+++ b/components/breakpad/browser/BUILD.gn
@@ -28,6 +28,7 @@ source_set("browser") {
# headers, so add the dependency here.
if (is_posix && !is_ios &&
(!is_android || !is_android_webview_build)) {
- deps += [ "//breakpad:client" ]
+ configs += [ "//breakpad:client_config" ]
+ direct_dependent_configs = [ "//breakpad:client_config" ]
}
}
« no previous file with comments | « chrome/common/BUILD.gn ('k') | content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698