| 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 2191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2202 'browser/ui/window_sizer/window_sizer_win.cc', | 2202 'browser/ui/window_sizer/window_sizer_win.cc', |
| 2203 'browser/ui/window_snapshot/window_snapshot.cc', | 2203 'browser/ui/window_snapshot/window_snapshot.cc', |
| 2204 'browser/ui/window_snapshot/window_snapshot.h', | 2204 'browser/ui/window_snapshot/window_snapshot.h', |
| 2205 'browser/ui/zoom/zoom_controller.cc', | 2205 'browser/ui/zoom/zoom_controller.cc', |
| 2206 'browser/ui/zoom/zoom_controller.h', | 2206 'browser/ui/zoom/zoom_controller.h', |
| 2207 'browser/ui/zoom/zoom_observer.h', | 2207 'browser/ui/zoom/zoom_observer.h', |
| 2208 ], | 2208 ], |
| 2209 'conditions': [ | 2209 'conditions': [ |
| 2210 ['OS != "ios"', { | 2210 ['OS != "ios"', { |
| 2211 'dependencies': [ | 2211 'dependencies': [ |
| 2212 'autofill_regexes', | |
| 2213 'browser_extensions', | 2212 'browser_extensions', |
| 2214 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2213 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
| 2215 'common/extensions/api/api.gyp:api', | 2214 'common/extensions/api/api.gyp:api', |
| 2216 'debugger', | 2215 'debugger', |
| 2217 'installer_util', | 2216 'installer_util', |
| 2217 '../components/components.gyp:autofill_regexes', |
| 2218 '../device/device.gyp:device_bluetooth', | 2218 '../device/device.gyp:device_bluetooth', |
| 2219 '../net/net.gyp:net_with_v8', | 2219 '../net/net.gyp:net_with_v8', |
| 2220 '../printing/printing.gyp:printing', | 2220 '../printing/printing.gyp:printing', |
| 2221 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2221 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 2222 '../third_party/expat/expat.gyp:expat', | 2222 '../third_party/expat/expat.gyp:expat', |
| 2223 '../third_party/hunspell/hunspell.gyp:hunspell', | 2223 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2224 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2224 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2225 '../third_party/libjingle/libjingle.gyp:libjingle', | 2225 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 2226 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 2226 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 2227 '../third_party/npapi/npapi.gyp:npapi', | 2227 '../third_party/npapi/npapi.gyp:npapi', |
| (...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2846 }], | 2846 }], |
| 2847 ['enable_message_center==1', { | 2847 ['enable_message_center==1', { |
| 2848 'dependencies': [ | 2848 'dependencies': [ |
| 2849 '../ui/message_center/message_center.gyp:message_center', | 2849 '../ui/message_center/message_center.gyp:message_center', |
| 2850 ], | 2850 ], |
| 2851 }], | 2851 }], |
| 2852 ], | 2852 ], |
| 2853 }, | 2853 }, |
| 2854 ], | 2854 ], |
| 2855 } | 2855 } |
| OLD | NEW |