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

Unified Diff: gin/BUILD.gn

Issue 419673004: gin test - add simple file access for JS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add null return tests for no-args and non-existant paths Created 6 years, 5 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 | « no previous file | gin/gin.gyp » ('j') | gin/test/file.cc » ('J')
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 7b3f06edf5d591d2ebe8e07b3a38aca38febd947..5a94a4cbee651e04f06718fa3d6179c727bd2e66 100644
--- a/gin/BUILD.gn
+++ b/gin/BUILD.gn
@@ -82,6 +82,8 @@ executable("gin_shell") {
source_set("gin_test") {
sources = [
+ "test/file.cc",
+ "test/file.h",
"test/file_runner.cc",
"test/file_runner.h",
"test/gc.cc",
« no previous file with comments | « no previous file | gin/gin.gyp » ('j') | gin/test/file.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698