OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser_ui', | 8 'target_name': 'browser_ui', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 2576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2587 ], | 2587 ], |
2588 'sources/': [ | 2588 'sources/': [ |
2589 ['exclude', '^browser/ui/omnibox/'], | 2589 ['exclude', '^browser/ui/omnibox/'], |
2590 ['exclude', '^browser/ui/panels/'], | 2590 ['exclude', '^browser/ui/panels/'], |
2591 ['exclude', '^browser/ui/pdf/'], | 2591 ['exclude', '^browser/ui/pdf/'], |
2592 ['exclude', '^browser/ui/startup/'], | 2592 ['exclude', '^browser/ui/startup/'], |
2593 ['exclude', '^browser/ui/tabs/'], | 2593 ['exclude', '^browser/ui/tabs/'], |
2594 ['exclude', '^browser/ui/toolbar/'], | 2594 ['exclude', '^browser/ui/toolbar/'], |
2595 ['exclude', '^browser/ui/webui/downloads_'], | 2595 ['exclude', '^browser/ui/webui/downloads_'], |
2596 ['exclude', '^browser/ui/webui/feedback_'], | 2596 ['exclude', '^browser/ui/webui/feedback_'], |
2597 ['exclude', '^browser/ui/webui/flags_'], | |
2598 ['exclude', '^browser/ui/webui/help/'], | 2597 ['exclude', '^browser/ui/webui/help/'], |
2599 ['exclude', '^browser/ui/webui/inspect_'], | 2598 ['exclude', '^browser/ui/webui/inspect_'], |
2600 ['exclude', '^browser/ui/webui/options'], | 2599 ['exclude', '^browser/ui/webui/options'], |
2601 ['exclude', '^browser/ui/webui/options'], | 2600 ['exclude', '^browser/ui/webui/options'], |
2602 ['exclude', '^browser/ui/webui/signin/'], | 2601 ['exclude', '^browser/ui/webui/signin/'], |
2603 ['exclude', '^browser/ui/webui/suggestions_internals'], | 2602 ['exclude', '^browser/ui/webui/suggestions_internals'], |
2604 ['exclude', '^browser/ui/webui/sync_promo'], | 2603 ['exclude', '^browser/ui/webui/sync_promo'], |
2605 ['exclude', '^browser/ui/webui/uber'], | 2604 ['exclude', '^browser/ui/webui/uber'], |
2606 ], | 2605 ], |
2607 }], | 2606 }], |
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2815 }], | 2814 }], |
2816 ['enable_message_center==1', { | 2815 ['enable_message_center==1', { |
2817 'dependencies': [ | 2816 'dependencies': [ |
2818 '../ui/message_center/message_center.gyp:message_center', | 2817 '../ui/message_center/message_center.gyp:message_center', |
2819 ], | 2818 ], |
2820 }], | 2819 }], |
2821 ], | 2820 ], |
2822 }, | 2821 }, |
2823 ], | 2822 ], |
2824 } | 2823 } |
OLD | NEW |