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 2803 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2814 'FULL_SAFE_BROWSING', | 2814 'FULL_SAFE_BROWSING', |
2815 ], | 2815 ], |
2816 }, { # safe_browsing==0 || safe_browsing==2 | 2816 }, { # safe_browsing==0 || safe_browsing==2 |
2817 'dependencies!': [ | 2817 'dependencies!': [ |
2818 'safe_browsing_proto', | 2818 'safe_browsing_proto', |
2819 'safe_browsing_report_proto', | 2819 'safe_browsing_report_proto', |
2820 ], | 2820 ], |
2821 }], | 2821 }], |
2822 ['toolkit_views == 1', { | 2822 ['toolkit_views == 1', { |
2823 'dependencies': [ | 2823 'dependencies': [ |
2824 '../ui/wm/wm.gyp:wm_core', | 2824 '../ui/wm/wm.gyp:wm', |
2825 ], | 2825 ], |
2826 'sources!': [ | 2826 'sources!': [ |
2827 'browser/ui/profile_reset_bubble_stub.cc', | 2827 'browser/ui/profile_reset_bubble_stub.cc', |
2828 ], | 2828 ], |
2829 }, { # toolkit_views == 0 | 2829 }, { # toolkit_views == 0 |
2830 'sources!': [ | 2830 'sources!': [ |
2831 'browser/ui/tabs/tab_strip_layout_type.h', | 2831 'browser/ui/tabs/tab_strip_layout_type.h', |
2832 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', | 2832 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', |
2833 'browser/ui/tabs/tab_strip_layout_type_prefs.h', | 2833 'browser/ui/tabs/tab_strip_layout_type_prefs.h', |
2834 ], | 2834 ], |
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3433 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3433 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3434 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3434 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3435 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3435 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3436 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3436 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3437 ], | 3437 ], |
3438 }], | 3438 }], |
3439 ], | 3439 ], |
3440 }, | 3440 }, |
3441 ], | 3441 ], |
3442 } | 3442 } |
OLD | NEW |