| 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 2206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2217 }, { # configuration_policy==0 | 2217 }, { # configuration_policy==0 |
| 2218 'sources/': [ | 2218 'sources/': [ |
| 2219 ['exclude', 'browser/ui/webui/policy_ui.cc'], | 2219 ['exclude', 'browser/ui/webui/policy_ui.cc'], |
| 2220 ['exclude', 'browser/ui/webui/policy_ui.h'], | 2220 ['exclude', 'browser/ui/webui/policy_ui.h'], |
| 2221 ], | 2221 ], |
| 2222 }], | 2222 }], |
| 2223 ['enable_plugins==1', { | 2223 ['enable_plugins==1', { |
| 2224 'dependencies': [ | 2224 'dependencies': [ |
| 2225 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 2225 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 2226 ], | 2226 ], |
| 2227 }, { # enable_plugins == 0 |
| 2228 'sources!': [ |
| 2229 'browser/ui/hung_plugin_tab_helper.cc', |
| 2230 'browser/ui/hung_plugin_tab_helper.h', |
| 2231 ], |
| 2227 }], | 2232 }], |
| 2228 ['safe_browsing==1', { | 2233 ['safe_browsing==1', { |
| 2229 'defines': [ | 2234 'defines': [ |
| 2230 'FULL_SAFE_BROWSING', | 2235 'FULL_SAFE_BROWSING', |
| 2231 ], | 2236 ], |
| 2232 }, { # safe_browsing==0 || safe_browsing==2 | 2237 }, { # safe_browsing==0 || safe_browsing==2 |
| 2233 'dependencies!': [ | 2238 'dependencies!': [ |
| 2234 'safe_browsing_proto', | 2239 'safe_browsing_proto', |
| 2235 'safe_browsing_report_proto', | 2240 'safe_browsing_report_proto', |
| 2236 '../third_party/libusb/libusb.gyp:libusb', | 2241 '../third_party/libusb/libusb.gyp:libusb', |
| (...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2767 }, { # else: enable_app_list==0 | 2772 }, { # else: enable_app_list==0 |
| 2768 'sources/': [ | 2773 'sources/': [ |
| 2769 ['exclude', '^browser/ui/views/app_list/'], | 2774 ['exclude', '^browser/ui/views/app_list/'], |
| 2770 ['exclude', '^browser/ui/app_list/'], | 2775 ['exclude', '^browser/ui/app_list/'], |
| 2771 ] | 2776 ] |
| 2772 }], | 2777 }], |
| 2773 ], | 2778 ], |
| 2774 }, | 2779 }, |
| 2775 ], | 2780 ], |
| 2776 } | 2781 } |
| OLD | NEW |