| 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 1866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1877 'browser/speech/speech_recognition_bubble_controller.h', | 1877 'browser/speech/speech_recognition_bubble_controller.h', |
| 1878 'browser/speech/tts_chromeos.cc', | 1878 'browser/speech/tts_chromeos.cc', |
| 1879 'browser/speech/tts_controller.cc', | 1879 'browser/speech/tts_controller.cc', |
| 1880 'browser/speech/tts_controller.h', | 1880 'browser/speech/tts_controller.h', |
| 1881 'browser/speech/tts_extension_loader_chromeos.cc', | 1881 'browser/speech/tts_extension_loader_chromeos.cc', |
| 1882 'browser/speech/tts_extension_loader_chromeos.h', | 1882 'browser/speech/tts_extension_loader_chromeos.h', |
| 1883 'browser/speech/tts_linux.cc', | 1883 'browser/speech/tts_linux.cc', |
| 1884 'browser/speech/tts_mac.mm', | 1884 'browser/speech/tts_mac.mm', |
| 1885 'browser/speech/tts_platform.cc', | 1885 'browser/speech/tts_platform.cc', |
| 1886 'browser/speech/tts_platform.h', | 1886 'browser/speech/tts_platform.h', |
| 1887 'browser/speech/tts_request_handler.cc', |
| 1888 'browser/speech/tts_request_handler.h', |
| 1887 'browser/speech/tts_win.cc', | 1889 'browser/speech/tts_win.cc', |
| 1888 'browser/spellchecker/spellcheck_custom_dictionary.cc', | 1890 'browser/spellchecker/spellcheck_custom_dictionary.cc', |
| 1889 'browser/spellchecker/spellcheck_custom_dictionary.h', | 1891 'browser/spellchecker/spellcheck_custom_dictionary.h', |
| 1890 'browser/spellchecker/spellcheck_dictionary.h', | 1892 'browser/spellchecker/spellcheck_dictionary.h', |
| 1891 'browser/spellchecker/spellcheck_factory.cc', | 1893 'browser/spellchecker/spellcheck_factory.cc', |
| 1892 'browser/spellchecker/spellcheck_factory.h', | 1894 'browser/spellchecker/spellcheck_factory.h', |
| 1893 'browser/spellchecker/spellcheck_host_metrics.cc', | 1895 'browser/spellchecker/spellcheck_host_metrics.cc', |
| 1894 'browser/spellchecker/spellcheck_host_metrics.h', | 1896 'browser/spellchecker/spellcheck_host_metrics.h', |
| 1895 'browser/spellchecker/spellcheck_hunspell_dictionary.cc', | 1897 'browser/spellchecker/spellcheck_hunspell_dictionary.cc', |
| 1896 'browser/spellchecker/spellcheck_hunspell_dictionary.h', | 1898 'browser/spellchecker/spellcheck_hunspell_dictionary.h', |
| (...skipping 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3162 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3164 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3163 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3165 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3164 }, | 3166 }, |
| 3165 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3167 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3166 }, | 3168 }, |
| 3167 ], | 3169 ], |
| 3168 }, | 3170 }, |
| 3169 ], | 3171 ], |
| 3170 ], | 3172 ], |
| 3171 } | 3173 } |
| OLD | NEW |