| 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 2333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2344 ], | 2344 ], |
| 2345 'conditions': [ | 2345 'conditions': [ |
| 2346 ['OS != "ios"', { | 2346 ['OS != "ios"', { |
| 2347 'dependencies': [ | 2347 'dependencies': [ |
| 2348 'browser_extensions', | 2348 'browser_extensions', |
| 2349 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2349 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
| 2350 'common/extensions/api/api.gyp:api', | 2350 'common/extensions/api/api.gyp:api', |
| 2351 'debugger', | 2351 'debugger', |
| 2352 'installer_util', | 2352 'installer_util', |
| 2353 '../components/component_resources.gyp:component_resources', | 2353 '../components/component_resources.gyp:component_resources', |
| 2354 '../device/device.gyp:device_bluetooth', | 2354 '../device/bluetooth/bluetooth.gyp:bluetooth', |
| 2355 '../net/net.gyp:net_with_v8', | 2355 '../net/net.gyp:net_with_v8', |
| 2356 '../printing/printing.gyp:printing', | 2356 '../printing/printing.gyp:printing', |
| 2357 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2357 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 2358 '../third_party/expat/expat.gyp:expat', | 2358 '../third_party/expat/expat.gyp:expat', |
| 2359 '../third_party/hunspell/hunspell.gyp:hunspell', | 2359 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2360 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2360 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2361 '../third_party/libjingle/libjingle.gyp:libjingle', | 2361 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 2362 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 2362 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 2363 '../third_party/npapi/npapi.gyp:npapi', | 2363 '../third_party/npapi/npapi.gyp:npapi', |
| 2364 '../third_party/re2/re2.gyp:re2', | 2364 '../third_party/re2/re2.gyp:re2', |
| (...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2968 ['exclude', '^browser/ui/views/app_list/'], | 2968 ['exclude', '^browser/ui/views/app_list/'], |
| 2969 ['exclude', '^browser/ui/app_list/'], | 2969 ['exclude', '^browser/ui/app_list/'], |
| 2970 ['include', '^browser/ui/app_list/app_list_service.h'], | 2970 ['include', '^browser/ui/app_list/app_list_service.h'], |
| 2971 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], | 2971 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], |
| 2972 ], | 2972 ], |
| 2973 }], | 2973 }], |
| 2974 ], | 2974 ], |
| 2975 }, | 2975 }, |
| 2976 ], | 2976 ], |
| 2977 } | 2977 } |
| OLD | NEW |