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

Unified Diff: services/js/modules/clock/BUILD.gn

Issue 747143002: Make gn check //{,mojo}/services/* pass (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 | « services/js/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/modules/clock/BUILD.gn
diff --git a/services/js/modules/clock/BUILD.gn b/services/js/modules/clock/BUILD.gn
index 815ea319f7cb3f65f49a5061f0bf3c23ba8d788b..89dd1fa3c9e113e46fafafa6cd91732f3f7ab386 100644
--- a/services/js/modules/clock/BUILD.gn
+++ b/services/js/modules/clock/BUILD.gn
@@ -3,15 +3,16 @@
# found in the LICENSE file.
source_set("clock") {
+ sources = [
+ "monotonic_clock.cc",
+ "monotonic_clock.h",
+ ]
+
deps = [
"//base",
"//gin",
"//mojo/edk/js",
+ "//mojo/public/cpp/system",
"//v8",
]
-
- sources = [
- "monotonic_clock.cc",
- "monotonic_clock.h",
- ]
}
« no previous file with comments | « services/js/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698