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 2473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2484 'common/extensions/api/api.gyp:api', | 2484 'common/extensions/api/api.gyp:api', |
2485 'debugger', | 2485 'debugger', |
2486 'installer_util', | 2486 'installer_util', |
2487 'sync_file_system_drive_proto', | 2487 'sync_file_system_drive_proto', |
2488 'sync_file_system_proto', | 2488 'sync_file_system_proto', |
2489 '../cc/cc.gyp:cc', | 2489 '../cc/cc.gyp:cc', |
2490 '../components/components.gyp:autofill_content_browser', | 2490 '../components/components.gyp:autofill_content_browser', |
2491 '../components/components.gyp:navigation_interception', | 2491 '../components/components.gyp:navigation_interception', |
2492 '../net/net.gyp:net_with_v8', | 2492 '../net/net.gyp:net_with_v8', |
2493 '../printing/printing.gyp:printing', | 2493 '../printing/printing.gyp:printing', |
2494 '../testing/perf/perf_test.gyp:*', | |
Nico
2013/08/27 03:49:03
This is a bit unfortunate. I don't think we want t
tonyg
2013/08/27 04:08:31
Oh jeez, this is ridiculous. I've just learned tha
Nico
2013/08/27 15:09:21
Sounds good, please add a comment with a link to t
tonyg
2013/08/27 15:23:59
Done.
| |
2494 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2495 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
2495 '../third_party/expat/expat.gyp:expat', | 2496 '../third_party/expat/expat.gyp:expat', |
2496 '../third_party/hunspell/hunspell.gyp:hunspell', | 2497 '../third_party/hunspell/hunspell.gyp:hunspell', |
2497 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2498 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2498 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 2499 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
2499 '../third_party/libusb/libusb.gyp:libusb', | 2500 '../third_party/libusb/libusb.gyp:libusb', |
2500 '../third_party/libyuv/libyuv.gyp:libyuv', | 2501 '../third_party/libyuv/libyuv.gyp:libyuv', |
2501 '../third_party/npapi/npapi.gyp:npapi', | 2502 '../third_party/npapi/npapi.gyp:npapi', |
2502 '../third_party/re2/re2.gyp:re2', | 2503 '../third_party/re2/re2.gyp:re2', |
2503 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 2504 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
(...skipping 998 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3502 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3503 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3503 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], | 3504 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], |
3504 }, | 3505 }, |
3505 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3506 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3506 }, | 3507 }, |
3507 ], | 3508 ], |
3508 }, | 3509 }, |
3509 ], | 3510 ], |
3510 ], | 3511 ], |
3511 } | 3512 } |
OLD | NEW |