| 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 4184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4195 'browser/upgrade_detector_impl.cc', | 4195 'browser/upgrade_detector_impl.cc', |
| 4196 'browser/upgrade_detector_impl.h', | 4196 'browser/upgrade_detector_impl.h', |
| 4197 'browser/user_style_sheet_watcher.cc', | 4197 'browser/user_style_sheet_watcher.cc', |
| 4198 'browser/user_style_sheet_watcher.h', | 4198 'browser/user_style_sheet_watcher.h', |
| 4199 'browser/visitedlink/visitedlink_event_listener.cc', | 4199 'browser/visitedlink/visitedlink_event_listener.cc', |
| 4200 'browser/visitedlink/visitedlink_event_listener.h', | 4200 'browser/visitedlink/visitedlink_event_listener.h', |
| 4201 'browser/visitedlink/visitedlink_master.cc', | 4201 'browser/visitedlink/visitedlink_master.cc', |
| 4202 'browser/visitedlink/visitedlink_master.h', | 4202 'browser/visitedlink/visitedlink_master.h', |
| 4203 'browser/web_applications/web_app.cc', | 4203 'browser/web_applications/web_app.cc', |
| 4204 'browser/web_applications/web_app.h', | 4204 'browser/web_applications/web_app.h', |
| 4205 'browser/web_applications/web_app_linux.cc', |
| 4206 'browser/web_applications/web_app_mac.mm', |
| 4207 'browser/web_applications/web_app_win.cc', |
| 4205 'browser/web_resource/notification_promo.cc', | 4208 'browser/web_resource/notification_promo.cc', |
| 4206 'browser/web_resource/notification_promo.h', | 4209 'browser/web_resource/notification_promo.h', |
| 4207 'browser/web_resource/promo_resource_service.cc', | 4210 'browser/web_resource/promo_resource_service.cc', |
| 4208 'browser/web_resource/promo_resource_service.h', | 4211 'browser/web_resource/promo_resource_service.h', |
| 4209 'browser/web_resource/web_resource_service.cc', | 4212 'browser/web_resource/web_resource_service.cc', |
| 4210 'browser/web_resource/web_resource_service.h', | 4213 'browser/web_resource/web_resource_service.h', |
| 4211 'browser/webdata/autocomplete_syncable_service.cc', | 4214 'browser/webdata/autocomplete_syncable_service.cc', |
| 4212 'browser/webdata/autocomplete_syncable_service.h', | 4215 'browser/webdata/autocomplete_syncable_service.h', |
| 4213 'browser/webdata/autofill_change.cc', | 4216 'browser/webdata/autofill_change.cc', |
| 4214 'browser/webdata/autofill_change.h', | 4217 'browser/webdata/autofill_change.h', |
| (...skipping 1342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5557 'type': 'static_library', | 5560 'type': 'static_library', |
| 5558 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5561 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5559 'variables': { | 5562 'variables': { |
| 5560 'proto_in_dir': 'browser/history', | 5563 'proto_in_dir': 'browser/history', |
| 5561 'proto_out_dir': 'chrome/browser/history', | 5564 'proto_out_dir': 'chrome/browser/history', |
| 5562 }, | 5565 }, |
| 5563 'includes': [ '../build/protoc.gypi' ] | 5566 'includes': [ '../build/protoc.gypi' ] |
| 5564 }, | 5567 }, |
| 5565 ], | 5568 ], |
| 5566 } | 5569 } |
| OLD | NEW |