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 'content_common_mojo_bindings', | 7 'content_common_mojo_bindings', |
8 '../gin/gin.gyp:gin', | 8 '../gin/gin.gyp:gin', |
9 '../jingle/jingle.gyp:jingle_glue', | 9 '../jingle/jingle.gyp:jingle_glue', |
10 '../media/media.gyp:media', | 10 '../media/media.gyp:media', |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 'renderer/android/address_detector.cc', | 84 'renderer/android/address_detector.cc', |
85 'renderer/android/address_detector.h', | 85 'renderer/android/address_detector.h', |
86 'renderer/android/content_detector.cc', | 86 'renderer/android/content_detector.cc', |
87 'renderer/android/content_detector.h', | 87 'renderer/android/content_detector.h', |
88 'renderer/android/email_detector.cc', | 88 'renderer/android/email_detector.cc', |
89 'renderer/android/email_detector.h', | 89 'renderer/android/email_detector.h', |
90 'renderer/android/phone_number_detector.cc', | 90 'renderer/android/phone_number_detector.cc', |
91 'renderer/android/phone_number_detector.h', | 91 'renderer/android/phone_number_detector.h', |
92 'renderer/android/synchronous_compositor_factory.cc', | 92 'renderer/android/synchronous_compositor_factory.cc', |
93 'renderer/android/synchronous_compositor_factory.h', | 93 'renderer/android/synchronous_compositor_factory.h', |
| 94 'renderer/battery_status/battery_status_dispatcher.cc', |
| 95 'renderer/battery_status/battery_status_dispatcher.h', |
94 'renderer/browser_plugin/browser_plugin.cc', | 96 'renderer/browser_plugin/browser_plugin.cc', |
95 'renderer/browser_plugin/browser_plugin.h', | 97 'renderer/browser_plugin/browser_plugin.h', |
96 'renderer/browser_plugin/browser_plugin_bindings.cc', | 98 'renderer/browser_plugin/browser_plugin_bindings.cc', |
97 'renderer/browser_plugin/browser_plugin_bindings.h', | 99 'renderer/browser_plugin/browser_plugin_bindings.h', |
98 'renderer/browser_plugin/browser_plugin_manager_factory.h', | 100 'renderer/browser_plugin/browser_plugin_manager_factory.h', |
99 'renderer/browser_plugin/browser_plugin_manager_impl.cc', | 101 'renderer/browser_plugin/browser_plugin_manager_impl.cc', |
100 'renderer/browser_plugin/browser_plugin_manager_impl.h', | 102 'renderer/browser_plugin/browser_plugin_manager_impl.h', |
101 'renderer/browser_plugin/browser_plugin_manager.cc', | 103 'renderer/browser_plugin/browser_plugin_manager.cc', |
102 'renderer/browser_plugin/browser_plugin_manager.h', | 104 'renderer/browser_plugin/browser_plugin_manager.h', |
103 'renderer/clipboard_utils.cc', | 105 'renderer/clipboard_utils.cc', |
(...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
775 }], | 777 }], |
776 ], | 778 ], |
777 'target_conditions': [ | 779 'target_conditions': [ |
778 ['OS=="android"', { | 780 ['OS=="android"', { |
779 'sources/': [ | 781 'sources/': [ |
780 ['include', '^renderer/render_view_linux\\.cc$'], | 782 ['include', '^renderer/render_view_linux\\.cc$'], |
781 ], | 783 ], |
782 }], | 784 }], |
783 ], | 785 ], |
784 } | 786 } |
OLD | NEW |