| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 2016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2027 'browser/shell_integration_linux.cc', | 2027 'browser/shell_integration_linux.cc', |
| 2028 'browser/shell_integration_mac.mm', | 2028 'browser/shell_integration_mac.mm', |
| 2029 'browser/shell_integration_win.cc', | 2029 'browser/shell_integration_win.cc', |
| 2030 'browser/sidebar/sidebar_container.cc', | 2030 'browser/sidebar/sidebar_container.cc', |
| 2031 'browser/sidebar/sidebar_container.h', | 2031 'browser/sidebar/sidebar_container.h', |
| 2032 'browser/sidebar/sidebar_manager.cc', | 2032 'browser/sidebar/sidebar_manager.cc', |
| 2033 'browser/sidebar/sidebar_manager.h', | 2033 'browser/sidebar/sidebar_manager.h', |
| 2034 'browser/simple_message_box.h', | 2034 'browser/simple_message_box.h', |
| 2035 'browser/speech/chrome_speech_input_manager.cc', | 2035 'browser/speech/chrome_speech_input_manager.cc', |
| 2036 'browser/speech/chrome_speech_input_manager.h', | 2036 'browser/speech/chrome_speech_input_manager.h', |
| 2037 'browser/speech/chrome_speech_input_preferences.cc', |
| 2038 'browser/speech/chrome_speech_input_preferences.h', |
| 2037 'browser/speech/speech_input_bubble.cc', | 2039 'browser/speech/speech_input_bubble.cc', |
| 2038 'browser/speech/speech_input_bubble.h', | 2040 'browser/speech/speech_input_bubble.h', |
| 2039 'browser/speech/speech_input_bubble_controller.cc', | 2041 'browser/speech/speech_input_bubble_controller.cc', |
| 2040 'browser/speech/speech_input_bubble_controller.h', | 2042 'browser/speech/speech_input_bubble_controller.h', |
| 2041 'browser/speech/speech_input_bubble_gtk.cc', | 2043 'browser/speech/speech_input_bubble_gtk.cc', |
| 2042 'browser/speech/speech_input_bubble_mac.mm', | 2044 'browser/speech/speech_input_bubble_mac.mm', |
| 2043 'browser/speech/speech_input_bubble_views.cc', | 2045 'browser/speech/speech_input_bubble_views.cc', |
| 2044 'browser/spellchecker/spellcheck_host.cc', | 2046 'browser/spellchecker/spellcheck_host.cc', |
| 2045 'browser/spellchecker/spellcheck_host.h', | 2047 'browser/spellchecker/spellcheck_host.h', |
| 2046 'browser/spellchecker/spellcheck_host_impl.cc', | 2048 'browser/spellchecker/spellcheck_host_impl.cc', |
| (...skipping 3025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5072 # weak imports in dependents, who still must #include | 5074 # weak imports in dependents, who still must #include |
| 5073 # closure_blocks_leopard_compat.h to get weak imports. | 5075 # closure_blocks_leopard_compat.h to get weak imports. |
| 5074 'type': 'none', | 5076 'type': 'none', |
| 5075 }], | 5077 }], |
| 5076 ], | 5078 ], |
| 5077 }, | 5079 }, |
| 5078 ], | 5080 ], |
| 5079 }], | 5081 }], |
| 5080 ], | 5082 ], |
| 5081 } | 5083 } |
| OLD | NEW |