| 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 4726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4737 '../build/linux/system.gyp:gnome_keyring', | 4737 '../build/linux/system.gyp:gnome_keyring', |
| 4738 ], | 4738 ], |
| 4739 }], | 4739 }], |
| 4740 ], | 4740 ], |
| 4741 }], | 4741 }], |
| 4742 ['input_speech==0', { | 4742 ['input_speech==0', { |
| 4743 'sources/': [ | 4743 'sources/': [ |
| 4744 ['exclude', '^browser/speech/'], | 4744 ['exclude', '^browser/speech/'], |
| 4745 ], | 4745 ], |
| 4746 }], | 4746 }], |
| 4747 ['notifications==0', { |
| 4748 'sources/': [ |
| 4749 ['exclude', '^browser/notifications/'], |
| 4750 ], |
| 4751 }], |
| 4747 ['OS=="android"', { | 4752 ['OS=="android"', { |
| 4748 'sources!': [ | 4753 'sources!': [ |
| 4749 'browser/bookmarks/bookmark_context_menu_controller.cc', | 4754 'browser/bookmarks/bookmark_context_menu_controller.cc', |
| 4750 'browser/jankometer.cc', | 4755 'browser/jankometer.cc', |
| 4751 'browser/ui/sad_tab_observer.cc', | 4756 'browser/ui/sad_tab_observer.cc', |
| 4752 'browser/ui/webui/certificate_viewer_webui.cc', | 4757 'browser/ui/webui/certificate_viewer_webui.cc', |
| 4753 ], | 4758 ], |
| 4754 'sources/': [ | 4759 'sources/': [ |
| 4755 ['exclude', '^browser/notifications/'], | |
| 4756 ['exclude', '^browser/themes/'], | 4760 ['exclude', '^browser/themes/'], |
| 4757 ['exclude', '^browser/ui/panels/'], | 4761 ['exclude', '^browser/ui/panels/'], |
| 4758 ['exclude', '^browser/ui/tabs/'], | 4762 ['exclude', '^browser/ui/tabs/'], |
| 4759 ['exclude', '^browser/ui/toolbar/'], | 4763 ['exclude', '^browser/ui/toolbar/'], |
| 4760 ['exclude', '^browser/ui/webui/options'], | 4764 ['exclude', '^browser/ui/webui/options'], |
| 4761 ['exclude', '^browser/ui/webui/options2'], | 4765 ['exclude', '^browser/ui/webui/options2'], |
| 4762 ], | 4766 ], |
| 4763 }], | 4767 }], |
| 4764 ['OS=="mac"', { | 4768 ['OS=="mac"', { |
| 4765 'sources!': [ | 4769 'sources!': [ |
| (...skipping 889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5655 'type': 'static_library', | 5659 'type': 'static_library', |
| 5656 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5660 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5657 'variables': { | 5661 'variables': { |
| 5658 'proto_in_dir': 'browser/history', | 5662 'proto_in_dir': 'browser/history', |
| 5659 'proto_out_dir': 'chrome/browser/history', | 5663 'proto_out_dir': 'chrome/browser/history', |
| 5660 }, | 5664 }, |
| 5661 'includes': [ '../build/protoc.gypi' ] | 5665 'includes': [ '../build/protoc.gypi' ] |
| 5662 }, | 5666 }, |
| 5663 ], | 5667 ], |
| 5664 } | 5668 } |
| OLD | NEW |