OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 1745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1756 'browser/speech/speech_recognition_bubble_controller.h', | 1756 'browser/speech/speech_recognition_bubble_controller.h', |
1757 'browser/speech/tts_chromeos.cc', | 1757 'browser/speech/tts_chromeos.cc', |
1758 'browser/speech/tts_controller.cc', | 1758 'browser/speech/tts_controller.cc', |
1759 'browser/speech/tts_controller.h', | 1759 'browser/speech/tts_controller.h', |
1760 'browser/speech/tts_extension_loader_chromeos.cc', | 1760 'browser/speech/tts_extension_loader_chromeos.cc', |
1761 'browser/speech/tts_extension_loader_chromeos.h', | 1761 'browser/speech/tts_extension_loader_chromeos.h', |
1762 'browser/speech/tts_linux.cc', | 1762 'browser/speech/tts_linux.cc', |
1763 'browser/speech/tts_mac.mm', | 1763 'browser/speech/tts_mac.mm', |
1764 'browser/speech/tts_platform.cc', | 1764 'browser/speech/tts_platform.cc', |
1765 'browser/speech/tts_platform.h', | 1765 'browser/speech/tts_platform.h', |
| 1766 'browser/speech/tts_request_handler.cc', |
| 1767 'browser/speech/tts_request_handler.h', |
1766 'browser/speech/tts_win.cc', | 1768 'browser/speech/tts_win.cc', |
1767 'browser/spellchecker/spellcheck_custom_dictionary.cc', | 1769 'browser/spellchecker/spellcheck_custom_dictionary.cc', |
1768 'browser/spellchecker/spellcheck_custom_dictionary.h', | 1770 'browser/spellchecker/spellcheck_custom_dictionary.h', |
1769 'browser/spellchecker/spellcheck_dictionary.h', | 1771 'browser/spellchecker/spellcheck_dictionary.h', |
1770 'browser/spellchecker/spellcheck_factory.cc', | 1772 'browser/spellchecker/spellcheck_factory.cc', |
1771 'browser/spellchecker/spellcheck_factory.h', | 1773 'browser/spellchecker/spellcheck_factory.h', |
1772 'browser/spellchecker/spellcheck_host_metrics.cc', | 1774 'browser/spellchecker/spellcheck_host_metrics.cc', |
1773 'browser/spellchecker/spellcheck_host_metrics.h', | 1775 'browser/spellchecker/spellcheck_host_metrics.h', |
1774 'browser/spellchecker/spellcheck_hunspell_dictionary.cc', | 1776 'browser/spellchecker/spellcheck_hunspell_dictionary.cc', |
1775 'browser/spellchecker/spellcheck_hunspell_dictionary.h', | 1777 'browser/spellchecker/spellcheck_hunspell_dictionary.h', |
(...skipping 1350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3126 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3128 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3127 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3129 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3128 }, | 3130 }, |
3129 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3131 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3130 }, | 3132 }, |
3131 ], | 3133 ], |
3132 }, | 3134 }, |
3133 ], | 3135 ], |
3134 ], | 3136 ], |
3135 } | 3137 } |
OLD | NEW |