| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 'renderer/browser_plugin/browser_plugin_manager_impl.cc', | 95 'renderer/browser_plugin/browser_plugin_manager_impl.cc', |
| 96 'renderer/browser_plugin/browser_plugin_manager_impl.h', | 96 'renderer/browser_plugin/browser_plugin_manager_impl.h', |
| 97 'renderer/browser_plugin/browser_plugin_manager.cc', | 97 'renderer/browser_plugin/browser_plugin_manager.cc', |
| 98 'renderer/browser_plugin/browser_plugin_manager.h', | 98 'renderer/browser_plugin/browser_plugin_manager.h', |
| 99 'renderer/clipboard_utils.cc', | 99 'renderer/clipboard_utils.cc', |
| 100 'renderer/clipboard_utils.h', | 100 'renderer/clipboard_utils.h', |
| 101 'renderer/context_menu_params_builder.cc', | 101 'renderer/context_menu_params_builder.cc', |
| 102 'renderer/context_menu_params_builder.h', | 102 'renderer/context_menu_params_builder.h', |
| 103 'renderer/cursor_utils.cc', | 103 'renderer/cursor_utils.cc', |
| 104 'renderer/cursor_utils.h', | 104 'renderer/cursor_utils.h', |
| 105 'renderer/date_time_formatter.cc', | |
| 106 'renderer/date_time_formatter.h', | |
| 107 'renderer/device_orientation/device_motion_event_pump.cc', | 105 'renderer/device_orientation/device_motion_event_pump.cc', |
| 108 'renderer/device_orientation/device_motion_event_pump.h', | 106 'renderer/device_orientation/device_motion_event_pump.h', |
| 109 'renderer/device_orientation/device_orientation_event_pump.cc', | 107 'renderer/device_orientation/device_orientation_event_pump.cc', |
| 110 'renderer/device_orientation/device_orientation_event_pump.h', | 108 'renderer/device_orientation/device_orientation_event_pump.h', |
| 111 'renderer/device_orientation/device_sensor_event_pump.cc', | 109 'renderer/device_orientation/device_sensor_event_pump.cc', |
| 112 'renderer/device_orientation/device_sensor_event_pump.h', | 110 'renderer/device_orientation/device_sensor_event_pump.h', |
| 113 'renderer/devtools/devtools_agent.cc', | 111 'renderer/devtools/devtools_agent.cc', |
| 114 'renderer/devtools/devtools_agent.h', | 112 'renderer/devtools/devtools_agent.h', |
| 115 'renderer/devtools/devtools_agent_filter.cc', | 113 'renderer/devtools/devtools_agent_filter.cc', |
| 116 'renderer/devtools/devtools_agent_filter.h', | 114 'renderer/devtools/devtools_agent_filter.h', |
| (...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 745 }], | 743 }], |
| 746 ], | 744 ], |
| 747 'target_conditions': [ | 745 'target_conditions': [ |
| 748 ['OS=="android"', { | 746 ['OS=="android"', { |
| 749 'sources/': [ | 747 'sources/': [ |
| 750 ['include', '^renderer/render_view_linux\\.cc$'], | 748 ['include', '^renderer/render_view_linux\\.cc$'], |
| 751 ], | 749 ], |
| 752 }], | 750 }], |
| 753 ], | 751 ], |
| 754 } | 752 } |
| OLD | NEW |