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 2360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2371 ['OS != "ios"', { | 2371 ['OS != "ios"', { |
2372 'dependencies': [ | 2372 'dependencies': [ |
2373 'apps', | 2373 'apps', |
2374 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2374 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
2375 'browser_extensions', | 2375 'browser_extensions', |
2376 'common/extensions/api/api.gyp:api', | 2376 'common/extensions/api/api.gyp:api', |
2377 'debugger', | 2377 'debugger', |
2378 'installer_util', | 2378 'installer_util', |
2379 'sync_file_system_proto', | 2379 'sync_file_system_proto', |
2380 '../cc/cc.gyp:cc', | 2380 '../cc/cc.gyp:cc', |
2381 '../components/components.gyp:autofill_browser', | |
2382 '../components/components.gyp:autofill_content_browser', | 2381 '../components/components.gyp:autofill_content_browser', |
2383 '../components/components.gyp:navigation_interception', | 2382 '../components/components.gyp:navigation_interception', |
2384 '../net/net.gyp:net_with_v8', | 2383 '../net/net.gyp:net_with_v8', |
2385 '../printing/printing.gyp:printing', | 2384 '../printing/printing.gyp:printing', |
2386 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2385 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
2387 '../third_party/expat/expat.gyp:expat', | 2386 '../third_party/expat/expat.gyp:expat', |
2388 '../third_party/hunspell/hunspell.gyp:hunspell', | 2387 '../third_party/hunspell/hunspell.gyp:hunspell', |
2389 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2388 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2390 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 2389 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
2391 '../third_party/libusb/libusb.gyp:libusb', | 2390 '../third_party/libusb/libusb.gyp:libusb', |
(...skipping 921 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3313 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3312 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3314 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3313 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3315 }, | 3314 }, |
3316 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3315 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3317 }, | 3316 }, |
3318 ], | 3317 ], |
3319 }, | 3318 }, |
3320 ], | 3319 ], |
3321 ], | 3320 ], |
3322 } | 3321 } |
OLD | NEW |