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 844 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
855 'browser/dom_ui/downloads_ui.cc', | 855 'browser/dom_ui/downloads_ui.cc', |
856 'browser/dom_ui/downloads_ui.h', | 856 'browser/dom_ui/downloads_ui.h', |
857 'browser/dom_ui/fileicon_source.cc', | 857 'browser/dom_ui/fileicon_source.cc', |
858 'browser/dom_ui/fileicon_source.h', | 858 'browser/dom_ui/fileicon_source.h', |
859 'browser/dom_ui/filebrowse_ui.cc', | 859 'browser/dom_ui/filebrowse_ui.cc', |
860 'browser/dom_ui/filebrowse_ui.h', | 860 'browser/dom_ui/filebrowse_ui.h', |
861 'browser/dom_ui/flags_ui.cc', | 861 'browser/dom_ui/flags_ui.cc', |
862 'browser/dom_ui/flags_ui.h', | 862 'browser/dom_ui/flags_ui.h', |
863 'browser/dom_ui/foreign_session_handler.cc', | 863 'browser/dom_ui/foreign_session_handler.cc', |
864 'browser/dom_ui/foreign_session_handler.h', | 864 'browser/dom_ui/foreign_session_handler.h', |
| 865 'browser/dom_ui/gpu_internals_ui.cc', |
| 866 'browser/dom_ui/gpu_internals_ui.h', |
865 'browser/dom_ui/history_ui.cc', | 867 'browser/dom_ui/history_ui.cc', |
866 'browser/dom_ui/history_ui.h', | 868 'browser/dom_ui/history_ui.h', |
867 'browser/dom_ui/history2_ui.cc', | 869 'browser/dom_ui/history2_ui.cc', |
868 'browser/dom_ui/history2_ui.h', | 870 'browser/dom_ui/history2_ui.h', |
869 'browser/dom_ui/html_dialog_tab_contents_delegate.cc', | 871 'browser/dom_ui/html_dialog_tab_contents_delegate.cc', |
870 'browser/dom_ui/html_dialog_tab_contents_delegate.h', | 872 'browser/dom_ui/html_dialog_tab_contents_delegate.h', |
871 'browser/dom_ui/html_dialog_ui.cc', | 873 'browser/dom_ui/html_dialog_ui.cc', |
872 'browser/dom_ui/html_dialog_ui.h', | 874 'browser/dom_ui/html_dialog_ui.h', |
873 'browser/dom_ui/keyboard_ui.cc', | 875 'browser/dom_ui/keyboard_ui.cc', |
874 'browser/dom_ui/keyboard_ui.h', | 876 'browser/dom_ui/keyboard_ui.h', |
(...skipping 3502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4377 ], | 4379 ], |
4378 }, | 4380 }, |
4379 ], | 4381 ], |
4380 } | 4382 } |
4381 | 4383 |
4382 # Local Variables: | 4384 # Local Variables: |
4383 # tab-width:2 | 4385 # tab-width:2 |
4384 # indent-tabs-mode:nil | 4386 # indent-tabs-mode:nil |
4385 # End: | 4387 # End: |
4386 # vim: set expandtab tabstop=2 shiftwidth=2: | 4388 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |