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 4733 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4744 'sources!': [ | 4744 'sources!': [ |
4745 'browser/bookmarks/bookmark_context_menu_controller.cc', | 4745 'browser/bookmarks/bookmark_context_menu_controller.cc', |
4746 'browser/jankometer.cc', | 4746 'browser/jankometer.cc', |
4747 'browser/ui/sad_tab_observer.cc', | 4747 'browser/ui/sad_tab_observer.cc', |
4748 'browser/ui/webui/certificate_viewer_webui.cc', | 4748 'browser/ui/webui/certificate_viewer_webui.cc', |
4749 'browser/ui/window_sizer.cc', | 4749 'browser/ui/window_sizer.cc', |
4750 'browser/ui/window_sizer.h', | 4750 'browser/ui/window_sizer.h', |
4751 ], | 4751 ], |
4752 'sources/': [ | 4752 'sources/': [ |
4753 ['exclude', '^browser/importer/'], | 4753 ['exclude', '^browser/importer/'], |
| 4754 ['exclude', '^browser/printing/'], |
4754 ['exclude', '^browser/themes/'], | 4755 ['exclude', '^browser/themes/'], |
4755 ['exclude', '^browser/ui/panels/'], | 4756 ['exclude', '^browser/ui/panels/'], |
4756 ['exclude', '^browser/ui/tabs/'], | 4757 ['exclude', '^browser/ui/tabs/'], |
4757 ['exclude', '^browser/ui/toolbar/'], | 4758 ['exclude', '^browser/ui/toolbar/'], |
4758 ['exclude', '^browser/ui/webui/options'], | 4759 ['exclude', '^browser/ui/webui/options'], |
4759 ['exclude', '^browser/ui/webui/options2'], | 4760 ['exclude', '^browser/ui/webui/options2'], |
| 4761 ['exclude', '^browser/ui/webui/print_preview/'], |
4760 ], | 4762 ], |
4761 }], | 4763 }], |
4762 ['OS=="mac"', { | 4764 ['OS=="mac"', { |
4763 'sources!': [ | 4765 'sources!': [ |
4764 'browser/automation/automation_provider_list_generic.cc', | 4766 'browser/automation/automation_provider_list_generic.cc', |
4765 'browser/bookmarks/bookmark_drop_info.cc', | 4767 'browser/bookmarks/bookmark_drop_info.cc', |
4766 'browser/first_run/upgrade_util.cc', | 4768 'browser/first_run/upgrade_util.cc', |
4767 'browser/importer/nss_decryptor_system_nss.cc', | 4769 'browser/importer/nss_decryptor_system_nss.cc', |
4768 'browser/importer/nss_decryptor_system_nss.h', | 4770 'browser/importer/nss_decryptor_system_nss.h', |
4769 'browser/jankometer.cc', | 4771 'browser/jankometer.cc', |
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5639 'type': 'static_library', | 5641 'type': 'static_library', |
5640 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5642 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5641 'variables': { | 5643 'variables': { |
5642 'proto_in_dir': 'browser/history', | 5644 'proto_in_dir': 'browser/history', |
5643 'proto_out_dir': 'chrome/browser/history', | 5645 'proto_out_dir': 'chrome/browser/history', |
5644 }, | 5646 }, |
5645 'includes': [ '../build/protoc.gypi' ] | 5647 'includes': [ '../build/protoc.gypi' ] |
5646 }, | 5648 }, |
5647 ], | 5649 ], |
5648 } | 5650 } |
OLD | NEW |