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 '../gin/gin.gyp:gin', | 7 '../gin/gin.gyp:gin', |
8 '../jingle/jingle.gyp:jingle_glue', | 8 '../jingle/jingle.gyp:jingle_glue', |
9 '../media/media.gyp:media', | 9 '../media/media.gyp:media', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 'renderer/clipboard_utils.cc', | 101 'renderer/clipboard_utils.cc', |
102 'renderer/clipboard_utils.h', | 102 'renderer/clipboard_utils.h', |
103 'renderer/child_frame_compositing_helper.cc', | 103 'renderer/child_frame_compositing_helper.cc', |
104 'renderer/child_frame_compositing_helper.h', | 104 'renderer/child_frame_compositing_helper.h', |
105 'renderer/context_menu_params_builder.cc', | 105 'renderer/context_menu_params_builder.cc', |
106 'renderer/context_menu_params_builder.h', | 106 'renderer/context_menu_params_builder.h', |
107 'renderer/cursor_utils.cc', | 107 'renderer/cursor_utils.cc', |
108 'renderer/cursor_utils.h', | 108 'renderer/cursor_utils.h', |
109 'renderer/date_time_suggestion_builder.cc', | 109 'renderer/date_time_suggestion_builder.cc', |
110 'renderer/date_time_suggestion_builder.h', | 110 'renderer/date_time_suggestion_builder.h', |
| 111 'renderer/device_light/device_light_event_pump.cc', |
| 112 'renderer/device_light/device_light_event_pump.h', |
111 'renderer/device_orientation/device_motion_event_pump.cc', | 113 'renderer/device_orientation/device_motion_event_pump.cc', |
112 'renderer/device_orientation/device_motion_event_pump.h', | 114 'renderer/device_orientation/device_motion_event_pump.h', |
113 'renderer/device_orientation/device_orientation_event_pump.cc', | 115 'renderer/device_orientation/device_orientation_event_pump.cc', |
114 'renderer/device_orientation/device_orientation_event_pump.h', | 116 'renderer/device_orientation/device_orientation_event_pump.h', |
115 'renderer/device_orientation/device_sensor_event_pump.cc', | 117 'renderer/device_orientation/device_sensor_event_pump.cc', |
116 'renderer/device_orientation/device_sensor_event_pump.h', | 118 'renderer/device_orientation/device_sensor_event_pump.h', |
117 'renderer/devtools/devtools_agent.cc', | 119 'renderer/devtools/devtools_agent.cc', |
118 'renderer/devtools/devtools_agent.h', | 120 'renderer/devtools/devtools_agent.h', |
119 'renderer/devtools/devtools_agent_filter.cc', | 121 'renderer/devtools/devtools_agent_filter.cc', |
120 'renderer/devtools/devtools_agent_filter.h', | 122 'renderer/devtools/devtools_agent_filter.h', |
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
794 }], | 796 }], |
795 ], | 797 ], |
796 'target_conditions': [ | 798 'target_conditions': [ |
797 ['OS=="android"', { | 799 ['OS=="android"', { |
798 'sources/': [ | 800 'sources/': [ |
799 ['include', '^renderer/render_view_linux\\.cc$'], | 801 ['include', '^renderer/render_view_linux\\.cc$'], |
800 ], | 802 ], |
801 }], | 803 }], |
802 ], | 804 ], |
803 } | 805 } |
OLD | NEW |