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 4727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4738 ], | 4738 ], |
4739 }], | 4739 }], |
4740 ['OS=="android"', { | 4740 ['OS=="android"', { |
4741 'sources!': [ | 4741 'sources!': [ |
4742 'browser/bookmarks/bookmark_context_menu_controller.cc', | 4742 'browser/bookmarks/bookmark_context_menu_controller.cc', |
4743 'browser/jankometer.cc', | 4743 'browser/jankometer.cc', |
4744 'browser/ui/sad_tab_observer.cc', | 4744 'browser/ui/sad_tab_observer.cc', |
4745 'browser/ui/webui/certificate_viewer_webui.cc', | 4745 'browser/ui/webui/certificate_viewer_webui.cc', |
4746 ], | 4746 ], |
4747 'sources/': [ | 4747 'sources/': [ |
| 4748 ['exclude', '^browser/importer/'], |
4748 ['exclude', '^browser/notifications/'], | 4749 ['exclude', '^browser/notifications/'], |
4749 ['exclude', '^browser/themes/'], | 4750 ['exclude', '^browser/themes/'], |
4750 ['exclude', '^browser/ui/panels/'], | 4751 ['exclude', '^browser/ui/panels/'], |
4751 ['exclude', '^browser/ui/tabs/'], | 4752 ['exclude', '^browser/ui/tabs/'], |
4752 ['exclude', '^browser/ui/toolbar/'], | 4753 ['exclude', '^browser/ui/toolbar/'], |
4753 ['exclude', '^browser/ui/webui/options'], | 4754 ['exclude', '^browser/ui/webui/options'], |
4754 ['exclude', '^browser/ui/webui/options2'], | 4755 ['exclude', '^browser/ui/webui/options2'], |
4755 ], | 4756 ], |
4756 }], | 4757 }], |
4757 ['OS=="mac"', { | 4758 ['OS=="mac"', { |
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5634 'type': 'static_library', | 5635 'type': 'static_library', |
5635 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5636 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5636 'variables': { | 5637 'variables': { |
5637 'proto_in_dir': 'browser/history', | 5638 'proto_in_dir': 'browser/history', |
5638 'proto_out_dir': 'chrome/browser/history', | 5639 'proto_out_dir': 'chrome/browser/history', |
5639 }, | 5640 }, |
5640 'includes': [ '../build/protoc.gypi' ] | 5641 'includes': [ '../build/protoc.gypi' ] |
5641 }, | 5642 }, |
5642 ], | 5643 ], |
5643 } | 5644 } |
OLD | NEW |