| Index: samples/samples.gyp
|
| ===================================================================
|
| --- samples/samples.gyp (revision 11348)
|
| +++ samples/samples.gyp (working copy)
|
| @@ -1,4 +1,4 @@
|
| -# Copyright 2011 the V8 project authors. All rights reserved.
|
| +# Copyright 2012 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:
|
| @@ -48,6 +48,12 @@
|
| 'sources': [
|
| 'process.cc',
|
| ],
|
| + },
|
| + {
|
| + 'target_name': 'lineprocessor',
|
| + 'sources': [
|
| + 'lineprocessor.cc',
|
| + ],
|
| }
|
| ],
|
| }
|
|
|