| 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 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 3371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3382 'browser/ui/webui/options/language_options_handler.cc', | 3382 'browser/ui/webui/options/language_options_handler.cc', |
| 3383 'browser/ui/webui/options/language_options_handler.h', | 3383 'browser/ui/webui/options/language_options_handler.h', |
| 3384 'browser/ui/webui/options/language_options_handler_common.cc', | 3384 'browser/ui/webui/options/language_options_handler_common.cc', |
| 3385 'browser/ui/webui/options/language_options_handler_common.h', | 3385 'browser/ui/webui/options/language_options_handler_common.h', |
| 3386 'browser/ui/webui/options/options_managed_banner_handler.cc', | 3386 'browser/ui/webui/options/options_managed_banner_handler.cc', |
| 3387 'browser/ui/webui/options/options_managed_banner_handler.h', | 3387 'browser/ui/webui/options/options_managed_banner_handler.h', |
| 3388 'browser/ui/webui/options/options_ui.cc', | 3388 'browser/ui/webui/options/options_ui.cc', |
| 3389 'browser/ui/webui/options/options_ui.h', | 3389 'browser/ui/webui/options/options_ui.h', |
| 3390 'browser/ui/webui/options/password_manager_handler.cc', | 3390 'browser/ui/webui/options/password_manager_handler.cc', |
| 3391 'browser/ui/webui/options/password_manager_handler.h', | 3391 'browser/ui/webui/options/password_manager_handler.h', |
| 3392 'browser/ui/webui/options/handler_options_handler.cc', |
| 3393 'browser/ui/webui/options/handler_options_handler.h', |
| 3392 'browser/ui/webui/options/personal_options_handler.cc', | 3394 'browser/ui/webui/options/personal_options_handler.cc', |
| 3393 'browser/ui/webui/options/personal_options_handler.h', | 3395 'browser/ui/webui/options/personal_options_handler.h', |
| 3394 'browser/ui/webui/options/search_engine_manager_handler.cc', | 3396 'browser/ui/webui/options/search_engine_manager_handler.cc', |
| 3395 'browser/ui/webui/options/search_engine_manager_handler.h', | 3397 'browser/ui/webui/options/search_engine_manager_handler.h', |
| 3396 'browser/ui/webui/options/stop_syncing_handler.cc', | 3398 'browser/ui/webui/options/stop_syncing_handler.cc', |
| 3397 'browser/ui/webui/options/stop_syncing_handler.h', | 3399 'browser/ui/webui/options/stop_syncing_handler.h', |
| 3398 'browser/ui/webui/options/sync_setup_handler.cc', | 3400 'browser/ui/webui/options/sync_setup_handler.cc', |
| 3399 'browser/ui/webui/options/sync_setup_handler.h', | 3401 'browser/ui/webui/options/sync_setup_handler.h', |
| 3400 'browser/ui/webui/plugins_ui.cc', | 3402 'browser/ui/webui/plugins_ui.cc', |
| 3401 'browser/ui/webui/plugins_ui.h', | 3403 'browser/ui/webui/plugins_ui.h', |
| (...skipping 1165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4567 'hard_dependency': 1, | 4569 'hard_dependency': 1, |
| 4568 }, | 4570 }, |
| 4569 ], | 4571 ], |
| 4570 } | 4572 } |
| 4571 | 4573 |
| 4572 # Local Variables: | 4574 # Local Variables: |
| 4573 # tab-width:2 | 4575 # tab-width:2 |
| 4574 # indent-tabs-mode:nil | 4576 # indent-tabs-mode:nil |
| 4575 # End: | 4577 # End: |
| 4576 # vim: set expandtab tabstop=2 shiftwidth=2: | 4578 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |