| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index ce83a51fffc19e578a8e333006944ee821ff8838..f31e400b9f93b0bfb69260479e40c23b3e2000d9 100644
|
| --- a/build/all.gyp
|
| +++ b/build/all.gyp
|
| @@ -652,20 +652,14 @@
|
| 'target_name': 'chromium_builder_webrtc',
|
| 'type': 'none',
|
| 'dependencies': [
|
| - 'chromium_builder_qa', # TODO(phoglund): not sure if needed?
|
| + 'chromium_builder_perf',
|
| '../chrome/chrome.gyp:browser_tests',
|
| '../content/content_shell_and_tests.gyp:content_browsertests',
|
| '../content/content_shell_and_tests.gyp:content_unittests',
|
| + '../media/media.gyp:media_unittests',
|
| '../third_party/webrtc/tools/tools.gyp:frame_analyzer',
|
| '../third_party/webrtc/tools/tools.gyp:rgba_to_i420_converter',
|
| ],
|
| - 'conditions': [
|
| - ['OS=="win"', {
|
| - 'dependencies': [
|
| - '../chrome/chrome.gyp:crash_service',
|
| - ],
|
| - }],
|
| - ],
|
| }, # target_name: chromium_builder_webrtc
|
| {
|
| 'target_name': 'chromium_builder_chromedriver',
|
| @@ -1147,7 +1141,7 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base_unittests',
|
| '../chrome/chrome.gyp:browser_tests',
|
| - '../chrome/chrome.gyp:sync_integration_tests',
|
| + '../chrome/chrome.gyp:sync_integration_tests',
|
| '../chrome/chrome.gyp:crash_service',
|
| '../chrome/chrome.gyp:gcapi_dll',
|
| '../chrome/chrome.gyp:pack_policy_templates',
|
|
|