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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/browser_plugin/browser_plugin.cc', | 94 'renderer/browser_plugin/browser_plugin.cc', |
95 'renderer/browser_plugin/browser_plugin.h', | 95 'renderer/browser_plugin/browser_plugin.h', |
96 'renderer/browser_plugin/browser_plugin_backing_store.cc', | |
97 'renderer/browser_plugin/browser_plugin_backing_store.h', | |
98 'renderer/browser_plugin/browser_plugin_bindings.cc', | 96 'renderer/browser_plugin/browser_plugin_bindings.cc', |
99 'renderer/browser_plugin/browser_plugin_bindings.h', | 97 'renderer/browser_plugin/browser_plugin_bindings.h', |
100 'renderer/browser_plugin/browser_plugin_manager_factory.h', | 98 'renderer/browser_plugin/browser_plugin_manager_factory.h', |
101 'renderer/browser_plugin/browser_plugin_manager_impl.cc', | 99 'renderer/browser_plugin/browser_plugin_manager_impl.cc', |
102 'renderer/browser_plugin/browser_plugin_manager_impl.h', | 100 'renderer/browser_plugin/browser_plugin_manager_impl.h', |
103 'renderer/browser_plugin/browser_plugin_manager.cc', | 101 'renderer/browser_plugin/browser_plugin_manager.cc', |
104 'renderer/browser_plugin/browser_plugin_manager.h', | 102 'renderer/browser_plugin/browser_plugin_manager.h', |
105 'renderer/clipboard_utils.cc', | 103 'renderer/clipboard_utils.cc', |
106 'renderer/clipboard_utils.h', | 104 'renderer/clipboard_utils.h', |
107 'renderer/child_frame_compositing_helper.cc', | 105 'renderer/child_frame_compositing_helper.cc', |
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
783 }], | 781 }], |
784 ], | 782 ], |
785 'target_conditions': [ | 783 'target_conditions': [ |
786 ['OS=="android"', { | 784 ['OS=="android"', { |
787 'sources/': [ | 785 'sources/': [ |
788 ['include', '^renderer/render_view_linux\\.cc$'], | 786 ['include', '^renderer/render_view_linux\\.cc$'], |
789 ], | 787 ], |
790 }], | 788 }], |
791 ], | 789 ], |
792 } | 790 } |
OLD | NEW |