Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 713ab6de57d46176fdb9082bdc561c430e2ecbbc..2c6ada00963da515a0d119b71ba661a5062a6306 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -18,7 +18,7 @@ v8_interpreted_regexp = false |
| v8_object_print = false |
| v8_postmortem_support = false |
| v8_use_snapshot = true |
| -v8_target_arch = cpu_arch |
| +v8_target_arch = current_cpu |
|
jochen (gone - plz use gerrit)
2015/02/23 07:49:19
is current_cpu always the target arch? i.e. is it
Dirk Pranke
2015/02/23 18:58:16
No. This change is actually "wrong" in that it pre
|
| v8_random_seed = "314159265" |
| v8_toolset_for_d8 = "host" |