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 2525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2536 'FULL_SAFE_BROWSING', | 2536 'FULL_SAFE_BROWSING', |
2537 ], | 2537 ], |
2538 }, { # safe_browsing==0 || safe_browsing==2 | 2538 }, { # safe_browsing==0 || safe_browsing==2 |
2539 'dependencies!': [ | 2539 'dependencies!': [ |
2540 'safe_browsing_proto', | 2540 'safe_browsing_proto', |
2541 'safe_browsing_report_proto', | 2541 'safe_browsing_report_proto', |
2542 ], | 2542 ], |
2543 }], | 2543 }], |
2544 ['toolkit_views == 1', { | 2544 ['toolkit_views == 1', { |
2545 'dependencies': [ | 2545 'dependencies': [ |
2546 '../ui/wm/wm.gyp:wm_core', | 2546 '../ui/wm/wm.gyp:wm', |
2547 ], | 2547 ], |
2548 'sources!': [ | 2548 'sources!': [ |
2549 'browser/ui/profile_reset_bubble_stub.cc', | 2549 'browser/ui/profile_reset_bubble_stub.cc', |
2550 ], | 2550 ], |
2551 }, { # toolkit_views == 0 | 2551 }, { # toolkit_views == 0 |
2552 'sources!': [ | 2552 'sources!': [ |
2553 'browser/ui/tabs/tab_strip_layout_type.h', | 2553 'browser/ui/tabs/tab_strip_layout_type.h', |
2554 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', | 2554 'browser/ui/tabs/tab_strip_layout_type_prefs.cc', |
2555 'browser/ui/tabs/tab_strip_layout_type_prefs.h', | 2555 'browser/ui/tabs/tab_strip_layout_type_prefs.h', |
2556 ], | 2556 ], |
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3128 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3128 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3129 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3129 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3130 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3130 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3131 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3131 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3132 ], | 3132 ], |
3133 }], | 3133 }], |
3134 ], | 3134 ], |
3135 }, | 3135 }, |
3136 ], | 3136 ], |
3137 } | 3137 } |
OLD | NEW |