| 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 'browser/browser_theme_pack.h', | 219 'browser/browser_theme_pack.h', |
| 220 'browser/browser_theme_provider_gtk.cc', | 220 'browser/browser_theme_provider_gtk.cc', |
| 221 'browser/browser_theme_provider_mac.mm', | 221 'browser/browser_theme_provider_mac.mm', |
| 222 'browser/browser_theme_provider.cc', | 222 'browser/browser_theme_provider.cc', |
| 223 'browser/browser_theme_provider.h', | 223 'browser/browser_theme_provider.h', |
| 224 'browser/browser_trial.cc', | 224 'browser/browser_trial.cc', |
| 225 'browser/browser_trial.h', | 225 'browser/browser_trial.h', |
| 226 'browser/browser_url_handler.cc', | 226 'browser/browser_url_handler.cc', |
| 227 'browser/browser_url_handler.h', | 227 'browser/browser_url_handler.h', |
| 228 'browser/browser_window.h', | 228 'browser/browser_window.h', |
| 229 'browser/browsing_data_local_storage_helper.cc', |
| 230 'browser/browsing_data_local_storage_helper.h', |
| 229 'browser/browsing_data_remover.cc', | 231 'browser/browsing_data_remover.cc', |
| 230 'browser/browsing_data_remover.h', | 232 'browser/browsing_data_remover.h', |
| 231 'browser/browsing_instance.cc', | 233 'browser/browsing_instance.cc', |
| 232 'browser/browsing_instance.h', | 234 'browser/browsing_instance.h', |
| 233 'browser/bubble_positioner.h', | 235 'browser/bubble_positioner.h', |
| 234 'browser/bug_report_util.cc', | 236 'browser/bug_report_util.cc', |
| 235 'browser/bug_report_util.h', | 237 'browser/bug_report_util.h', |
| 236 'browser/cancelable_request.cc', | 238 'browser/cancelable_request.cc', |
| 237 'browser/cancelable_request.h', | 239 'browser/cancelable_request.h', |
| 238 'browser/cert_store.cc', | 240 'browser/cert_store.cc', |
| (...skipping 2293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2532 ], | 2534 ], |
| 2533 }, | 2535 }, |
| 2534 ], | 2536 ], |
| 2535 } | 2537 } |
| 2536 | 2538 |
| 2537 # Local Variables: | 2539 # Local Variables: |
| 2538 # tab-width:2 | 2540 # tab-width:2 |
| 2539 # indent-tabs-mode:nil | 2541 # indent-tabs-mode:nil |
| 2540 # End: | 2542 # End: |
| 2541 # vim: set expandtab tabstop=2 shiftwidth=2: | 2543 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |