| 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 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 3497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3508 'browser/ui/webui/options/sync_setup_handler.cc', | 3508 'browser/ui/webui/options/sync_setup_handler.cc', |
| 3509 'browser/ui/webui/options/sync_setup_handler.h', | 3509 'browser/ui/webui/options/sync_setup_handler.h', |
| 3510 'browser/ui/webui/plugins_ui.cc', | 3510 'browser/ui/webui/plugins_ui.cc', |
| 3511 'browser/ui/webui/plugins_ui.h', | 3511 'browser/ui/webui/plugins_ui.h', |
| 3512 'browser/ui/webui/print_preview_data_source.cc', | 3512 'browser/ui/webui/print_preview_data_source.cc', |
| 3513 'browser/ui/webui/print_preview_data_source.h', | 3513 'browser/ui/webui/print_preview_data_source.h', |
| 3514 'browser/ui/webui/print_preview_handler.cc', | 3514 'browser/ui/webui/print_preview_handler.cc', |
| 3515 'browser/ui/webui/print_preview_handler.h', | 3515 'browser/ui/webui/print_preview_handler.h', |
| 3516 'browser/ui/webui/print_preview_ui.cc', | 3516 'browser/ui/webui/print_preview_ui.cc', |
| 3517 'browser/ui/webui/print_preview_ui.h', | 3517 'browser/ui/webui/print_preview_ui.h', |
| 3518 'browser/ui/webui/quota_internals_handler.cc', |
| 3519 'browser/ui/webui/quota_internals_handler.h', |
| 3518 'browser/ui/webui/quota_internals_ui.cc', | 3520 'browser/ui/webui/quota_internals_ui.cc', |
| 3519 'browser/ui/webui/quota_internals_ui.h', | 3521 'browser/ui/webui/quota_internals_ui.h', |
| 3520 'browser/ui/webui/screenshot_source.cc', | 3522 'browser/ui/webui/screenshot_source.cc', |
| 3521 'browser/ui/webui/screenshot_source.h', | 3523 'browser/ui/webui/screenshot_source.h', |
| 3522 'browser/ui/webui/sessions_ui.cc', | 3524 'browser/ui/webui/sessions_ui.cc', |
| 3523 'browser/ui/webui/sessions_ui.h', | 3525 'browser/ui/webui/sessions_ui.h', |
| 3524 'browser/ui/webui/shared_resources_data_source.cc', | 3526 'browser/ui/webui/shared_resources_data_source.cc', |
| 3525 'browser/ui/webui/shared_resources_data_source.h', | 3527 'browser/ui/webui/shared_resources_data_source.h', |
| 3526 'browser/ui/webui/sync_internals_html_source.cc', | 3528 'browser/ui/webui/sync_internals_html_source.cc', |
| 3527 'browser/ui/webui/sync_internals_html_source.h', | 3529 'browser/ui/webui/sync_internals_html_source.h', |
| (...skipping 1180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4708 'hard_dependency': 1, | 4710 'hard_dependency': 1, |
| 4709 }, | 4711 }, |
| 4710 ], | 4712 ], |
| 4711 } | 4713 } |
| 4712 | 4714 |
| 4713 # Local Variables: | 4715 # Local Variables: |
| 4714 # tab-width:2 | 4716 # tab-width:2 |
| 4715 # indent-tabs-mode:nil | 4717 # indent-tabs-mode:nil |
| 4716 # End: | 4718 # End: |
| 4717 # vim: set expandtab tabstop=2 shiftwidth=2: | 4719 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |