Chromium Code Reviews| 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 'includes': [ | 9 'includes': [ |
| 10 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 1153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1164 'browser/bookmarks/bookmark_context_menu.cc', | 1164 'browser/bookmarks/bookmark_context_menu.cc', |
| 1165 'browser/bookmarks/bookmark_drop_info.cc', | 1165 'browser/bookmarks/bookmark_drop_info.cc', |
| 1166 'browser/debugger/debugger_view.cc', | 1166 'browser/debugger/debugger_view.cc', |
| 1167 'browser/debugger/debugger_window.cc', | 1167 'browser/debugger/debugger_window.cc', |
| 1168 'browser/importer/firefox2_importer.cc', | 1168 'browser/importer/firefox2_importer.cc', |
| 1169 'browser/importer/firefox3_importer.cc', | 1169 'browser/importer/firefox3_importer.cc', |
| 1170 'browser/importer/firefox_importer_utils.cc', | 1170 'browser/importer/firefox_importer_utils.cc', |
| 1171 'browser/importer/ie_importer.cc', | 1171 'browser/importer/ie_importer.cc', |
| 1172 'browser/importer/importer.cc', | 1172 'browser/importer/importer.cc', |
| 1173 'browser/tab_contents/native_ui_contents.cc', | 1173 'browser/tab_contents/native_ui_contents.cc', |
| 1174 'browser/tab_contents/render_view_context_menu.cc', | |
|
Mark Mentovai
2009/02/26 17:19:38
Thanks for doing this, I really appreciate it!
Fo
| |
| 1175 'browser/tab_contents/render_view_context_menu_controller.cc', | 1174 'browser/tab_contents/render_view_context_menu_controller.cc', |
| 1176 'browser/tab_contents/web_drag_source.cc', | 1175 'browser/tab_contents/web_drag_source.cc', |
| 1177 'browser/tab_contents/web_drop_target.cc', | 1176 'browser/tab_contents/web_drop_target.cc', |
| 1178 'browser/app_modal_dialog_queue.cc', | 1177 'browser/app_modal_dialog_queue.cc', |
| 1179 'browser/browser_accessibility.cc', | 1178 'browser/browser_accessibility.cc', |
| 1180 'browser/browser_accessibility_manager.cc', | 1179 'browser/browser_accessibility_manager.cc', |
| 1181 'browser/chrome_plugin_host.cc', | 1180 'browser/chrome_plugin_host.cc', |
| 1182 'browser/dock_info.cc', | 1181 'browser/dock_info.cc', |
| 1183 'browser/drag_utils.cc', | 1182 'browser/drag_utils.cc', |
| 1184 'browser/encoding_menu_controller_delegate.cc', | 1183 'browser/encoding_menu_controller_delegate.cc', |
| (...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1655 'common/pref_service_unittest.cc', | 1654 'common/pref_service_unittest.cc', |
| 1656 'common/time_format_unittest.cc', | 1655 'common/time_format_unittest.cc', |
| 1657 'renderer/render_view_unittest.cc', | 1656 'renderer/render_view_unittest.cc', |
| 1658 'renderer/render_widget_unittest.cc', | 1657 'renderer/render_widget_unittest.cc', |
| 1659 ], | 1658 ], |
| 1660 }], | 1659 }], |
| 1661 ], | 1660 ], |
| 1662 }, | 1661 }, |
| 1663 ], | 1662 ], |
| 1664 } | 1663 } |
| OLD | NEW |