| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 'variables': { | 9 'variables': { |
| 10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
| (...skipping 1726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1737 'browser/in_process_webkit/webkit_context.h', | 1737 'browser/in_process_webkit/webkit_context.h', |
| 1738 'browser/in_process_webkit/webkit_thread.cc', | 1738 'browser/in_process_webkit/webkit_thread.cc', |
| 1739 'browser/in_process_webkit/webkit_thread.h', | 1739 'browser/in_process_webkit/webkit_thread.h', |
| 1740 'browser/input_window_dialog.h', | 1740 'browser/input_window_dialog.h', |
| 1741 'browser/input_window_dialog_gtk.cc', | 1741 'browser/input_window_dialog_gtk.cc', |
| 1742 'browser/input_window_dialog_win.cc', | 1742 'browser/input_window_dialog_win.cc', |
| 1743 'browser/jankometer.cc', | 1743 'browser/jankometer.cc', |
| 1744 'browser/jankometer.h', | 1744 'browser/jankometer.h', |
| 1745 'browser/jumplist.cc', | 1745 'browser/jumplist.cc', |
| 1746 'browser/jumplist.h', | 1746 'browser/jumplist.h', |
| 1747 'browser/jsmessage_box_client.h', |
| 1747 'browser/jsmessage_box_handler.cc', | 1748 'browser/jsmessage_box_handler.cc', |
| 1748 'browser/jsmessage_box_handler.h', | 1749 'browser/jsmessage_box_handler.h', |
| 1749 'browser/keychain_mac.cc', | 1750 'browser/keychain_mac.cc', |
| 1750 'browser/keychain_mac.h', | 1751 'browser/keychain_mac.h', |
| 1751 'browser/language_combobox_model.cc', | 1752 'browser/language_combobox_model.cc', |
| 1752 'browser/language_combobox_model.h', | 1753 'browser/language_combobox_model.h', |
| 1753 'browser/language_order_table_model.cc', | 1754 'browser/language_order_table_model.cc', |
| 1754 'browser/language_order_table_model.h', | 1755 'browser/language_order_table_model.h', |
| 1755 'browser/load_from_memory_cache_details.h', | 1756 'browser/load_from_memory_cache_details.h', |
| 1756 'browser/load_notification_details.h', | 1757 'browser/load_notification_details.h', |
| (...skipping 5205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6962 ] | 6963 ] |
| 6963 }], | 6964 }], |
| 6964 ], # 'conditions' | 6965 ], # 'conditions' |
| 6965 } | 6966 } |
| 6966 | 6967 |
| 6967 # Local Variables: | 6968 # Local Variables: |
| 6968 # tab-width:2 | 6969 # tab-width:2 |
| 6969 # indent-tabs-mode:nil | 6970 # indent-tabs-mode:nil |
| 6970 # End: | 6971 # End: |
| 6971 # vim: set expandtab tabstop=2 shiftwidth=2: | 6972 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |