| 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 1782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1793 'browser/speech/speech_recognition_bubble_controller.h', | 1793 'browser/speech/speech_recognition_bubble_controller.h', |
| 1794 'browser/speech/tts_chromeos.cc', | 1794 'browser/speech/tts_chromeos.cc', |
| 1795 'browser/speech/tts_controller.cc', | 1795 'browser/speech/tts_controller.cc', |
| 1796 'browser/speech/tts_controller.h', | 1796 'browser/speech/tts_controller.h', |
| 1797 'browser/speech/tts_extension_loader_chromeos.cc', | 1797 'browser/speech/tts_extension_loader_chromeos.cc', |
| 1798 'browser/speech/tts_extension_loader_chromeos.h', | 1798 'browser/speech/tts_extension_loader_chromeos.h', |
| 1799 'browser/speech/tts_linux.cc', | 1799 'browser/speech/tts_linux.cc', |
| 1800 'browser/speech/tts_mac.mm', | 1800 'browser/speech/tts_mac.mm', |
| 1801 'browser/speech/tts_platform.cc', | 1801 'browser/speech/tts_platform.cc', |
| 1802 'browser/speech/tts_platform.h', | 1802 'browser/speech/tts_platform.h', |
| 1803 'browser/speech/tts_message_filter.cc', |
| 1804 'browser/speech/tts_message_filter.h', |
| 1803 'browser/speech/tts_win.cc', | 1805 'browser/speech/tts_win.cc', |
| 1804 'browser/spellchecker/spellcheck_custom_dictionary.cc', | 1806 'browser/spellchecker/spellcheck_custom_dictionary.cc', |
| 1805 'browser/spellchecker/spellcheck_custom_dictionary.h', | 1807 'browser/spellchecker/spellcheck_custom_dictionary.h', |
| 1806 'browser/spellchecker/spellcheck_dictionary.h', | 1808 'browser/spellchecker/spellcheck_dictionary.h', |
| 1807 'browser/spellchecker/spellcheck_factory.cc', | 1809 'browser/spellchecker/spellcheck_factory.cc', |
| 1808 'browser/spellchecker/spellcheck_factory.h', | 1810 'browser/spellchecker/spellcheck_factory.h', |
| 1809 'browser/spellchecker/spellcheck_host_metrics.cc', | 1811 'browser/spellchecker/spellcheck_host_metrics.cc', |
| 1810 'browser/spellchecker/spellcheck_host_metrics.h', | 1812 'browser/spellchecker/spellcheck_host_metrics.h', |
| 1811 'browser/spellchecker/spellcheck_hunspell_dictionary.cc', | 1813 'browser/spellchecker/spellcheck_hunspell_dictionary.cc', |
| 1812 'browser/spellchecker/spellcheck_hunspell_dictionary.h', | 1814 'browser/spellchecker/spellcheck_hunspell_dictionary.h', |
| (...skipping 1278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3091 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3093 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3092 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3094 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3093 }, | 3095 }, |
| 3094 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3096 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3095 }, | 3097 }, |
| 3096 ], | 3098 ], |
| 3097 }, | 3099 }, |
| 3098 ], | 3100 ], |
| 3099 ], | 3101 ], |
| 3100 } | 3102 } |
| OLD | NEW |