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': '<(library)', | 9 'type': '<(library)', |
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
(...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
979 'browser/dom_ui/options/stop_syncing_handler.cc', | 979 'browser/dom_ui/options/stop_syncing_handler.cc', |
980 'browser/dom_ui/options/stop_syncing_handler.h', | 980 'browser/dom_ui/options/stop_syncing_handler.h', |
981 'browser/dom_ui/options/sync_options_handler.cc', | 981 'browser/dom_ui/options/sync_options_handler.cc', |
982 'browser/dom_ui/options/sync_options_handler.h', | 982 'browser/dom_ui/options/sync_options_handler.h', |
983 'browser/dom_ui/shared_resources_data_source.cc', | 983 'browser/dom_ui/shared_resources_data_source.cc', |
984 'browser/dom_ui/shared_resources_data_source.h', | 984 'browser/dom_ui/shared_resources_data_source.h', |
985 'browser/dom_ui/shown_sections_handler.cc', | 985 'browser/dom_ui/shown_sections_handler.cc', |
986 'browser/dom_ui/shown_sections_handler.h', | 986 'browser/dom_ui/shown_sections_handler.h', |
987 'browser/dom_ui/slideshow_ui.cc', | 987 'browser/dom_ui/slideshow_ui.cc', |
988 'browser/dom_ui/slideshow_ui.h', | 988 'browser/dom_ui/slideshow_ui.h', |
| 989 'browser/dom_ui/sync_internals_html_source.cc', |
| 990 'browser/dom_ui/sync_internals_html_source.h', |
| 991 'browser/dom_ui/sync_internals_message_handler.cc', |
| 992 'browser/dom_ui/sync_internals_message_handler.h', |
| 993 'browser/dom_ui/sync_internals_ui.cc', |
| 994 'browser/dom_ui/sync_internals_ui.h', |
989 'browser/dom_ui/textfields_ui.cc', | 995 'browser/dom_ui/textfields_ui.cc', |
990 'browser/dom_ui/textfields_ui.h', | 996 'browser/dom_ui/textfields_ui.h', |
991 'browser/dom_ui/tips_handler.cc', | 997 'browser/dom_ui/tips_handler.cc', |
992 'browser/dom_ui/tips_handler.h', | 998 'browser/dom_ui/tips_handler.h', |
993 'browser/dom_ui/value_helper.cc', | 999 'browser/dom_ui/value_helper.cc', |
994 'browser/dom_ui/value_helper.h', | 1000 'browser/dom_ui/value_helper.h', |
995 'browser/download/base_file.cc', | 1001 'browser/download/base_file.cc', |
996 'browser/download/base_file.h', | 1002 'browser/download/base_file.h', |
997 'browser/download/download_extensions.cc', | 1003 'browser/download/download_extensions.cc', |
998 'browser/download/download_extensions.h', | 1004 'browser/download/download_extensions.h', |
(...skipping 3538 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4537 ], | 4543 ], |
4538 }, | 4544 }, |
4539 ], | 4545 ], |
4540 } | 4546 } |
4541 | 4547 |
4542 # Local Variables: | 4548 # Local Variables: |
4543 # tab-width:2 | 4549 # tab-width:2 |
4544 # indent-tabs-mode:nil | 4550 # indent-tabs-mode:nil |
4545 # End: | 4551 # End: |
4546 # vim: set expandtab tabstop=2 shiftwidth=2: | 4552 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |