| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index ac14c86eaf58eefeb8f278e74d95ec430583bede..3d8bfd1ea525f88579b5bdd908c1d5b36fe47caf 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -973,6 +973,7 @@
|
| 'dependencies': [
|
| '../cc/cc_tests.gyp:cc_unittests',
|
| '../chrome/chrome.gyp:browser_tests',
|
| + '../chrome/chrome.gyp:crash_service',
|
| '../chrome/chrome.gyp:gcapi_test',
|
| '../chrome/chrome.gyp:installer_util_unittests',
|
| '../chrome/chrome.gyp:interactive_ui_tests',
|
| @@ -1012,6 +1013,13 @@
|
| '../url/url.gyp:url_unittests',
|
| '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gyp:webkit_compositor_bindings_unittests',
|
| ],
|
| + 'conditions': [
|
| + ['target_arch=="ia32"', {
|
| + 'dependencies': [
|
| + '../chrome/chrome.gyp:crash_service_win64',
|
| + ],
|
| + }],
|
| + ],
|
| },
|
| {
|
| 'target_name': 'chromium_builder_win_cf',
|
|
|