| 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 2115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2126 'browser/spellchecker/spellchecker_platform_engine.h', | 2126 'browser/spellchecker/spellchecker_platform_engine.h', |
| 2127 'browser/spellchecker/spellchecker_win.cc', | 2127 'browser/spellchecker/spellchecker_win.cc', |
| 2128 'browser/ssl/ssl_add_cert_handler.cc', | 2128 'browser/ssl/ssl_add_cert_handler.cc', |
| 2129 'browser/ssl/ssl_add_cert_handler.h', | 2129 'browser/ssl/ssl_add_cert_handler.h', |
| 2130 'browser/ssl/ssl_add_cert_handler_mac.mm', | 2130 'browser/ssl/ssl_add_cert_handler_mac.mm', |
| 2131 'browser/ssl/ssl_blocking_page.cc', | 2131 'browser/ssl/ssl_blocking_page.cc', |
| 2132 'browser/ssl/ssl_blocking_page.h', | 2132 'browser/ssl/ssl_blocking_page.h', |
| 2133 'browser/ssl/ssl_error_info.cc', | 2133 'browser/ssl/ssl_error_info.cc', |
| 2134 'browser/ssl/ssl_error_info.h', | 2134 'browser/ssl/ssl_error_info.h', |
| 2135 'browser/ssl_client_certificate_selector.h', | 2135 'browser/ssl_client_certificate_selector.h', |
| 2136 'browser/status_icons/desktop_notification_balloon_impl.cc', |
| 2137 'browser/status_icons/desktop_notification_balloon_impl.h', |
| 2136 'browser/status_icons/status_icon.cc', | 2138 'browser/status_icons/status_icon.cc', |
| 2137 'browser/status_icons/status_icon.h', | 2139 'browser/status_icons/status_icon.h', |
| 2138 'browser/status_icons/status_tray.cc', | 2140 'browser/status_icons/status_tray.cc', |
| 2139 'browser/status_icons/status_tray.h', | 2141 'browser/status_icons/status_tray.h', |
| 2140 'browser/sync/glue/app_data_type_controller.cc', | 2142 'browser/sync/glue/app_data_type_controller.cc', |
| 2141 'browser/sync/glue/app_data_type_controller.h', | 2143 'browser/sync/glue/app_data_type_controller.h', |
| 2142 'browser/sync/glue/app_notification_data_type_controller.cc', | 2144 'browser/sync/glue/app_notification_data_type_controller.cc', |
| 2143 'browser/sync/glue/app_notification_data_type_controller.h', | 2145 'browser/sync/glue/app_notification_data_type_controller.h', |
| 2144 'browser/sync/glue/autofill_change_processor.cc', | 2146 'browser/sync/glue/autofill_change_processor.cc', |
| 2145 'browser/sync/glue/autofill_change_processor.h', | 2147 'browser/sync/glue/autofill_change_processor.h', |
| (...skipping 3045 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5191 'type': 'static_library', | 5193 'type': 'static_library', |
| 5192 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5194 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5193 'variables': { | 5195 'variables': { |
| 5194 'proto_in_dir': 'browser/history', | 5196 'proto_in_dir': 'browser/history', |
| 5195 'proto_out_dir': 'chrome/browser/history', | 5197 'proto_out_dir': 'chrome/browser/history', |
| 5196 }, | 5198 }, |
| 5197 'includes': [ '../build/protoc.gypi' ] | 5199 'includes': [ '../build/protoc.gypi' ] |
| 5198 }, | 5200 }, |
| 5199 ], | 5201 ], |
| 5200 } | 5202 } |
| OLD | NEW |