Revision: 24785
Author:   [email protected]
Date:     Tue Oct 21 18:16:50 2014 UTC
Log:      Replace single quotes with double quotes to fix BUILD.gn

[email protected]

Review URL: https://codereview.chromium.org/665313003
https://code.google.com/p/v8/source/detail?r=24785

Modified:
 /branches/bleeding_edge/BUILD.gn

=======================================
--- /branches/bleeding_edge/BUILD.gn    Tue Oct 21 17:21:32 2014 UTC
+++ /branches/bleeding_edge/BUILD.gn    Tue Oct 21 18:16:50 2014 UTC
@@ -583,8 +583,8 @@
     "src/compiler/value-numbering-reducer.h",
     "src/compiler/verifier.cc",
     "src/compiler/verifier.h",
-    'src/compiler/zone-pool.cc',
-    'src/compiler/zone-pool.h',
+    "src/compiler/zone-pool.cc",
+    "src/compiler/zone-pool.h",
     "src/compiler.cc",
     "src/compiler.h",
     "src/contexts.cc",

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to