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 4600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4611 ], | 4611 ], |
4612 'sources/': [ | 4612 'sources/': [ |
4613 ['exclude', '^browser/themes/'], | 4613 ['exclude', '^browser/themes/'], |
4614 ], | 4614 ], |
4615 }], | 4615 }], |
4616 ['enable_automation!=1', { | 4616 ['enable_automation!=1', { |
4617 'sources/': [ | 4617 'sources/': [ |
4618 ['exclude', '^browser/automation/'], | 4618 ['exclude', '^browser/automation/'], |
4619 ], | 4619 ], |
4620 }], | 4620 }], |
| 4621 ['enable_printing!=1', { |
| 4622 'sources/': [ |
| 4623 ['exclude', '^browser/printing/'], |
| 4624 ['exclude', '^browser/ui/webui/print_preview/'], |
| 4625 ], |
| 4626 }], |
4621 ['enable_session_service!=1', { | 4627 ['enable_session_service!=1', { |
4622 'sources!': [ | 4628 'sources!': [ |
4623 'browser/sessions/session_restore.cc', | 4629 'browser/sessions/session_restore.cc', |
4624 'browser/sessions/session_service.cc', | 4630 'browser/sessions/session_service.cc', |
4625 'browser/sessions/session_service.h', | 4631 'browser/sessions/session_service.h', |
4626 'browser/sessions/session_service_factory.cc', | 4632 'browser/sessions/session_service_factory.cc', |
4627 'browser/sessions/session_service_factory.h', | 4633 'browser/sessions/session_service_factory.h', |
4628 ], | 4634 ], |
4629 }], | 4635 }], |
4630 ['OS=="android"', { | 4636 ['OS=="android"', { |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4672 'browser/ui/window_sizer.h', | 4678 'browser/ui/window_sizer.h', |
4673 'browser/upgrade_detector.cc', | 4679 'browser/upgrade_detector.cc', |
4674 'browser/upgrade_detector.h', | 4680 'browser/upgrade_detector.h', |
4675 'browser/upgrade_detector_impl.cc', | 4681 'browser/upgrade_detector_impl.cc', |
4676 'browser/upgrade_detector_impl.h', | 4682 'browser/upgrade_detector_impl.h', |
4677 ], | 4683 ], |
4678 'sources/': [ | 4684 'sources/': [ |
4679 ['exclude', '^browser/captive_portal/'], | 4685 ['exclude', '^browser/captive_portal/'], |
4680 ['exclude', '^browser/chrome_to_mobile'], | 4686 ['exclude', '^browser/chrome_to_mobile'], |
4681 ['exclude', '^browser/importer/'], | 4687 ['exclude', '^browser/importer/'], |
4682 ['exclude', '^browser/printing/'], | |
4683 ['exclude', '^browser/ui/panels/'], | 4688 ['exclude', '^browser/ui/panels/'], |
4684 ['exclude', '^browser/ui/tabs/'], | 4689 ['exclude', '^browser/ui/tabs/'], |
4685 ['exclude', '^browser/ui/toolbar/'], | 4690 ['exclude', '^browser/ui/toolbar/'], |
4686 ['exclude', '^browser/ui/webui/downloads_'], | 4691 ['exclude', '^browser/ui/webui/downloads_'], |
4687 ['exclude', '^browser/ui/webui/feedback_'], | 4692 ['exclude', '^browser/ui/webui/feedback_'], |
4688 ['exclude', '^browser/ui/webui/flags_'], | 4693 ['exclude', '^browser/ui/webui/flags_'], |
4689 ['exclude', '^browser/ui/webui/help/'], | 4694 ['exclude', '^browser/ui/webui/help/'], |
4690 ['exclude', '^browser/ui/webui/inspect_'], | 4695 ['exclude', '^browser/ui/webui/inspect_'], |
4691 ['exclude', '^browser/ui/webui/options'], | 4696 ['exclude', '^browser/ui/webui/options'], |
4692 ['exclude', '^browser/ui/webui/options2'], | 4697 ['exclude', '^browser/ui/webui/options2'], |
4693 ['exclude', '^browser/ui/webui/print_preview/'], | |
4694 ['exclude', '^browser/ui/webui/signin/'], | 4698 ['exclude', '^browser/ui/webui/signin/'], |
4695 ['exclude', '^browser/ui/webui/sync_promo'], | 4699 ['exclude', '^browser/ui/webui/sync_promo'], |
4696 ['exclude', '^browser/usb/'], | 4700 ['exclude', '^browser/usb/'], |
4697 ], | 4701 ], |
4698 }], | 4702 }], |
4699 ['OS=="mac"', { | 4703 ['OS=="mac"', { |
4700 'sources!': [ | 4704 'sources!': [ |
4701 'browser/automation/automation_provider_list_generic.cc', | 4705 'browser/automation/automation_provider_list_generic.cc', |
4702 'browser/bookmarks/bookmark_drop_info.cc', | 4706 'browser/bookmarks/bookmark_drop_info.cc', |
4703 'browser/first_run/upgrade_util.cc', | 4707 'browser/first_run/upgrade_util.cc', |
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5176 'browser/metrics/proto/study.proto', | 5180 'browser/metrics/proto/study.proto', |
5177 ], | 5181 ], |
5178 'variables': { | 5182 'variables': { |
5179 'proto_in_dir': 'browser/metrics/proto', | 5183 'proto_in_dir': 'browser/metrics/proto', |
5180 'proto_out_dir': 'chrome/browser/metrics/proto', | 5184 'proto_out_dir': 'chrome/browser/metrics/proto', |
5181 }, | 5185 }, |
5182 'includes': [ '../build/protoc.gypi' ] | 5186 'includes': [ '../build/protoc.gypi' ] |
5183 }, | 5187 }, |
5184 ], | 5188 ], |
5185 } | 5189 } |
OLD | NEW |