| 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 1079 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1090 'browser/in_process_webkit/dom_storage_dispatcher_host.h', | 1090 'browser/in_process_webkit/dom_storage_dispatcher_host.h', |
| 1091 'browser/in_process_webkit/dom_storage_namespace.cc', | 1091 'browser/in_process_webkit/dom_storage_namespace.cc', |
| 1092 'browser/in_process_webkit/dom_storage_namespace.h', | 1092 'browser/in_process_webkit/dom_storage_namespace.h', |
| 1093 'browser/in_process_webkit/webkit_context.cc', | 1093 'browser/in_process_webkit/webkit_context.cc', |
| 1094 'browser/in_process_webkit/webkit_context.h', | 1094 'browser/in_process_webkit/webkit_context.h', |
| 1095 'browser/in_process_webkit/webkit_thread.cc', | 1095 'browser/in_process_webkit/webkit_thread.cc', |
| 1096 'browser/in_process_webkit/webkit_thread.h', | 1096 'browser/in_process_webkit/webkit_thread.h', |
| 1097 'browser/input_window_dialog.h', | 1097 'browser/input_window_dialog.h', |
| 1098 'browser/input_window_dialog_gtk.cc', | 1098 'browser/input_window_dialog_gtk.cc', |
| 1099 'browser/input_window_dialog_win.cc', | 1099 'browser/input_window_dialog_win.cc', |
| 1100 'browser/intranet_redirect_detector.cc', |
| 1101 'browser/intranet_redirect_detector.h', |
| 1100 'browser/jankometer.cc', | 1102 'browser/jankometer.cc', |
| 1101 'browser/jankometer.h', | 1103 'browser/jankometer.h', |
| 1102 'browser/jumplist.cc', | 1104 'browser/jumplist.cc', |
| 1103 'browser/jumplist.h', | 1105 'browser/jumplist.h', |
| 1104 'browser/jsmessage_box_client.h', | 1106 'browser/jsmessage_box_client.h', |
| 1105 'browser/jsmessage_box_handler.cc', | 1107 'browser/jsmessage_box_handler.cc', |
| 1106 'browser/jsmessage_box_handler.h', | 1108 'browser/jsmessage_box_handler.h', |
| 1107 'browser/keychain_mac.cc', | 1109 'browser/keychain_mac.cc', |
| 1108 'browser/keychain_mac.h', | 1110 'browser/keychain_mac.h', |
| 1109 'browser/language_combobox_model.cc', | 1111 'browser/language_combobox_model.cc', |
| (...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2475 ], | 2477 ], |
| 2476 }, | 2478 }, |
| 2477 ], | 2479 ], |
| 2478 } | 2480 } |
| 2479 | 2481 |
| 2480 # Local Variables: | 2482 # Local Variables: |
| 2481 # tab-width:2 | 2483 # tab-width:2 |
| 2482 # indent-tabs-mode:nil | 2484 # indent-tabs-mode:nil |
| 2483 # End: | 2485 # End: |
| 2484 # vim: set expandtab tabstop=2 shiftwidth=2: | 2486 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |