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

Unified Diff: gin/BUILD.gn

Issue 1061743002: Add more dirs to gn check set (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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 | « cc/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/BUILD.gn
diff --git a/gin/BUILD.gn b/gin/BUILD.gn
index 8f7e360b98ac3abce9e0830dcb11200cde612c75..a822828e5981bfd0b8d6c14c3f484b45de1e3831 100644
--- a/gin/BUILD.gn
+++ b/gin/BUILD.gn
@@ -48,10 +48,10 @@ component("gin") {
"public/isolate_holder.h",
"public/v8_platform.h",
"public/wrapper_info.h",
- "runner.cc",
- "runner.h",
"run_microtasks_observer.cc",
"run_microtasks_observer.h",
+ "runner.cc",
+ "runner.h",
"shell_runner.cc",
"shell_runner.h",
"try_catch.cc",
@@ -70,6 +70,7 @@ component("gin") {
]
deps = [
"//base/third_party/dynamic_annotations",
+ "//crypto",
]
if (v8_use_external_startup_data && is_win) {
deps += [
@@ -151,8 +152,8 @@ test("gin_unittests") {
"modules/module_registry_unittest.cc",
"modules/timer_unittest.cc",
"per_context_data_unittest.cc",
- "shell_runner_unittest.cc",
"shell/gin_shell_unittest.cc",
+ "shell_runner_unittest.cc",
"test/run_all_unittests.cc",
"test/run_js_tests.cc",
"wrappable_unittest.cc",
« no previous file with comments | « cc/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698