OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 4615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4626 ], | 4626 ], |
4627 'sources/': [ | 4627 'sources/': [ |
4628 ['exclude', '^browser/themes/'], | 4628 ['exclude', '^browser/themes/'], |
4629 ], | 4629 ], |
4630 }], | 4630 }], |
4631 ['enable_automation!=1', { | 4631 ['enable_automation!=1', { |
4632 'sources/': [ | 4632 'sources/': [ |
4633 ['exclude', '^browser/automation/'], | 4633 ['exclude', '^browser/automation/'], |
4634 ], | 4634 ], |
4635 }], | 4635 }], |
| 4636 ['enable_printing!=1', { |
| 4637 'sources/': [ |
| 4638 ['exclude', '^browser/printing/'], |
| 4639 ['exclude', '^browser/ui/webui/print_preview/'], |
| 4640 ], |
| 4641 }], |
4636 ['enable_session_service!=1', { | 4642 ['enable_session_service!=1', { |
4637 'sources!': [ | 4643 'sources!': [ |
4638 'browser/sessions/session_restore.cc', | 4644 'browser/sessions/session_restore.cc', |
4639 'browser/sessions/session_service.cc', | 4645 'browser/sessions/session_service.cc', |
4640 'browser/sessions/session_service.h', | 4646 'browser/sessions/session_service.h', |
4641 'browser/sessions/session_service_factory.cc', | 4647 'browser/sessions/session_service_factory.cc', |
4642 'browser/sessions/session_service_factory.h', | 4648 'browser/sessions/session_service_factory.h', |
4643 ], | 4649 ], |
4644 }], | 4650 }], |
4645 ['OS=="android"', { | 4651 ['OS=="android"', { |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4687 'browser/ui/window_sizer.h', | 4693 'browser/ui/window_sizer.h', |
4688 'browser/upgrade_detector.cc', | 4694 'browser/upgrade_detector.cc', |
4689 'browser/upgrade_detector.h', | 4695 'browser/upgrade_detector.h', |
4690 'browser/upgrade_detector_impl.cc', | 4696 'browser/upgrade_detector_impl.cc', |
4691 'browser/upgrade_detector_impl.h', | 4697 'browser/upgrade_detector_impl.h', |
4692 ], | 4698 ], |
4693 'sources/': [ | 4699 'sources/': [ |
4694 ['exclude', '^browser/captive_portal/'], | 4700 ['exclude', '^browser/captive_portal/'], |
4695 ['exclude', '^browser/chrome_to_mobile'], | 4701 ['exclude', '^browser/chrome_to_mobile'], |
4696 ['exclude', '^browser/importer/'], | 4702 ['exclude', '^browser/importer/'], |
4697 ['exclude', '^browser/printing/'], | |
4698 ['exclude', '^browser/ui/panels/'], | 4703 ['exclude', '^browser/ui/panels/'], |
4699 ['exclude', '^browser/ui/tabs/'], | 4704 ['exclude', '^browser/ui/tabs/'], |
4700 ['exclude', '^browser/ui/toolbar/'], | 4705 ['exclude', '^browser/ui/toolbar/'], |
4701 ['exclude', '^browser/ui/webui/downloads_'], | 4706 ['exclude', '^browser/ui/webui/downloads_'], |
4702 ['exclude', '^browser/ui/webui/feedback_'], | 4707 ['exclude', '^browser/ui/webui/feedback_'], |
4703 ['exclude', '^browser/ui/webui/flags_'], | 4708 ['exclude', '^browser/ui/webui/flags_'], |
4704 ['exclude', '^browser/ui/webui/help/'], | 4709 ['exclude', '^browser/ui/webui/help/'], |
4705 ['exclude', '^browser/ui/webui/inspect_'], | 4710 ['exclude', '^browser/ui/webui/inspect_'], |
4706 ['exclude', '^browser/ui/webui/options'], | 4711 ['exclude', '^browser/ui/webui/options'], |
4707 ['exclude', '^browser/ui/webui/options2'], | 4712 ['exclude', '^browser/ui/webui/options2'], |
4708 ['exclude', '^browser/ui/webui/print_preview/'], | |
4709 ['exclude', '^browser/ui/webui/signin/'], | 4713 ['exclude', '^browser/ui/webui/signin/'], |
4710 ['exclude', '^browser/ui/webui/sync_promo'], | 4714 ['exclude', '^browser/ui/webui/sync_promo'], |
4711 ['exclude', '^browser/usb/'], | 4715 ['exclude', '^browser/usb/'], |
4712 ], | 4716 ], |
4713 }], | 4717 }], |
4714 ['OS=="mac"', { | 4718 ['OS=="mac"', { |
4715 'sources!': [ | 4719 'sources!': [ |
4716 'browser/automation/automation_provider_list_generic.cc', | 4720 'browser/automation/automation_provider_list_generic.cc', |
4717 'browser/bookmarks/bookmark_drop_info.cc', | 4721 'browser/bookmarks/bookmark_drop_info.cc', |
4718 'browser/first_run/upgrade_util.cc', | 4722 'browser/first_run/upgrade_util.cc', |
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5191 'browser/metrics/proto/study.proto', | 5195 'browser/metrics/proto/study.proto', |
5192 ], | 5196 ], |
5193 'variables': { | 5197 'variables': { |
5194 'proto_in_dir': 'browser/metrics/proto', | 5198 'proto_in_dir': 'browser/metrics/proto', |
5195 'proto_out_dir': 'chrome/browser/metrics/proto', | 5199 'proto_out_dir': 'chrome/browser/metrics/proto', |
5196 }, | 5200 }, |
5197 'includes': [ '../build/protoc.gypi' ] | 5201 'includes': [ '../build/protoc.gypi' ] |
5198 }, | 5202 }, |
5199 ], | 5203 ], |
5200 } | 5204 } |
OLD | NEW |