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 4732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4743 ['OS=="android"', { | 4743 ['OS=="android"', { |
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/themes/'], | 4754 ['exclude', '^browser/themes/'], |
4754 ['exclude', '^browser/ui/panels/'], | 4755 ['exclude', '^browser/ui/panels/'], |
4755 ['exclude', '^browser/ui/tabs/'], | 4756 ['exclude', '^browser/ui/tabs/'], |
4756 ['exclude', '^browser/ui/toolbar/'], | 4757 ['exclude', '^browser/ui/toolbar/'], |
4757 ['exclude', '^browser/ui/webui/options'], | 4758 ['exclude', '^browser/ui/webui/options'], |
4758 ['exclude', '^browser/ui/webui/options2'], | 4759 ['exclude', '^browser/ui/webui/options2'], |
4759 ], | 4760 ], |
4760 }], | 4761 }], |
4761 ['OS=="mac"', { | 4762 ['OS=="mac"', { |
4762 'sources!': [ | 4763 'sources!': [ |
(...skipping 875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5638 'type': 'static_library', | 5639 'type': 'static_library', |
5639 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5640 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5640 'variables': { | 5641 'variables': { |
5641 'proto_in_dir': 'browser/history', | 5642 'proto_in_dir': 'browser/history', |
5642 'proto_out_dir': 'chrome/browser/history', | 5643 'proto_out_dir': 'chrome/browser/history', |
5643 }, | 5644 }, |
5644 'includes': [ '../build/protoc.gypi' ] | 5645 'includes': [ '../build/protoc.gypi' ] |
5645 }, | 5646 }, |
5646 ], | 5647 ], |
5647 } | 5648 } |
OLD | NEW |