OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 4509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4520 ['exclude', '^browser/ui/webui/flags_'], | 4520 ['exclude', '^browser/ui/webui/flags_'], |
4521 ['exclude', '^browser/ui/webui/help/'], | 4521 ['exclude', '^browser/ui/webui/help/'], |
4522 ['exclude', '^browser/ui/webui/inspect_'], | 4522 ['exclude', '^browser/ui/webui/inspect_'], |
4523 ['exclude', '^browser/ui/webui/options'], | 4523 ['exclude', '^browser/ui/webui/options'], |
4524 ['exclude', '^browser/ui/webui/options2'], | 4524 ['exclude', '^browser/ui/webui/options2'], |
4525 ['exclude', '^browser/ui/webui/print_preview/'], | 4525 ['exclude', '^browser/ui/webui/print_preview/'], |
4526 ['exclude', '^browser/ui/webui/signin/'], | 4526 ['exclude', '^browser/ui/webui/signin/'], |
4527 ['exclude', '^browser/ui/webui/sync_promo'], | 4527 ['exclude', '^browser/ui/webui/sync_promo'], |
4528 ], | 4528 ], |
4529 }], | 4529 }], |
| 4530 ['OS!="android"', { |
| 4531 'dependencies': [ |
| 4532 '../third_party/libusb/libusb.gyp:libusb', |
| 4533 ], |
| 4534 }], |
4530 ['OS=="mac"', { | 4535 ['OS=="mac"', { |
4531 'sources!': [ | 4536 'sources!': [ |
4532 'browser/automation/automation_provider_list_generic.cc', | 4537 'browser/automation/automation_provider_list_generic.cc', |
4533 'browser/bookmarks/bookmark_drop_info.cc', | 4538 'browser/bookmarks/bookmark_drop_info.cc', |
4534 'browser/first_run/upgrade_util.cc', | 4539 'browser/first_run/upgrade_util.cc', |
4535 'browser/importer/nss_decryptor_system_nss.cc', | 4540 'browser/importer/nss_decryptor_system_nss.cc', |
4536 'browser/importer/nss_decryptor_system_nss.h', | 4541 'browser/importer/nss_decryptor_system_nss.h', |
4537 'browser/jankometer.cc', | 4542 'browser/jankometer.cc', |
4538 'browser/password_manager/encryptor_posix.cc', | 4543 'browser/password_manager/encryptor_posix.cc', |
4539 'browser/password_manager/login_database_posix.cc', | 4544 'browser/password_manager/login_database_posix.cc', |
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5242 'type': 'static_library', | 5247 'type': 'static_library', |
5243 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5248 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
5244 'variables': { | 5249 'variables': { |
5245 'proto_in_dir': 'browser/chromeos/gdata', | 5250 'proto_in_dir': 'browser/chromeos/gdata', |
5246 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5251 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
5247 }, | 5252 }, |
5248 'includes': [ '../build/protoc.gypi' ] | 5253 'includes': [ '../build/protoc.gypi' ] |
5249 }, | 5254 }, |
5250 ], | 5255 ], |
5251 } | 5256 } |
OLD | NEW |