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

Unified Diff: gin/gin.gyp

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 | « gin/BUILD.gn ('k') | gin/test/file.h » ('j') | gin/test/file.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gin/gin.gyp
diff --git a/gin/gin.gyp b/gin/gin.gyp
index 6ee606525f6b19303c0649213a43e00b16861e2f..4fe1cfdbccf3d06e610dc5ea09353719e2de5cda 100644
--- a/gin/gin.gyp
+++ b/gin/gin.gyp
@@ -105,6 +105,8 @@
'gin',
],
'sources': [
+ 'test/file.cc',
+ 'test/file.h',
'test/file_runner.cc',
'test/file_runner.h',
'test/gc.cc',
« no previous file with comments | « gin/BUILD.gn ('k') | gin/test/file.h » ('j') | gin/test/file.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698