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 835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
846 'browser/diagnostics/recon_diagnostics.h', | 846 'browser/diagnostics/recon_diagnostics.h', |
847 'browser/diagnostics/sqlite_diagnostics.cc', | 847 'browser/diagnostics/sqlite_diagnostics.cc', |
848 'browser/diagnostics/sqlite_diagnostics.h', | 848 'browser/diagnostics/sqlite_diagnostics.h', |
849 'browser/dom_operation_notification_details.h', | 849 'browser/dom_operation_notification_details.h', |
850 'browser/dom_ui/app_launcher_handler.cc', | 850 'browser/dom_ui/app_launcher_handler.cc', |
851 'browser/dom_ui/app_launcher_handler.h', | 851 'browser/dom_ui/app_launcher_handler.h', |
852 'browser/dom_ui/bookmarks_ui.cc', | 852 'browser/dom_ui/bookmarks_ui.cc', |
853 'browser/dom_ui/bookmarks_ui.h', | 853 'browser/dom_ui/bookmarks_ui.h', |
854 'browser/dom_ui/bug_report_ui.cc', | 854 'browser/dom_ui/bug_report_ui.cc', |
855 'browser/dom_ui/bug_report_ui.h', | 855 'browser/dom_ui/bug_report_ui.h', |
| 856 'browser/dom_ui/chrome_url_data_manager_backend.cc', |
| 857 'browser/dom_ui/chrome_url_data_manager_backend.h', |
856 'browser/dom_ui/chrome_url_data_manager.cc', | 858 'browser/dom_ui/chrome_url_data_manager.cc', |
857 'browser/dom_ui/chrome_url_data_manager.h', | 859 'browser/dom_ui/chrome_url_data_manager.h', |
858 'browser/dom_ui/constrained_html_ui.cc', | 860 'browser/dom_ui/constrained_html_ui.cc', |
859 'browser/dom_ui/constrained_html_ui.h', | 861 'browser/dom_ui/constrained_html_ui.h', |
860 'browser/dom_ui/devtools_ui.cc', | 862 'browser/dom_ui/devtools_ui.cc', |
861 'browser/dom_ui/devtools_ui.h', | 863 'browser/dom_ui/devtools_ui.h', |
862 'browser/dom_ui/downloads_dom_handler.cc', | 864 'browser/dom_ui/downloads_dom_handler.cc', |
863 'browser/dom_ui/downloads_dom_handler.h', | 865 'browser/dom_ui/downloads_dom_handler.h', |
864 'browser/dom_ui/downloads_ui.cc', | 866 'browser/dom_ui/downloads_ui.cc', |
865 'browser/dom_ui/downloads_ui.h', | 867 'browser/dom_ui/downloads_ui.h', |
(...skipping 3733 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4599 ], | 4601 ], |
4600 }, | 4602 }, |
4601 ], | 4603 ], |
4602 } | 4604 } |
4603 | 4605 |
4604 # Local Variables: | 4606 # Local Variables: |
4605 # tab-width:2 | 4607 # tab-width:2 |
4606 # indent-tabs-mode:nil | 4608 # indent-tabs-mode:nil |
4607 # End: | 4609 # End: |
4608 # vim: set expandtab tabstop=2 shiftwidth=2: | 4610 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |