| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 60eb417695551fbcf66b8facc46d970814417d29..823a739c8cb90468a8f224db3c7257cba0e1b51c 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -446,6 +446,18 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'chromium_builder_win_cf',
|
| + 'type': 'none',
|
| + 'dependencies': [
|
| + '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
|
| + '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
|
| + '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
|
| + '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
|
| + '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
|
| + '../chrome_frame/chrome_frame.gyp:npchrome_frame',
|
| + ],
|
| + },
|
| + {
|
| 'target_name': 'chromium_builder_dbg_tsan_win',
|
| 'type': 'none',
|
| 'dependencies': [
|
|
|