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 2898 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2909 ['include', '^browser/ui/toolbar/toolbar_model_delegate\\.(cc|h)$'], | 2909 ['include', '^browser/ui/toolbar/toolbar_model_delegate\\.(cc|h)$'], |
2910 ['include', '^browser/ui/toolbar/toolbar_model_impl\\.(cc|h)$'], | 2910 ['include', '^browser/ui/toolbar/toolbar_model_impl\\.(cc|h)$'], |
2911 ['include', '^browser/ui/toolbar/toolbar_model_security_level_list\\
.h$'], | 2911 ['include', '^browser/ui/toolbar/toolbar_model_security_level_list\\
.h$'], |
2912 ['exclude', '^browser/ui/webui/downloads_'], | 2912 ['exclude', '^browser/ui/webui/downloads_'], |
2913 ['exclude', '^browser/ui/webui/feedback_'], | 2913 ['exclude', '^browser/ui/webui/feedback_'], |
2914 ['exclude', '^browser/ui/webui/help/'], | 2914 ['exclude', '^browser/ui/webui/help/'], |
2915 ['exclude', '^browser/ui/webui/inspect_'], | 2915 ['exclude', '^browser/ui/webui/inspect_'], |
2916 ['exclude', '^browser/ui/webui/ntp'], | 2916 ['exclude', '^browser/ui/webui/ntp'], |
2917 ['exclude', '^browser/ui/webui/options'], | 2917 ['exclude', '^browser/ui/webui/options'], |
2918 ['exclude', '^browser/ui/webui/options'], | 2918 ['exclude', '^browser/ui/webui/options'], |
| 2919 ['exclude', '^browser/ui/webui/quota_internals'], |
2919 ['exclude', '^browser/ui/webui/signin/'], | 2920 ['exclude', '^browser/ui/webui/signin/'], |
2920 ['exclude', '^browser/ui/webui/suggestions_internals'], | 2921 ['exclude', '^browser/ui/webui/suggestions_internals'], |
2921 ['exclude', '^browser/ui/webui/sync_file_system_internals'], | 2922 ['exclude', '^browser/ui/webui/sync_file_system_internals'], |
2922 ['exclude', '^browser/ui/webui/sync_promo'], | 2923 ['exclude', '^browser/ui/webui/sync_promo'], |
2923 ['exclude', '^browser/ui/webui/uber'], | 2924 ['exclude', '^browser/ui/webui/uber'], |
2924 ], | 2925 ], |
2925 }], | 2926 }], |
2926 ['OS=="mac"', { | 2927 ['OS=="mac"', { |
2927 'sources!': [ | 2928 'sources!': [ |
2928 'browser/ui/certificate_dialogs.cc', | 2929 'browser/ui/certificate_dialogs.cc', |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3145 ], | 3146 ], |
3146 'sources!': [ | 3147 'sources!': [ |
3147 'browser/ui/views/session_crashed_bubble_view.cc', | 3148 'browser/ui/views/session_crashed_bubble_view.cc', |
3148 'browser/ui/views/session_crashed_bubble_view.h', | 3149 'browser/ui/views/session_crashed_bubble_view.h', |
3149 ], | 3150 ], |
3150 }], | 3151 }], |
3151 ], | 3152 ], |
3152 }, | 3153 }, |
3153 ], | 3154 ], |
3154 } | 3155 } |
OLD | NEW |