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 4720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4731 'sources/': [ | 4731 'sources/': [ |
4732 ['exclude', '^browser/notifications/'], | 4732 ['exclude', '^browser/notifications/'], |
4733 ], | 4733 ], |
4734 }], | 4734 }], |
4735 ['OS=="android"', { | 4735 ['OS=="android"', { |
4736 'sources!': [ | 4736 'sources!': [ |
4737 'browser/bookmarks/bookmark_context_menu_controller.cc', | 4737 'browser/bookmarks/bookmark_context_menu_controller.cc', |
4738 'browser/jankometer.cc', | 4738 'browser/jankometer.cc', |
4739 'browser/ui/sad_tab_observer.cc', | 4739 'browser/ui/sad_tab_observer.cc', |
4740 'browser/ui/webui/certificate_viewer_webui.cc', | 4740 'browser/ui/webui/certificate_viewer_webui.cc', |
| 4741 'browser/ui/webui/theme_source.cc', |
4741 ], | 4742 ], |
4742 'sources/': [ | 4743 'sources/': [ |
4743 ['exclude', '^browser/themes/'], | 4744 ['exclude', '^browser/themes/'], |
4744 ['exclude', '^browser/ui/panels/'], | 4745 ['exclude', '^browser/ui/panels/'], |
4745 ['exclude', '^browser/ui/tabs/'], | 4746 ['exclude', '^browser/ui/tabs/'], |
4746 ['exclude', '^browser/ui/toolbar/'], | 4747 ['exclude', '^browser/ui/toolbar/'], |
4747 ['exclude', '^browser/ui/webui/options'], | 4748 ['exclude', '^browser/ui/webui/options'], |
4748 ['exclude', '^browser/ui/webui/options2'], | 4749 ['exclude', '^browser/ui/webui/options2'], |
4749 ], | 4750 ], |
4750 }], | 4751 }], |
(...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5628 'type': 'static_library', | 5629 'type': 'static_library', |
5629 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5630 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5630 'variables': { | 5631 'variables': { |
5631 'proto_in_dir': 'browser/history', | 5632 'proto_in_dir': 'browser/history', |
5632 'proto_out_dir': 'chrome/browser/history', | 5633 'proto_out_dir': 'chrome/browser/history', |
5633 }, | 5634 }, |
5634 'includes': [ '../build/protoc.gypi' ] | 5635 'includes': [ '../build/protoc.gypi' ] |
5635 }, | 5636 }, |
5636 ], | 5637 ], |
5637 } | 5638 } |
OLD | NEW |