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

Unified Diff: test/unittests/unittests.gyp

Issue 2751693002: [wasm][asm.js] Adding custom asm.js lexer. (Closed)
Patch Set: check Created 3 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
« src/asmjs/asm-lexer.cc ('K') | « test/unittests/asmjs/asm-lexer-unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/unittests.gyp
diff --git a/test/unittests/unittests.gyp b/test/unittests/unittests.gyp
index 79ab8bb272c3541266b320de0ead56f9db6d4eac..44caed6a57202aeddf00edeeb259db300a6110b8 100644
--- a/test/unittests/unittests.gyp
+++ b/test/unittests/unittests.gyp
@@ -8,6 +8,7 @@
'variables': {
'v8_code': 1,
'unittests_sources': [ ### gcmole(all) ###
+ 'asmjs/asm-lexer-unittest.cc',
vogelheim 2017/03/15 12:07:41 order nitpick: "api" < "asmjs"
bradn 2017/03/16 00:21:47 Done.
'api/access-check-unittest.cc',
'api/exception-unittest.cc',
'api/isolate-unittest.cc',
« src/asmjs/asm-lexer.cc ('K') | « test/unittests/asmjs/asm-lexer-unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698