| 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 2335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2346 'browser/safe_browsing/safe_browsing_store_sqlite.cc', | 2346 'browser/safe_browsing/safe_browsing_store_sqlite.cc', |
| 2347 'browser/safe_browsing/safe_browsing_store_sqlite.h', | 2347 'browser/safe_browsing/safe_browsing_store_sqlite.h', |
| 2348 'browser/safe_browsing/safe_browsing_util.cc', | 2348 'browser/safe_browsing/safe_browsing_util.cc', |
| 2349 'browser/safe_browsing/safe_browsing_util.h', | 2349 'browser/safe_browsing/safe_browsing_util.h', |
| 2350 'browser/scoped_pref_update.cc', | 2350 'browser/scoped_pref_update.cc', |
| 2351 'browser/scoped_pref_update.h', | 2351 'browser/scoped_pref_update.h', |
| 2352 'browser/search_engines/edit_search_engine_controller.cc', | 2352 'browser/search_engines/edit_search_engine_controller.cc', |
| 2353 'browser/search_engines/edit_search_engine_controller.h', | 2353 'browser/search_engines/edit_search_engine_controller.h', |
| 2354 'browser/search_engines/keyword_editor_controller.cc', | 2354 'browser/search_engines/keyword_editor_controller.cc', |
| 2355 'browser/search_engines/keyword_editor_controller.h', | 2355 'browser/search_engines/keyword_editor_controller.h', |
| 2356 'browser/search_engines/search_provider_install_state_dispatcher_host.cc
', |
| 2357 'browser/search_engines/search_provider_install_state_dispatcher_host.h'
, |
| 2356 'browser/search_engines/template_url.cc', | 2358 'browser/search_engines/template_url.cc', |
| 2357 'browser/search_engines/template_url.h', | 2359 'browser/search_engines/template_url.h', |
| 2358 'browser/search_engines/template_url_fetcher.cc', | 2360 'browser/search_engines/template_url_fetcher.cc', |
| 2359 'browser/search_engines/template_url_fetcher.h', | 2361 'browser/search_engines/template_url_fetcher.h', |
| 2360 'browser/search_engines/template_url_model.cc', | 2362 'browser/search_engines/template_url_model.cc', |
| 2361 'browser/search_engines/template_url_model.h', | 2363 'browser/search_engines/template_url_model.h', |
| 2362 'browser/search_engines/template_url_parser.cc', | 2364 'browser/search_engines/template_url_parser.cc', |
| 2363 'browser/search_engines/template_url_parser.h', | 2365 'browser/search_engines/template_url_parser.h', |
| 2364 'browser/search_engines/template_url_prepopulate_data.cc', | 2366 'browser/search_engines/template_url_prepopulate_data.cc', |
| 2365 'browser/search_engines/template_url_prepopulate_data.h', | 2367 'browser/search_engines/template_url_prepopulate_data.h', |
| (...skipping 1498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3864 ], | 3866 ], |
| 3865 }, | 3867 }, |
| 3866 ], | 3868 ], |
| 3867 } | 3869 } |
| 3868 | 3870 |
| 3869 # Local Variables: | 3871 # Local Variables: |
| 3870 # tab-width:2 | 3872 # tab-width:2 |
| 3871 # indent-tabs-mode:nil | 3873 # indent-tabs-mode:nil |
| 3872 # End: | 3874 # End: |
| 3873 # vim: set expandtab tabstop=2 shiftwidth=2: | 3875 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |