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 2186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2197 'browser/shell_integration.h', | 2197 'browser/shell_integration.h', |
2198 'browser/shell_integration_linux.cc', | 2198 'browser/shell_integration_linux.cc', |
2199 'browser/shell_integration_mac.mm', | 2199 'browser/shell_integration_mac.mm', |
2200 'browser/shell_integration_win.cc', | 2200 'browser/shell_integration_win.cc', |
2201 'browser/signin/signin_manager.cc', | 2201 'browser/signin/signin_manager.cc', |
2202 'browser/signin/signin_manager.h', | 2202 'browser/signin/signin_manager.h', |
2203 'browser/signin/signin_manager_factory.cc', | 2203 'browser/signin/signin_manager_factory.cc', |
2204 'browser/signin/signin_manager_factory.h', | 2204 'browser/signin/signin_manager_factory.h', |
2205 'browser/signin/token_service.cc', | 2205 'browser/signin/token_service.cc', |
2206 'browser/signin/token_service.h', | 2206 'browser/signin/token_service.h', |
| 2207 'browser/signin/ubertoken_fetcher.cc', |
| 2208 'browser/signin/ubertoken_fetcher.h', |
2207 'browser/simple_message_box.h', | 2209 'browser/simple_message_box.h', |
2208 'browser/speech/chrome_speech_input_manager.cc', | 2210 'browser/speech/chrome_speech_input_manager.cc', |
2209 'browser/speech/chrome_speech_input_manager.h', | 2211 'browser/speech/chrome_speech_input_manager.h', |
2210 'browser/speech/chrome_speech_input_preferences.cc', | 2212 'browser/speech/chrome_speech_input_preferences.cc', |
2211 'browser/speech/chrome_speech_input_preferences.h', | 2213 'browser/speech/chrome_speech_input_preferences.h', |
2212 'browser/speech/speech_input_bubble.cc', | 2214 'browser/speech/speech_input_bubble.cc', |
2213 'browser/speech/speech_input_bubble.h', | 2215 'browser/speech/speech_input_bubble.h', |
2214 'browser/speech/speech_input_bubble_controller.cc', | 2216 'browser/speech/speech_input_bubble_controller.cc', |
2215 'browser/speech/speech_input_bubble_controller.h', | 2217 'browser/speech/speech_input_bubble_controller.h', |
2216 'browser/speech/speech_input_bubble_gtk.cc', | 2218 'browser/speech/speech_input_bubble_gtk.cc', |
(...skipping 3278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5495 'type': 'static_library', | 5497 'type': 'static_library', |
5496 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5498 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5497 'variables': { | 5499 'variables': { |
5498 'proto_in_dir': 'browser/history', | 5500 'proto_in_dir': 'browser/history', |
5499 'proto_out_dir': 'chrome/browser/history', | 5501 'proto_out_dir': 'chrome/browser/history', |
5500 }, | 5502 }, |
5501 'includes': [ '../build/protoc.gypi' ] | 5503 'includes': [ '../build/protoc.gypi' ] |
5502 }, | 5504 }, |
5503 ], | 5505 ], |
5504 } | 5506 } |
OLD | NEW |