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

Unified Diff: content/browser/BUILD.gn

Issue 753933002: MacViews: Move content::AcceleratedWidget to new component, ui/accelerated_widget_mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20141124-MacViews-MoveSoftwareLayerMac-fromcl
Patch Set: gn check Created 6 years, 1 month 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 | « content/DEPS ('k') | content/browser/compositor/browser_compositor_ca_layer_tree_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index f02a0346b6e702179f3833d0728f68a5d4544fca..ccccb626523b3ff62137edfaeb8647a9302ac025 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -336,6 +336,7 @@ source_set("browser") {
"geolocation/empty_wifi_data_provider.cc",
"geolocation/empty_wifi_data_provider.h",
]
+ deps += [ "//ui/accelerated_widget_mac" ]
libs += [ "bsm" ]
}
« no previous file with comments | « content/DEPS ('k') | content/browser/compositor/browser_compositor_ca_layer_tree_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698