| 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 2141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2152 'browser/spellchecker/spellchecker_platform_engine.h', | 2152 'browser/spellchecker/spellchecker_platform_engine.h', |
| 2153 'browser/spellchecker/spellchecker_win.cc', | 2153 'browser/spellchecker/spellchecker_win.cc', |
| 2154 'browser/ssl/ssl_add_cert_handler.cc', | 2154 'browser/ssl/ssl_add_cert_handler.cc', |
| 2155 'browser/ssl/ssl_add_cert_handler.h', | 2155 'browser/ssl/ssl_add_cert_handler.h', |
| 2156 'browser/ssl/ssl_add_cert_handler_mac.mm', | 2156 'browser/ssl/ssl_add_cert_handler_mac.mm', |
| 2157 'browser/ssl/ssl_blocking_page.cc', | 2157 'browser/ssl/ssl_blocking_page.cc', |
| 2158 'browser/ssl/ssl_blocking_page.h', | 2158 'browser/ssl/ssl_blocking_page.h', |
| 2159 'browser/ssl/ssl_error_info.cc', | 2159 'browser/ssl/ssl_error_info.cc', |
| 2160 'browser/ssl/ssl_error_info.h', | 2160 'browser/ssl/ssl_error_info.h', |
| 2161 'browser/ssl_client_certificate_selector.h', | 2161 'browser/ssl_client_certificate_selector.h', |
| 2162 'browser/status_icons/desktop_notification_balloon.cc', | |
| 2163 'browser/status_icons/desktop_notification_balloon.h', | |
| 2164 'browser/status_icons/status_icon.cc', | 2162 'browser/status_icons/status_icon.cc', |
| 2165 'browser/status_icons/status_icon.h', | 2163 'browser/status_icons/status_icon.h', |
| 2166 'browser/status_icons/status_tray.cc', | 2164 'browser/status_icons/status_tray.cc', |
| 2167 'browser/status_icons/status_tray.h', | 2165 'browser/status_icons/status_tray.h', |
| 2168 'browser/sync/glue/app_data_type_controller.cc', | 2166 'browser/sync/glue/app_data_type_controller.cc', |
| 2169 'browser/sync/glue/app_data_type_controller.h', | 2167 'browser/sync/glue/app_data_type_controller.h', |
| 2170 'browser/sync/glue/app_notification_data_type_controller.cc', | 2168 'browser/sync/glue/app_notification_data_type_controller.cc', |
| 2171 'browser/sync/glue/app_notification_data_type_controller.h', | 2169 'browser/sync/glue/app_notification_data_type_controller.h', |
| 2172 'browser/sync/glue/autofill_change_processor.cc', | 2170 'browser/sync/glue/autofill_change_processor.cc', |
| 2173 'browser/sync/glue/autofill_change_processor.h', | 2171 'browser/sync/glue/autofill_change_processor.h', |
| (...skipping 3055 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5229 'type': 'static_library', | 5227 'type': 'static_library', |
| 5230 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5228 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5231 'variables': { | 5229 'variables': { |
| 5232 'proto_in_dir': 'browser/history', | 5230 'proto_in_dir': 'browser/history', |
| 5233 'proto_out_dir': 'chrome/browser/history', | 5231 'proto_out_dir': 'chrome/browser/history', |
| 5234 }, | 5232 }, |
| 5235 'includes': [ '../build/protoc.gypi' ] | 5233 'includes': [ '../build/protoc.gypi' ] |
| 5236 }, | 5234 }, |
| 5237 ], | 5235 ], |
| 5238 } | 5236 } |
| OLD | NEW |