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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 'renderer/android/address_detector.cc', | 85 'renderer/android/address_detector.cc', |
86 'renderer/android/address_detector.h', | 86 'renderer/android/address_detector.h', |
87 'renderer/android/content_detector.cc', | 87 'renderer/android/content_detector.cc', |
88 'renderer/android/content_detector.h', | 88 'renderer/android/content_detector.h', |
89 'renderer/android/email_detector.cc', | 89 'renderer/android/email_detector.cc', |
90 'renderer/android/email_detector.h', | 90 'renderer/android/email_detector.h', |
91 'renderer/android/phone_number_detector.cc', | 91 'renderer/android/phone_number_detector.cc', |
92 'renderer/android/phone_number_detector.h', | 92 'renderer/android/phone_number_detector.h', |
93 'renderer/android/synchronous_compositor_factory.cc', | 93 'renderer/android/synchronous_compositor_factory.cc', |
94 'renderer/android/synchronous_compositor_factory.h', | 94 'renderer/android/synchronous_compositor_factory.h', |
| 95 'renderer/battery_status/battery_status_event_pump.cc', |
| 96 'renderer/battery_status/battery_status_event_pump.h', |
95 'renderer/browser_plugin/browser_plugin.cc', | 97 'renderer/browser_plugin/browser_plugin.cc', |
96 'renderer/browser_plugin/browser_plugin.h', | 98 'renderer/browser_plugin/browser_plugin.h', |
97 'renderer/browser_plugin/browser_plugin_backing_store.cc', | 99 'renderer/browser_plugin/browser_plugin_backing_store.cc', |
98 'renderer/browser_plugin/browser_plugin_backing_store.h', | 100 'renderer/browser_plugin/browser_plugin_backing_store.h', |
99 'renderer/browser_plugin/browser_plugin_bindings.cc', | 101 'renderer/browser_plugin/browser_plugin_bindings.cc', |
100 'renderer/browser_plugin/browser_plugin_bindings.h', | 102 'renderer/browser_plugin/browser_plugin_bindings.h', |
101 'renderer/browser_plugin/browser_plugin_manager_factory.h', | 103 'renderer/browser_plugin/browser_plugin_manager_factory.h', |
102 'renderer/browser_plugin/browser_plugin_manager_impl.cc', | 104 'renderer/browser_plugin/browser_plugin_manager_impl.cc', |
103 'renderer/browser_plugin/browser_plugin_manager_impl.h', | 105 'renderer/browser_plugin/browser_plugin_manager_impl.h', |
104 'renderer/browser_plugin/browser_plugin_manager.cc', | 106 'renderer/browser_plugin/browser_plugin_manager.cc', |
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
782 }], | 784 }], |
783 ], | 785 ], |
784 'target_conditions': [ | 786 'target_conditions': [ |
785 ['OS=="android"', { | 787 ['OS=="android"', { |
786 'sources/': [ | 788 'sources/': [ |
787 ['include', '^renderer/render_view_linux\\.cc$'], | 789 ['include', '^renderer/render_view_linux\\.cc$'], |
788 ], | 790 ], |
789 }], | 791 }], |
790 ], | 792 ], |
791 } | 793 } |
OLD | NEW |