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 2294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2305 'browser/ui/zoom/zoom_observer.h', | 2305 'browser/ui/zoom/zoom_observer.h', |
2306 ], | 2306 ], |
2307 'conditions': [ | 2307 'conditions': [ |
2308 ['OS != "ios"', { | 2308 ['OS != "ios"', { |
2309 'dependencies': [ | 2309 'dependencies': [ |
2310 'browser_extensions', | 2310 'browser_extensions', |
2311 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2311 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
2312 'common/extensions/api/api.gyp:api', | 2312 'common/extensions/api/api.gyp:api', |
2313 'debugger', | 2313 'debugger', |
2314 'installer_util', | 2314 'installer_util', |
| 2315 '../components/component_resources.gyp:component_resources', |
2315 '../device/device.gyp:device_bluetooth', | 2316 '../device/device.gyp:device_bluetooth', |
2316 '../net/net.gyp:net_with_v8', | 2317 '../net/net.gyp:net_with_v8', |
2317 '../printing/printing.gyp:printing', | 2318 '../printing/printing.gyp:printing', |
2318 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2319 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
2319 '../third_party/expat/expat.gyp:expat', | 2320 '../third_party/expat/expat.gyp:expat', |
2320 '../third_party/hunspell/hunspell.gyp:hunspell', | 2321 '../third_party/hunspell/hunspell.gyp:hunspell', |
2321 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2322 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2322 '../third_party/libjingle/libjingle.gyp:libjingle', | 2323 '../third_party/libjingle/libjingle.gyp:libjingle', |
2323 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 2324 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
2324 '../third_party/npapi/npapi.gyp:npapi', | 2325 '../third_party/npapi/npapi.gyp:npapi', |
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2931 ['exclude', '^browser/ui/views/app_list/'], | 2932 ['exclude', '^browser/ui/views/app_list/'], |
2932 ['exclude', '^browser/ui/app_list/'], | 2933 ['exclude', '^browser/ui/app_list/'], |
2933 ['include', '^browser/ui/app_list/app_list_service.h'], | 2934 ['include', '^browser/ui/app_list/app_list_service.h'], |
2934 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], | 2935 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], |
2935 ], | 2936 ], |
2936 }], | 2937 }], |
2937 ], | 2938 ], |
2938 }, | 2939 }, |
2939 ], | 2940 ], |
2940 } | 2941 } |
OLD | NEW |