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

Unified Diff: content/common/BUILD.gn

Issue 2332903002: [sensors] [mac] Implement ambient light sensor for macOS (Closed)
Patch Set: Fix comments from Mikhail Created 4 years, 3 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
Index: content/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index fad7431a26495f9329c65e529c6412a064631907..c2228a5adef391988de122048dca9ee92020e609 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -232,8 +232,6 @@ source_set("common") {
"net/url_request_service_worker_data.h",
"net/url_request_user_data.cc",
"net/url_request_user_data.h",
- "one_writer_seqlock.cc",
- "one_writer_seqlock.h",
"origin_trials/trial_token.cc",
"origin_trials/trial_token.h",
"origin_trials/trial_token_validator.cc",
@@ -365,6 +363,7 @@ source_set("common") {
"//content:resources",
"//content/app/resources",
"//device/bluetooth",
+ "//device/generic_sensor:generic_sensor",
timvolodine 2016/09/20 18:05:24 don't think this should depend on the whole generi
"//gpu",
"//gpu/command_buffer/client:gles2_c_lib",
"//gpu/command_buffer/client:gles2_cmd_helper",

Powered by Google App Engine
This is Rietveld 408576698