| 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 1285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1296 'browser/dom_ui/downloads_ui.cc', | 1296 'browser/dom_ui/downloads_ui.cc', |
| 1297 'browser/dom_ui/downloads_ui.h', | 1297 'browser/dom_ui/downloads_ui.h', |
| 1298 'browser/dom_ui/fileicon_source.cc', | 1298 'browser/dom_ui/fileicon_source.cc', |
| 1299 'browser/dom_ui/fileicon_source.h', | 1299 'browser/dom_ui/fileicon_source.h', |
| 1300 'browser/dom_ui/filebrowse_ui.cc', | 1300 'browser/dom_ui/filebrowse_ui.cc', |
| 1301 'browser/dom_ui/filebrowse_ui.h', | 1301 'browser/dom_ui/filebrowse_ui.h', |
| 1302 'browser/dom_ui/flags_ui.cc', | 1302 'browser/dom_ui/flags_ui.cc', |
| 1303 'browser/dom_ui/flags_ui.h', | 1303 'browser/dom_ui/flags_ui.h', |
| 1304 'browser/dom_ui/foreign_session_handler.cc', | 1304 'browser/dom_ui/foreign_session_handler.cc', |
| 1305 'browser/dom_ui/foreign_session_handler.h', | 1305 'browser/dom_ui/foreign_session_handler.h', |
| 1306 'browser/dom_ui/gpu_ui.cc', |
| 1307 'browser/dom_ui/gpu_ui.h', |
| 1306 'browser/dom_ui/history_ui.cc', | 1308 'browser/dom_ui/history_ui.cc', |
| 1307 'browser/dom_ui/history_ui.h', | 1309 'browser/dom_ui/history_ui.h', |
| 1308 'browser/dom_ui/history2_ui.cc', | 1310 'browser/dom_ui/history2_ui.cc', |
| 1309 'browser/dom_ui/history2_ui.h', | 1311 'browser/dom_ui/history2_ui.h', |
| 1310 'browser/dom_ui/html_dialog_tab_contents_delegate.cc', | 1312 'browser/dom_ui/html_dialog_tab_contents_delegate.cc', |
| 1311 'browser/dom_ui/html_dialog_tab_contents_delegate.h', | 1313 'browser/dom_ui/html_dialog_tab_contents_delegate.h', |
| 1312 'browser/dom_ui/html_dialog_ui.cc', | 1314 'browser/dom_ui/html_dialog_ui.cc', |
| 1313 'browser/dom_ui/html_dialog_ui.h', | 1315 'browser/dom_ui/html_dialog_ui.h', |
| 1314 'browser/dom_ui/keyboard_ui.cc', | 1316 'browser/dom_ui/keyboard_ui.cc', |
| 1315 'browser/dom_ui/keyboard_ui.h', | 1317 'browser/dom_ui/keyboard_ui.h', |
| (...skipping 2968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4284 ], | 4286 ], |
| 4285 }, | 4287 }, |
| 4286 ], | 4288 ], |
| 4287 } | 4289 } |
| 4288 | 4290 |
| 4289 # Local Variables: | 4291 # Local Variables: |
| 4290 # tab-width:2 | 4292 # tab-width:2 |
| 4291 # indent-tabs-mode:nil | 4293 # indent-tabs-mode:nil |
| 4292 # End: | 4294 # End: |
| 4293 # vim: set expandtab tabstop=2 shiftwidth=2: | 4295 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |