Reviewers: jochen,

Message:
Committed patchset #1 (id:1) manually as 24785 (presubmit successful).

Description:
Replace single quotes with double quotes to fix BUILD.gn

[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=24785

Please review this at https://codereview.chromium.org/665313003/

Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+2, -2 lines):
  M BUILD.gn


Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index da5ff91ee7e6785200379eb5c81fb590a7f546fd..2628b9dbcfc6e7fe128adef407e4d19f78307583 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -583,8 +583,8 @@ source_set("v8_base") {
     "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