| 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 'common/process_watcher.cc', | 230 'common/process_watcher.cc', |
| 231 'common/process_watcher.h', | 231 'common/process_watcher.h', |
| 232 'common/property_bag.cc', | 232 'common/property_bag.cc', |
| 233 'common/property_bag.h', | 233 'common/property_bag.h', |
| 234 'common/ref_counted_util.h', | 234 'common/ref_counted_util.h', |
| 235 'common/render_messages.h', | 235 'common/render_messages.h', |
| 236 'common/render_messages_internal.h', | 236 'common/render_messages_internal.h', |
| 237 'common/resource_bundle.cc', | 237 'common/resource_bundle.cc', |
| 238 'common/resource_bundle.h', | 238 'common/resource_bundle.h', |
| 239 'common/resource_bundle_linux.cc', | 239 'common/resource_bundle_linux.cc', |
| 240 'common/resource_bundle_mac.mm', |
| 240 'common/resource_bundle_win.cc', | 241 'common/resource_bundle_win.cc', |
| 241 'common/resource_dispatcher.cc', | 242 'common/resource_dispatcher.cc', |
| 242 'common/resource_dispatcher.h', | 243 'common/resource_dispatcher.h', |
| 243 'common/sandbox_init_wrapper.cc', | 244 'common/sandbox_init_wrapper.cc', |
| 244 'common/sandbox_init_wrapper.h', | 245 'common/sandbox_init_wrapper.h', |
| 245 'common/scoped_vector.h', | 246 'common/scoped_vector.h', |
| 246 'common/security_filter_peer.cc', | 247 'common/security_filter_peer.cc', |
| 247 'common/security_filter_peer.h', | 248 'common/security_filter_peer.h', |
| 248 'common/slide_animation.cc', | 249 'common/slide_animation.cc', |
| 249 'common/slide_animation.h', | 250 'common/slide_animation.h', |
| (...skipping 982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1232 'renderer/net/render_dns_master.cc', | 1233 'renderer/net/render_dns_master.cc', |
| 1233 'renderer/net/render_dns_master.h', | 1234 'renderer/net/render_dns_master.h', |
| 1234 'renderer/net/render_dns_queue.cc', | 1235 'renderer/net/render_dns_queue.cc', |
| 1235 'renderer/net/render_dns_queue.h', | 1236 'renderer/net/render_dns_queue.h', |
| 1236 'renderer/about_handler.cc', | 1237 'renderer/about_handler.cc', |
| 1237 'renderer/about_handler.h', | 1238 'renderer/about_handler.h', |
| 1238 'renderer/chrome_plugin_host.cc', | 1239 'renderer/chrome_plugin_host.cc', |
| 1239 'renderer/chrome_plugin_host.h', | 1240 'renderer/chrome_plugin_host.h', |
| 1240 'renderer/debug_message_handler.cc', | 1241 'renderer/debug_message_handler.cc', |
| 1241 'renderer/debug_message_handler.h', | 1242 'renderer/debug_message_handler.h', |
| 1243 'renderer/dev_tools_agent.cc', |
| 1244 'renderer/dev_tools_agent.h', |
| 1245 'renderer/dev_tools_client.cc', |
| 1246 'renderer/dev_tools_client.h', |
| 1247 'renderer/dev_tools_messages.h', |
| 1248 'renderer/dev_tools_messages_internal.h', |
| 1242 'renderer/dom_ui_bindings.cc', | 1249 'renderer/dom_ui_bindings.cc', |
| 1243 'renderer/dom_ui_bindings.h', | 1250 'renderer/dom_ui_bindings.h', |
| 1244 'renderer/external_host_bindings.cc', | 1251 'renderer/external_host_bindings.cc', |
| 1245 'renderer/external_host_bindings.h', | 1252 'renderer/external_host_bindings.h', |
| 1246 'renderer/external_js_object.cc', | 1253 'renderer/external_js_object.cc', |
| 1247 'renderer/external_js_object.h', | 1254 'renderer/external_js_object.h', |
| 1248 'renderer/localized_error.cc', | 1255 'renderer/localized_error.cc', |
| 1249 'renderer/localized_error.h', | 1256 'renderer/localized_error.h', |
| 1250 'renderer/plugin_channel_host.cc', | 1257 'renderer/plugin_channel_host.cc', |
| 1251 'renderer/plugin_channel_host.h', | 1258 'renderer/plugin_channel_host.h', |
| (...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1654 'common/pref_service_unittest.cc', | 1661 'common/pref_service_unittest.cc', |
| 1655 'common/time_format_unittest.cc', | 1662 'common/time_format_unittest.cc', |
| 1656 'renderer/render_view_unittest.cc', | 1663 'renderer/render_view_unittest.cc', |
| 1657 'renderer/render_widget_unittest.cc', | 1664 'renderer/render_widget_unittest.cc', |
| 1658 ], | 1665 ], |
| 1659 }], | 1666 }], |
| 1660 ], | 1667 ], |
| 1661 }, | 1668 }, |
| 1662 ], | 1669 ], |
| 1663 } | 1670 } |
| OLD | NEW |