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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 'renderer/android/address_detector.cc', | 74 'renderer/android/address_detector.cc', |
75 'renderer/android/address_detector.h', | 75 'renderer/android/address_detector.h', |
76 'renderer/android/content_detector.cc', | 76 'renderer/android/content_detector.cc', |
77 'renderer/android/content_detector.h', | 77 'renderer/android/content_detector.h', |
78 'renderer/android/email_detector.cc', | 78 'renderer/android/email_detector.cc', |
79 'renderer/android/email_detector.h', | 79 'renderer/android/email_detector.h', |
80 'renderer/android/phone_number_detector.cc', | 80 'renderer/android/phone_number_detector.cc', |
81 'renderer/android/phone_number_detector.h', | 81 'renderer/android/phone_number_detector.h', |
82 'renderer/android/synchronous_compositor_factory.cc', | 82 'renderer/android/synchronous_compositor_factory.cc', |
83 'renderer/android/synchronous_compositor_factory.h', | 83 'renderer/android/synchronous_compositor_factory.h', |
| 84 'renderer/appcache_frontend_impl.cc', |
| 85 'renderer/appcache_frontend_impl.h', |
84 'renderer/cursor_utils.cc', | 86 'renderer/cursor_utils.cc', |
85 'renderer/cursor_utils.h', | 87 'renderer/cursor_utils.h', |
86 'renderer/device_orientation_dispatcher.cc', | 88 'renderer/device_orientation_dispatcher.cc', |
87 'renderer/device_orientation_dispatcher.h', | 89 'renderer/device_orientation_dispatcher.h', |
88 'renderer/device_orientation/device_motion_event_pump.cc', | 90 'renderer/device_orientation/device_motion_event_pump.cc', |
89 'renderer/device_orientation/device_motion_event_pump.h', | 91 'renderer/device_orientation/device_motion_event_pump.h', |
90 'renderer/device_orientation/device_orientation_event_pump.cc', | 92 'renderer/device_orientation/device_orientation_event_pump.cc', |
91 'renderer/device_orientation/device_orientation_event_pump.h', | 93 'renderer/device_orientation/device_orientation_event_pump.h', |
92 'renderer/device_orientation/device_sensor_event_pump.cc', | 94 'renderer/device_orientation/device_sensor_event_pump.cc', |
93 'renderer/device_orientation/device_sensor_event_pump.h', | 95 'renderer/device_orientation/device_sensor_event_pump.h', |
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 }], | 704 }], |
703 ], | 705 ], |
704 'target_conditions': [ | 706 'target_conditions': [ |
705 ['OS=="android"', { | 707 ['OS=="android"', { |
706 'sources/': [ | 708 'sources/': [ |
707 ['include', '^renderer/render_view_linux\\.cc$'], | 709 ['include', '^renderer/render_view_linux\\.cc$'], |
708 ], | 710 ], |
709 }], | 711 }], |
710 ], | 712 ], |
711 } | 713 } |
OLD | NEW |