| 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 2190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2201 'browser/speech/speech_input_bubble_controller.h', | 2201 'browser/speech/speech_input_bubble_controller.h', |
| 2202 'browser/speech/speech_input_bubble_gtk.cc', | 2202 'browser/speech/speech_input_bubble_gtk.cc', |
| 2203 'browser/speech/speech_input_bubble_mac.mm', | 2203 'browser/speech/speech_input_bubble_mac.mm', |
| 2204 'browser/speech/speech_input_bubble_views.cc', | 2204 'browser/speech/speech_input_bubble_views.cc', |
| 2205 'browser/speech/speech_input_extension_api.cc', | 2205 'browser/speech/speech_input_extension_api.cc', |
| 2206 'browser/speech/speech_input_extension_api.h', | 2206 'browser/speech/speech_input_extension_api.h', |
| 2207 'browser/speech/speech_input_extension_manager.cc', | 2207 'browser/speech/speech_input_extension_manager.cc', |
| 2208 'browser/speech/speech_input_extension_manager.h', | 2208 'browser/speech/speech_input_extension_manager.h', |
| 2209 'browser/speech/speech_input_extension_notification.cc', | 2209 'browser/speech/speech_input_extension_notification.cc', |
| 2210 'browser/speech/speech_input_extension_notification.h', | 2210 'browser/speech/speech_input_extension_notification.h', |
| 2211 'browser/spellchecker/spellcheck_factory.cc', |
| 2212 'browser/spellchecker/spellcheck_factory.h', |
| 2211 'browser/spellchecker/spellcheck_host.cc', | 2213 'browser/spellchecker/spellcheck_host.cc', |
| 2212 'browser/spellchecker/spellcheck_host.h', | 2214 'browser/spellchecker/spellcheck_host.h', |
| 2213 'browser/spellchecker/spellcheck_host_impl.cc', | 2215 'browser/spellchecker/spellcheck_host_impl.cc', |
| 2214 'browser/spellchecker/spellcheck_host_impl.h', | 2216 'browser/spellchecker/spellcheck_host_impl.h', |
| 2215 'browser/spellchecker/spellcheck_host_metrics.cc', | 2217 'browser/spellchecker/spellcheck_host_metrics.cc', |
| 2216 'browser/spellchecker/spellcheck_host_metrics.h', | 2218 'browser/spellchecker/spellcheck_host_metrics.h', |
| 2217 'browser/spellchecker/spellcheck_message_filter.cc', | 2219 'browser/spellchecker/spellcheck_message_filter.cc', |
| 2218 'browser/spellchecker/spellcheck_message_filter.h', | 2220 'browser/spellchecker/spellcheck_message_filter.h', |
| 2219 'browser/spellchecker/spellcheck_message_filter_mac.cc', | 2221 'browser/spellchecker/spellcheck_message_filter_mac.cc', |
| 2220 'browser/spellchecker/spellcheck_message_filter_mac.h', | 2222 'browser/spellchecker/spellcheck_message_filter_mac.h', |
| (...skipping 3257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5478 'type': 'static_library', | 5480 'type': 'static_library', |
| 5479 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5481 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5480 'variables': { | 5482 'variables': { |
| 5481 'proto_in_dir': 'browser/history', | 5483 'proto_in_dir': 'browser/history', |
| 5482 'proto_out_dir': 'chrome/browser/history', | 5484 'proto_out_dir': 'chrome/browser/history', |
| 5483 }, | 5485 }, |
| 5484 'includes': [ '../build/protoc.gypi' ] | 5486 'includes': [ '../build/protoc.gypi' ] |
| 5485 }, | 5487 }, |
| 5486 ], | 5488 ], |
| 5487 } | 5489 } |
| OLD | NEW |