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

Unified Diff: content/browser/BUILD.gn

Issue 680383007: DeviceOrientation API on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Isolate Chrome OS changes 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
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 7a09df7c0ea2d19595ad046854907d044e00f901..4ab329e23040079181654fdcf25a35051e03f837 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -341,6 +341,9 @@ source_set("browser") {
}
if (is_chromeos) {
+ sources -= [
+ "device_sensors/data_fetcher_shared_memory_default.cc",
+ ]
deps += [
"//chromeos",
"//chromeos:power_manager_proto",

Powered by Google App Engine
This is Rietveld 408576698