Chromium Code Reviews| Index: test/intermediate_dir/src/test.gyp |
| =================================================================== |
| --- test/intermediate_dir/src/test.gyp (revision 1452) |
| +++ test/intermediate_dir/src/test.gyp (working copy) |
| @@ -12,7 +12,7 @@ |
| 'action_name': 'intermediate', |
| 'inputs': [], |
| 'outputs': [ |
| - '<(INTERMEDIATE_DIR)/intermediate_out.txt', |
| + '<(INTERMEDIATE_DIR)intermediate_out.txt', |
|
scottmg
2012/08/08 17:05:39
These are not required removals, right? There'd ju
|
| 'outfile.txt', |
| ], |
| 'action': [ |
| @@ -27,7 +27,7 @@ |
| 'shared_infile.txt', |
| ], |
| 'outputs': [ |
| - '<(SHARED_INTERMEDIATE_DIR)/intermediate_out.txt', |
| + '<(SHARED_INTERMEDIATE_DIR)intermediate_out.txt', |
| 'shared_outfile.txt', |
| ], |
| 'action': [ |