Chromium Code Reviews| Index: ash/ash.gyp |
| diff --git a/ash/ash.gyp b/ash/ash.gyp |
| index 88e5f696c508708f0337a828ca2abaf508624b84..6ad0c57a9cacb978222d82fff6e2407b8d067338 100644 |
| --- a/ash/ash.gyp |
| +++ b/ash/ash.gyp |
| @@ -841,10 +841,10 @@ |
| '../ui/message_center/message_center.gyp:message_center_test_support', |
| '../ui/resources/ui_resources.gyp:ui_resources', |
| '../ui/ui_unittests.gyp:ui_test_support', |
| + '../ui/views/controls/webview/webview_tests.gyp:webview_test_support', |
| + '../ui/views/examples/examples.gyp:views_examples_with_content_lib', |
|
tapted
2014/03/16 23:45:49
Having ash_unittests depending on examples.gyp fee
tfarina
2014/03/17 01:33:09
I will try removing it and see what happens.
This
Ben Goodger (Google)
2014/03/18 15:59:03
Should work without it. Only ash_shell needs examp
tfarina
2014/03/19 04:34:18
Done.
tfarina
2014/03/19 14:18:06
Actually I reverted this change, see below why:
I
|
| '../ui/views/views.gyp:views', |
| - '../ui/views/views.gyp:views_examples_with_content_lib', |
| '../ui/views/views.gyp:views_test_support', |
| - '../ui/views/views.gyp:views_with_content_test_support', |
| '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
| '../ui/wm/wm.gyp:wm_core', |
| '../url/url.gyp:url_lib', |
| @@ -1074,9 +1074,9 @@ |
| '../ui/keyboard/keyboard.gyp:keyboard', |
| '../ui/message_center/message_center.gyp:message_center', |
| '../ui/resources/ui_resources.gyp:ui_resources', |
| + '../ui/views/examples/examples.gyp:views_examples_lib', |
| + '../ui/views/examples/examples.gyp:views_examples_with_content_lib', |
| '../ui/views/views.gyp:views', |
| - '../ui/views/views.gyp:views_examples_lib', |
| - '../ui/views/views.gyp:views_examples_with_content_lib', |
| '../ui/views/views.gyp:views_test_support', |
| 'ash', |
| 'ash_resources', |