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

Unified Diff: test/cctest/cctest.gyp

Issue 130213009: Various extension-related cleanup and simplifications. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Whitespace Created 6 years, 11 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 | « test/cctest/cctest.cc ('k') | test/cctest/print-extension.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.gyp
diff --git a/test/cctest/cctest.gyp b/test/cctest/cctest.gyp
index 8f4a16019bcff4e84db55c5de5c763590bdd59a3..921c1a4248cc67ea822ee94125a3d8207cb1d44a 100644
--- a/test/cctest/cctest.gyp
+++ b/test/cctest/cctest.gyp
@@ -47,6 +47,7 @@
'gay-fixed.cc',
'gay-precision.cc',
'gay-shortest.cc',
+ 'print-extension.cc',
'profiler-extension.cc',
'test-accessors.cc',
'test-alloc.cc',
@@ -115,7 +116,8 @@
'test-version.cc',
'test-weakmaps.cc',
'test-weaksets.cc',
- 'test-weaktypedarrays.cc'
+ 'test-weaktypedarrays.cc',
+ 'trace-extension.cc'
],
'conditions': [
['v8_target_arch=="ia32"', {
« no previous file with comments | « test/cctest/cctest.cc ('k') | test/cctest/print-extension.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698