| 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', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 2235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2246 ['OS != "ios"', { | 2246 ['OS != "ios"', { |
| 2247 'dependencies': [ | 2247 'dependencies': [ |
| 2248 'autofill_regexes', | 2248 'autofill_regexes', |
| 2249 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2249 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
| 2250 'browser_extensions', | 2250 'browser_extensions', |
| 2251 'common/extensions/api/api.gyp:api', | 2251 'common/extensions/api/api.gyp:api', |
| 2252 'debugger', | 2252 'debugger', |
| 2253 'installer_util', | 2253 'installer_util', |
| 2254 'sync_file_system_proto', | 2254 'sync_file_system_proto', |
| 2255 '../cc/cc.gyp:cc', | 2255 '../cc/cc.gyp:cc', |
| 2256 '../content/content.gyp:navigation_interception', | 2256 '../components/components.gyp:navigation_interception', |
| 2257 '../net/net.gyp:net_with_v8', | 2257 '../net/net.gyp:net_with_v8', |
| 2258 '../printing/printing.gyp:printing', | 2258 '../printing/printing.gyp:printing', |
| 2259 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2259 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
| 2260 '../third_party/expat/expat.gyp:expat', | 2260 '../third_party/expat/expat.gyp:expat', |
| 2261 '../third_party/hunspell/hunspell.gyp:hunspell', | 2261 '../third_party/hunspell/hunspell.gyp:hunspell', |
| 2262 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2262 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2263 '../third_party/libjingle/libjingle.gyp:libjingle', | 2263 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 2264 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 2264 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
| 2265 '../third_party/libusb/libusb.gyp:libusb', | 2265 '../third_party/libusb/libusb.gyp:libusb', |
| 2266 '../third_party/npapi/npapi.gyp:npapi', | 2266 '../third_party/npapi/npapi.gyp:npapi', |
| (...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3129 'variables': { | 3129 'variables': { |
| 3130 'jni_gen_dir': 'chrome', | 3130 'jni_gen_dir': 'chrome', |
| 3131 }, | 3131 }, |
| 3132 'includes': [ '../build/jni_generator.gypi' ], | 3132 'includes': [ '../build/jni_generator.gypi' ], |
| 3133 }, | 3133 }, |
| 3134 ], | 3134 ], |
| 3135 }, | 3135 }, |
| 3136 ], | 3136 ], |
| 3137 ], | 3137 ], |
| 3138 } | 3138 } |
| OLD | NEW |