| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../jingle/jingle.gyp:jingle_glue', | 7 '../jingle/jingle.gyp:jingle_glue', |
| 8 '../media/media.gyp:media', | 8 '../media/media.gyp:media', |
| 9 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
| 10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 'renderer/browser_plugin/browser_plugin_manager_impl.cc', | 91 'renderer/browser_plugin/browser_plugin_manager_impl.cc', |
| 92 'renderer/browser_plugin/browser_plugin_manager_impl.h', | 92 'renderer/browser_plugin/browser_plugin_manager_impl.h', |
| 93 'renderer/browser_plugin/browser_plugin_manager.cc', | 93 'renderer/browser_plugin/browser_plugin_manager.cc', |
| 94 'renderer/browser_plugin/browser_plugin_manager.h', | 94 'renderer/browser_plugin/browser_plugin_manager.h', |
| 95 'renderer/clipboard_utils.cc', | 95 'renderer/clipboard_utils.cc', |
| 96 'renderer/clipboard_utils.h', | 96 'renderer/clipboard_utils.h', |
| 97 'renderer/context_menu_params_builder.cc', | 97 'renderer/context_menu_params_builder.cc', |
| 98 'renderer/context_menu_params_builder.h', | 98 'renderer/context_menu_params_builder.h', |
| 99 'renderer/cursor_utils.cc', | 99 'renderer/cursor_utils.cc', |
| 100 'renderer/cursor_utils.h', | 100 'renderer/cursor_utils.h', |
| 101 'renderer/date_time_formatter.cc', | |
| 102 'renderer/date_time_formatter.h', | |
| 103 'renderer/device_orientation/device_motion_event_pump.cc', | 101 'renderer/device_orientation/device_motion_event_pump.cc', |
| 104 'renderer/device_orientation/device_motion_event_pump.h', | 102 'renderer/device_orientation/device_motion_event_pump.h', |
| 105 'renderer/device_orientation/device_orientation_event_pump.cc', | 103 'renderer/device_orientation/device_orientation_event_pump.cc', |
| 106 'renderer/device_orientation/device_orientation_event_pump.h', | 104 'renderer/device_orientation/device_orientation_event_pump.h', |
| 107 'renderer/device_orientation/device_sensor_event_pump.cc', | 105 'renderer/device_orientation/device_sensor_event_pump.cc', |
| 108 'renderer/device_orientation/device_sensor_event_pump.h', | 106 'renderer/device_orientation/device_sensor_event_pump.h', |
| 109 'renderer/devtools/devtools_agent.cc', | 107 'renderer/devtools/devtools_agent.cc', |
| 110 'renderer/devtools/devtools_agent.h', | 108 'renderer/devtools/devtools_agent.h', |
| 111 'renderer/devtools/devtools_agent_filter.cc', | 109 'renderer/devtools/devtools_agent_filter.cc', |
| 112 'renderer/devtools/devtools_agent_filter.h', | 110 'renderer/devtools/devtools_agent_filter.h', |
| (...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 722 }], | 720 }], |
| 723 ], | 721 ], |
| 724 'target_conditions': [ | 722 'target_conditions': [ |
| 725 ['OS=="android"', { | 723 ['OS=="android"', { |
| 726 'sources/': [ | 724 'sources/': [ |
| 727 ['include', '^renderer/render_view_linux\\.cc$'], | 725 ['include', '^renderer/render_view_linux\\.cc$'], |
| 728 ], | 726 ], |
| 729 }], | 727 }], |
| 730 ], | 728 ], |
| 731 } | 729 } |
| OLD | NEW |