| 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 2226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2237 'browser/ui/zoom/zoom_controller.h', | 2237 'browser/ui/zoom/zoom_controller.h', |
| 2238 'browser/ui/zoom/zoom_observer.h', | 2238 'browser/ui/zoom/zoom_observer.h', |
| 2239 ], | 2239 ], |
| 2240 'conditions': [ | 2240 'conditions': [ |
| 2241 ['OS != "ios"', { | 2241 ['OS != "ios"', { |
| 2242 'dependencies': [ | 2242 'dependencies': [ |
| 2243 'browser_extensions', | 2243 'browser_extensions', |
| 2244 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2244 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
| 2245 'common/extensions/api/api.gyp:api', | 2245 'common/extensions/api/api.gyp:api', |
| 2246 'debugger', | 2246 'debugger', |
| 2247 'generate_font_family_scripts', |
| 2247 'installer_util', | 2248 'installer_util', |
| 2248 '../components/components.gyp:autofill_regexes', | 2249 '../components/components.gyp:autofill_regexes', |
| 2249 '../device/device.gyp:device_bluetooth', | 2250 '../device/device.gyp:device_bluetooth', |
| 2250 '../net/net.gyp:net_with_v8', | 2251 '../net/net.gyp:net_with_v8', |
| 2251 '../printing/printing.gyp:printing', | 2252 '../printing/printing.gyp:printing', |
| 2252 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2253 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 2253 '../third_party/expat/expat.gyp:expat', | 2254 '../third_party/expat/expat.gyp:expat', |
| 2254 '../third_party/hunspell/hunspell.gyp:hunspell', | 2255 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2255 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2256 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2256 '../third_party/libjingle/libjingle.gyp:libjingle', | 2257 '../third_party/libjingle/libjingle.gyp:libjingle', |
| (...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2873 }], | 2874 }], |
| 2874 ['enable_message_center==1', { | 2875 ['enable_message_center==1', { |
| 2875 'dependencies': [ | 2876 'dependencies': [ |
| 2876 '../ui/message_center/message_center.gyp:message_center', | 2877 '../ui/message_center/message_center.gyp:message_center', |
| 2877 ], | 2878 ], |
| 2878 }], | 2879 }], |
| 2879 ], | 2880 ], |
| 2880 }, | 2881 }, |
| 2881 ], | 2882 ], |
| 2882 } | 2883 } |
| OLD | NEW |