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

Unified Diff: BUILD.gn

Issue 1164563003: Extract device_sensors to /device via Mojofication (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « AUTHORS ('k') | components/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 265ddc066fd2b8f000fc3559885d42624a23dc59..c05e00dfa4d35f1720e1f93d90a0e6e3fecd8bbf 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -506,6 +506,7 @@ group("both_gn_and_gyp") {
"//content",
"//content/test:test_support",
"//device/battery",
+ "//device/device_sensors",
"//device/bluetooth",
"//device/nfc",
"//device/usb",
@@ -687,6 +688,7 @@ group("gn_mojo_targets") {
"//content/common:mojo_bindings_python",
"//content/test:web_ui_test_mojo_bindings_python",
"//device/battery:mojo_bindings_python",
+ "//device/device_sensors:mojom_bindings_python",
"//device/vibration:mojo_bindings_python",
"//ipc/mojo:ipc_mojo_perftests",
"//ipc/mojo:client_channel_python",
« no previous file with comments | « AUTHORS ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698