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 2193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2204 'browser/shell_integration.h', | 2204 'browser/shell_integration.h', |
2205 'browser/shell_integration_linux.cc', | 2205 'browser/shell_integration_linux.cc', |
2206 'browser/shell_integration_mac.mm', | 2206 'browser/shell_integration_mac.mm', |
2207 'browser/shell_integration_win.cc', | 2207 'browser/shell_integration_win.cc', |
2208 'browser/signin/signin_manager.cc', | 2208 'browser/signin/signin_manager.cc', |
2209 'browser/signin/signin_manager.h', | 2209 'browser/signin/signin_manager.h', |
2210 'browser/signin/signin_manager_factory.cc', | 2210 'browser/signin/signin_manager_factory.cc', |
2211 'browser/signin/signin_manager_factory.h', | 2211 'browser/signin/signin_manager_factory.h', |
2212 'browser/signin/token_service.cc', | 2212 'browser/signin/token_service.cc', |
2213 'browser/signin/token_service.h', | 2213 'browser/signin/token_service.h', |
| 2214 'browser/signin/ubertoken_fetcher.cc', |
| 2215 'browser/signin/ubertoken_fetcher.h', |
2214 'browser/simple_message_box.h', | 2216 'browser/simple_message_box.h', |
2215 'browser/speech/chrome_speech_input_manager.cc', | 2217 'browser/speech/chrome_speech_input_manager.cc', |
2216 'browser/speech/chrome_speech_input_manager.h', | 2218 'browser/speech/chrome_speech_input_manager.h', |
2217 'browser/speech/chrome_speech_input_preferences.cc', | 2219 'browser/speech/chrome_speech_input_preferences.cc', |
2218 'browser/speech/chrome_speech_input_preferences.h', | 2220 'browser/speech/chrome_speech_input_preferences.h', |
2219 'browser/speech/speech_input_bubble.cc', | 2221 'browser/speech/speech_input_bubble.cc', |
2220 'browser/speech/speech_input_bubble.h', | 2222 'browser/speech/speech_input_bubble.h', |
2221 'browser/speech/speech_input_bubble_controller.cc', | 2223 'browser/speech/speech_input_bubble_controller.cc', |
2222 'browser/speech/speech_input_bubble_controller.h', | 2224 'browser/speech/speech_input_bubble_controller.h', |
2223 'browser/speech/speech_input_bubble_gtk.cc', | 2225 'browser/speech/speech_input_bubble_gtk.cc', |
(...skipping 3292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5516 'type': 'static_library', | 5518 'type': 'static_library', |
5517 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5519 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
5518 'variables': { | 5520 'variables': { |
5519 'proto_in_dir': 'browser/history', | 5521 'proto_in_dir': 'browser/history', |
5520 'proto_out_dir': 'chrome/browser/history', | 5522 'proto_out_dir': 'chrome/browser/history', |
5521 }, | 5523 }, |
5522 'includes': [ '../build/protoc.gypi' ] | 5524 'includes': [ '../build/protoc.gypi' ] |
5523 }, | 5525 }, |
5524 ], | 5526 ], |
5525 } | 5527 } |
OLD | NEW |