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 4715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4726 ], | 4726 ], |
4727 }], | 4727 }], |
4728 ['OS=="android"', { | 4728 ['OS=="android"', { |
4729 'sources!': [ | 4729 'sources!': [ |
4730 'browser/bookmarks/bookmark_context_menu_controller.cc', | 4730 'browser/bookmarks/bookmark_context_menu_controller.cc', |
4731 'browser/jankometer.cc', | 4731 'browser/jankometer.cc', |
4732 'browser/ui/sad_tab_observer.cc', | 4732 'browser/ui/sad_tab_observer.cc', |
4733 'browser/ui/webui/certificate_viewer_webui.cc', | 4733 'browser/ui/webui/certificate_viewer_webui.cc', |
4734 ], | 4734 ], |
4735 'sources/': [ | 4735 'sources/': [ |
| 4736 ['exclude', '^browser/intents'], |
4736 ['exclude', '^browser/notifications/'], | 4737 ['exclude', '^browser/notifications/'], |
4737 ['exclude', '^browser/themes/'], | 4738 ['exclude', '^browser/themes/'], |
| 4739 ['exclude', '^browser/ui/intents'], |
4738 ['exclude', '^browser/ui/panels/'], | 4740 ['exclude', '^browser/ui/panels/'], |
4739 ['exclude', '^browser/ui/tabs/'], | 4741 ['exclude', '^browser/ui/tabs/'], |
4740 ['exclude', '^browser/ui/toolbar/'], | 4742 ['exclude', '^browser/ui/toolbar/'], |
4741 ['exclude', '^browser/ui/webui/options'], | 4743 ['exclude', '^browser/ui/webui/options'], |
4742 ['exclude', '^browser/ui/webui/options2'], | 4744 ['exclude', '^browser/ui/webui/options2'], |
4743 ], | 4745 ], |
4744 }], | 4746 }], |
4745 ['OS=="mac"', { | 4747 ['OS=="mac"', { |
4746 'sources!': [ | 4748 'sources!': [ |
4747 'browser/automation/automation_provider_list_generic.cc', | 4749 'browser/automation/automation_provider_list_generic.cc', |
(...skipping 887 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5635 'type': 'static_library', | 5637 'type': 'static_library', |
5636 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5638 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5637 'variables': { | 5639 'variables': { |
5638 'proto_in_dir': 'browser/history', | 5640 'proto_in_dir': 'browser/history', |
5639 'proto_out_dir': 'chrome/browser/history', | 5641 'proto_out_dir': 'chrome/browser/history', |
5640 }, | 5642 }, |
5641 'includes': [ '../build/protoc.gypi' ] | 5643 'includes': [ '../build/protoc.gypi' ] |
5642 }, | 5644 }, |
5643 ], | 5645 ], |
5644 } | 5646 } |
OLD | NEW |