| Index: src/SConscript
|
| diff --git a/src/SConscript b/src/SConscript
|
| index b1f9bb6117807c798fbae9a223793b623a638371..0c8e140d6cf9463be4c19d07b8bb0f2c55004990 100755
|
| --- a/src/SConscript
|
| +++ b/src/SConscript
|
| @@ -1,4 +1,4 @@
|
| -# Copyright 2008 the V8 project authors. All rights reserved.
|
| +# Copyright 2011 the V8 project authors. All rights reserved.
|
| # Redistribution and use in source and binary forms, with or without
|
| # modification, are permitted provided that the following conditions are
|
| # met:
|
| @@ -85,6 +85,7 @@ SOURCES = {
|
| jsregexp.cc
|
| jump-target.cc
|
| lithium-allocator.cc
|
| + lithium.cc
|
| liveedit.cc
|
| log-utils.cc
|
| log.cc
|
| @@ -211,6 +212,7 @@ SOURCES = {
|
| x64/full-codegen-x64.cc
|
| x64/ic-x64.cc
|
| x64/jump-target-x64.cc
|
| + x64/lithium-x64.cc
|
| x64/macro-assembler-x64.cc
|
| x64/regexp-macro-assembler-x64.cc
|
| x64/register-allocator-x64.cc
|
|
|