| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 'browser/browser_theme_pack.h', | 215 'browser/browser_theme_pack.h', |
| 216 'browser/browser_theme_provider_gtk.cc', | 216 'browser/browser_theme_provider_gtk.cc', |
| 217 'browser/browser_theme_provider_mac.mm', | 217 'browser/browser_theme_provider_mac.mm', |
| 218 'browser/browser_theme_provider.cc', | 218 'browser/browser_theme_provider.cc', |
| 219 'browser/browser_theme_provider.h', | 219 'browser/browser_theme_provider.h', |
| 220 'browser/browser_trial.cc', | 220 'browser/browser_trial.cc', |
| 221 'browser/browser_trial.h', | 221 'browser/browser_trial.h', |
| 222 'browser/browser_url_handler.cc', | 222 'browser/browser_url_handler.cc', |
| 223 'browser/browser_url_handler.h', | 223 'browser/browser_url_handler.h', |
| 224 'browser/browser_window.h', | 224 'browser/browser_window.h', |
| 225 'browser/browsing_data_local_storage_helper.cc', |
| 226 'browser/browsing_data_local_storage_helper.h', |
| 225 'browser/browsing_data_remover.cc', | 227 'browser/browsing_data_remover.cc', |
| 226 'browser/browsing_data_remover.h', | 228 'browser/browsing_data_remover.h', |
| 227 'browser/browsing_instance.cc', | 229 'browser/browsing_instance.cc', |
| 228 'browser/browsing_instance.h', | 230 'browser/browsing_instance.h', |
| 229 'browser/bubble_positioner.h', | 231 'browser/bubble_positioner.h', |
| 230 'browser/bug_report_util.cc', | 232 'browser/bug_report_util.cc', |
| 231 'browser/bug_report_util.h', | 233 'browser/bug_report_util.h', |
| 232 'browser/cancelable_request.cc', | 234 'browser/cancelable_request.cc', |
| 233 'browser/cancelable_request.h', | 235 'browser/cancelable_request.h', |
| 234 'browser/cert_store.cc', | 236 'browser/cert_store.cc', |
| (...skipping 2291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2526 ], | 2528 ], |
| 2527 }, | 2529 }, |
| 2528 ], | 2530 ], |
| 2529 } | 2531 } |
| 2530 | 2532 |
| 2531 # Local Variables: | 2533 # Local Variables: |
| 2532 # tab-width:2 | 2534 # tab-width:2 |
| 2533 # indent-tabs-mode:nil | 2535 # indent-tabs-mode:nil |
| 2534 # End: | 2536 # End: |
| 2535 # vim: set expandtab tabstop=2 shiftwidth=2: | 2537 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |