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 '../net/net.gyp:net', | 8 '../net/net.gyp:net', |
9 '../skia/skia.gyp:skia', | 9 '../skia/skia.gyp:skia', |
10 '../third_party/WebKit/public/blink.gyp:blink', | 10 '../third_party/WebKit/public/blink.gyp:blink', |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 'renderer/android/email_detector.cc', | 77 'renderer/android/email_detector.cc', |
78 'renderer/android/email_detector.h', | 78 'renderer/android/email_detector.h', |
79 'renderer/android/phone_number_detector.cc', | 79 'renderer/android/phone_number_detector.cc', |
80 'renderer/android/phone_number_detector.h', | 80 'renderer/android/phone_number_detector.h', |
81 'renderer/android/synchronous_compositor_factory.cc', | 81 'renderer/android/synchronous_compositor_factory.cc', |
82 'renderer/android/synchronous_compositor_factory.h', | 82 'renderer/android/synchronous_compositor_factory.h', |
83 'renderer/device_orientation_dispatcher.cc', | 83 'renderer/device_orientation_dispatcher.cc', |
84 'renderer/device_orientation_dispatcher.h', | 84 'renderer/device_orientation_dispatcher.h', |
85 'renderer/device_orientation/device_motion_event_pump.cc', | 85 'renderer/device_orientation/device_motion_event_pump.cc', |
86 'renderer/device_orientation/device_motion_event_pump.h', | 86 'renderer/device_orientation/device_motion_event_pump.h', |
| 87 'renderer/device_orientation/device_orientation_event_pump.cc', |
| 88 'renderer/device_orientation/device_orientation_event_pump.h', |
| 89 'renderer/device_orientation/device_sensor_event_pump.cc', |
| 90 'renderer/device_orientation/device_sensor_event_pump.h', |
87 'renderer/devtools/devtools_agent.cc', | 91 'renderer/devtools/devtools_agent.cc', |
88 'renderer/devtools/devtools_agent.h', | 92 'renderer/devtools/devtools_agent.h', |
89 'renderer/devtools/devtools_agent_filter.cc', | 93 'renderer/devtools/devtools_agent_filter.cc', |
90 'renderer/devtools/devtools_agent_filter.h', | 94 'renderer/devtools/devtools_agent_filter.h', |
91 'renderer/devtools/devtools_client.cc', | 95 'renderer/devtools/devtools_client.cc', |
92 'renderer/devtools/devtools_client.h', | 96 'renderer/devtools/devtools_client.h', |
93 'renderer/disambiguation_popup_helper.cc', | 97 'renderer/disambiguation_popup_helper.cc', |
94 'renderer/disambiguation_popup_helper.h', | 98 'renderer/disambiguation_popup_helper.h', |
95 'renderer/dom_automation_controller.cc', | 99 'renderer/dom_automation_controller.cc', |
96 'renderer/dom_automation_controller.h', | 100 'renderer/dom_automation_controller.h', |
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
603 }], | 607 }], |
604 ], | 608 ], |
605 'target_conditions': [ | 609 'target_conditions': [ |
606 ['OS=="android"', { | 610 ['OS=="android"', { |
607 'sources/': [ | 611 'sources/': [ |
608 ['include', '^renderer/render_view_linux\\.cc$'], | 612 ['include', '^renderer/render_view_linux\\.cc$'], |
609 ], | 613 ], |
610 }], | 614 }], |
611 ], | 615 ], |
612 } | 616 } |
OLD | NEW |