| 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 1721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1732 'browser/in_process_webkit/webkit_context.h', | 1732 'browser/in_process_webkit/webkit_context.h', |
| 1733 'browser/in_process_webkit/webkit_thread.cc', | 1733 'browser/in_process_webkit/webkit_thread.cc', |
| 1734 'browser/in_process_webkit/webkit_thread.h', | 1734 'browser/in_process_webkit/webkit_thread.h', |
| 1735 'browser/input_window_dialog.h', | 1735 'browser/input_window_dialog.h', |
| 1736 'browser/input_window_dialog_gtk.cc', | 1736 'browser/input_window_dialog_gtk.cc', |
| 1737 'browser/input_window_dialog_win.cc', | 1737 'browser/input_window_dialog_win.cc', |
| 1738 'browser/jankometer.cc', | 1738 'browser/jankometer.cc', |
| 1739 'browser/jankometer.h', | 1739 'browser/jankometer.h', |
| 1740 'browser/jumplist.cc', | 1740 'browser/jumplist.cc', |
| 1741 'browser/jumplist.h', | 1741 'browser/jumplist.h', |
| 1742 'browser/jsmessage_box_client.h', |
| 1742 'browser/jsmessage_box_handler.cc', | 1743 'browser/jsmessage_box_handler.cc', |
| 1743 'browser/jsmessage_box_handler.h', | 1744 'browser/jsmessage_box_handler.h', |
| 1744 'browser/keychain_mac.cc', | 1745 'browser/keychain_mac.cc', |
| 1745 'browser/keychain_mac.h', | 1746 'browser/keychain_mac.h', |
| 1746 'browser/language_combobox_model.cc', | 1747 'browser/language_combobox_model.cc', |
| 1747 'browser/language_combobox_model.h', | 1748 'browser/language_combobox_model.h', |
| 1748 'browser/language_order_table_model.cc', | 1749 'browser/language_order_table_model.cc', |
| 1749 'browser/language_order_table_model.h', | 1750 'browser/language_order_table_model.h', |
| 1750 'browser/load_from_memory_cache_details.h', | 1751 'browser/load_from_memory_cache_details.h', |
| 1751 'browser/load_notification_details.h', | 1752 'browser/load_notification_details.h', |
| (...skipping 5218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6970 ] | 6971 ] |
| 6971 }], | 6972 }], |
| 6972 ], # 'conditions' | 6973 ], # 'conditions' |
| 6973 } | 6974 } |
| 6974 | 6975 |
| 6975 # Local Variables: | 6976 # Local Variables: |
| 6976 # tab-width:2 | 6977 # tab-width:2 |
| 6977 # indent-tabs-mode:nil | 6978 # indent-tabs-mode:nil |
| 6978 # End: | 6979 # End: |
| 6979 # vim: set expandtab tabstop=2 shiftwidth=2: | 6980 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |