| Index: build/all.gyp
|
| ===================================================================
|
| --- build/all.gyp (revision 46353)
|
| +++ build/all.gyp (working copy)
|
| @@ -148,6 +148,7 @@
|
| '../printing/printing.gyp:printing_unittests',
|
| '../chrome/chrome.gyp:browser_tests',
|
| '../chrome/chrome.gyp:nacl_ui_tests',
|
| + '../chrome/chrome.gyp:notifier_unit_tests',
|
| '../chrome/chrome.gyp:sync_unit_tests',
|
| '../chrome/chrome.gyp:ui_tests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| @@ -163,6 +164,7 @@
|
| '../chrome/chrome.gyp:browser_tests',
|
| '../chrome/chrome.gyp:memory_test',
|
| '../chrome/chrome.gyp:nacl_ui_tests',
|
| + '../chrome/chrome.gyp:notifier_unit_tests',
|
| '../chrome/chrome.gyp:page_cycler_tests',
|
| '../chrome/chrome.gyp:startup_tests',
|
| '../chrome/chrome.gyp:sync_unit_tests',
|
| @@ -185,6 +187,7 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base_unittests',
|
| 'temp_gyp/googleurl.gyp:googleurl_unittests',
|
| + '../chrome/chrome.gyp:notifier_unit_tests',
|
| '../chrome/chrome.gyp:sync_unit_tests',
|
| '../net/net.gyp:net_unittests',
|
| '../ipc/ipc.gyp:ipc_tests',
|
| @@ -208,6 +211,7 @@
|
| '../chrome/chrome.gyp:interactive_ui_tests',
|
| '../chrome/chrome.gyp:memory_test',
|
| '../chrome/chrome.gyp:nacl_ui_tests',
|
| + '../chrome/chrome.gyp:notifier_unit_tests',
|
| '../chrome/chrome.gyp:page_cycler_tests',
|
| '../chrome/chrome.gyp:plugin_tests',
|
| '../chrome/chrome.gyp:selenium_tests',
|
| @@ -259,6 +263,7 @@
|
| '../ipc/ipc.gyp:ipc_tests',
|
| '../media/media.gyp:media_unittests',
|
| '../printing/printing.gyp:printing_unittests',
|
| + '../chrome/chrome.gyp:notifier_unit_tests',
|
| '../chrome/chrome.gyp:sync_unit_tests',
|
| '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
|
| '../chrome/chrome.gyp:unit_tests',
|
| @@ -283,6 +288,7 @@
|
| '../chrome/chrome.gyp:chrome',
|
| '../chrome/chrome.gyp:interactive_ui_tests',
|
| '../chrome/chrome.gyp:memory_test',
|
| + '../chrome/chrome.gyp:notifier_unit_tests',
|
| '../chrome/chrome.gyp:page_cycler_tests',
|
| '../chrome/chrome.gyp:startup_tests',
|
| '../chrome/chrome.gyp:sync_unit_tests',
|
|
|