Chromium Code Reviews| Index: chrome/chrome_tests.gypi |
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
| index 0232d2d3a7c56849361e332c23f982cf3476fbd9..39028bf8dc9ca8d16736375c1f7977180156e8ab 100644 |
| --- a/chrome/chrome_tests.gypi |
| +++ b/chrome/chrome_tests.gypi |
| @@ -2541,6 +2541,7 @@ |
| 'renderer/safe_browsing/render_view_fake_resources_test.h', |
| 'renderer/translate_helper_browsertest.cc', |
| 'test/automation/dom_automation_browsertest.cc', |
| + 'test/data/webui/print_preview.js', |
| 'test/data/webui/sample_pass.js', |
| 'test/gpu/gpu_browsertest.cc', |
| 'test/in_process_browser_test_browsertest.cc', |
| @@ -2735,7 +2736,7 @@ |
| '<(js2webui)', |
| ], |
| 'outputs': [ |
| - '<(js2webui_out_dir)/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT)-inl.h', |
| + '<(js2webui_out_dir)/js2webui/chrome/<(rule_input_relpath)/<(RULE_INPUT_ROOT)-inl.h', |
|
Lei Zhang
2011/07/07 20:45:29
This is fine, but I just want to note this expand
Sheridan Rawlins
2011/07/07 23:51:12
Yes, this is to make sure that there's nothing els
Sheridan Rawlins
2011/07/07 23:52:06
/_out_/_our_/.
On 2011/07/07 23:51:12, Sheridan R
|
| ], |
| 'process_outputs_as_sources': 1, |
| 'action': [ |