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 4524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4535 ['exclude', '^browser/ui/webui/downloads_'], | 4535 ['exclude', '^browser/ui/webui/downloads_'], |
4536 ['exclude', '^browser/ui/webui/feedback_'], | 4536 ['exclude', '^browser/ui/webui/feedback_'], |
4537 ['exclude', '^browser/ui/webui/flags_'], | 4537 ['exclude', '^browser/ui/webui/flags_'], |
4538 ['exclude', '^browser/ui/webui/help/'], | 4538 ['exclude', '^browser/ui/webui/help/'], |
4539 ['exclude', '^browser/ui/webui/inspect_'], | 4539 ['exclude', '^browser/ui/webui/inspect_'], |
4540 ['exclude', '^browser/ui/webui/options'], | 4540 ['exclude', '^browser/ui/webui/options'], |
4541 ['exclude', '^browser/ui/webui/options2'], | 4541 ['exclude', '^browser/ui/webui/options2'], |
4542 ['exclude', '^browser/ui/webui/print_preview/'], | 4542 ['exclude', '^browser/ui/webui/print_preview/'], |
4543 ['exclude', '^browser/ui/webui/signin/'], | 4543 ['exclude', '^browser/ui/webui/signin/'], |
4544 ['exclude', '^browser/ui/webui/sync_promo'], | 4544 ['exclude', '^browser/ui/webui/sync_promo'], |
4545 ['exclude', '^browser/web_resource/promo_resource_service'], | |
Yaron
2012/04/09 17:12:55
Perhaps all of browser/web_resource could be exclu
Jerome
2012/04/09 18:24:06
Done.
| |
4545 ], | 4546 ], |
4546 }], | 4547 }], |
4547 ['OS=="mac"', { | 4548 ['OS=="mac"', { |
4548 'sources!': [ | 4549 'sources!': [ |
4549 'browser/automation/automation_provider_list_generic.cc', | 4550 'browser/automation/automation_provider_list_generic.cc', |
4550 'browser/bookmarks/bookmark_drop_info.cc', | 4551 'browser/bookmarks/bookmark_drop_info.cc', |
4551 'browser/first_run/upgrade_util.cc', | 4552 'browser/first_run/upgrade_util.cc', |
4552 'browser/importer/nss_decryptor_system_nss.cc', | 4553 'browser/importer/nss_decryptor_system_nss.cc', |
4553 'browser/importer/nss_decryptor_system_nss.h', | 4554 'browser/importer/nss_decryptor_system_nss.h', |
4554 'browser/jankometer.cc', | 4555 'browser/jankometer.cc', |
(...skipping 731 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5286 'variables': { | 5287 'variables': { |
5287 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 5288 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
5288 'proto_out_dir': 'chrome/browser/chromeos/dbus', | 5289 'proto_out_dir': 'chrome/browser/chromeos/dbus', |
5289 }, | 5290 }, |
5290 'includes': ['../build/protoc.gypi'], | 5291 'includes': ['../build/protoc.gypi'], |
5291 }], | 5292 }], |
5292 ], | 5293 ], |
5293 }, | 5294 }, |
5294 ], | 5295 ], |
5295 } | 5296 } |
OLD | NEW |