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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 'renderer/disambiguation_popup_helper.cc', | 91 'renderer/disambiguation_popup_helper.cc', |
92 'renderer/disambiguation_popup_helper.h', | 92 'renderer/disambiguation_popup_helper.h', |
93 'renderer/dom_automation_controller.cc', | 93 'renderer/dom_automation_controller.cc', |
94 'renderer/dom_automation_controller.h', | 94 'renderer/dom_automation_controller.h', |
95 'renderer/dom_storage/dom_storage_dispatcher.cc', | 95 'renderer/dom_storage/dom_storage_dispatcher.cc', |
96 'renderer/dom_storage/dom_storage_dispatcher.h', | 96 'renderer/dom_storage/dom_storage_dispatcher.h', |
97 'renderer/dom_storage/webstoragearea_impl.cc', | 97 'renderer/dom_storage/webstoragearea_impl.cc', |
98 'renderer/dom_storage/webstoragearea_impl.h', | 98 'renderer/dom_storage/webstoragearea_impl.h', |
99 'renderer/dom_storage/webstoragenamespace_impl.cc', | 99 'renderer/dom_storage/webstoragenamespace_impl.cc', |
100 'renderer/dom_storage/webstoragenamespace_impl.h', | 100 'renderer/dom_storage/webstoragenamespace_impl.h', |
| 101 'renderer/drop_data_builder.cc', |
| 102 'renderer/drop_data_builder.h', |
101 'renderer/external_popup_menu.cc', | 103 'renderer/external_popup_menu.cc', |
102 'renderer/external_popup_menu.h', | 104 'renderer/external_popup_menu.h', |
103 'renderer/gamepad_shared_memory_reader.cc', | 105 'renderer/gamepad_shared_memory_reader.cc', |
104 'renderer/gamepad_shared_memory_reader.h', | 106 'renderer/gamepad_shared_memory_reader.h', |
105 'renderer/geolocation_dispatcher.cc', | 107 'renderer/geolocation_dispatcher.cc', |
106 'renderer/geolocation_dispatcher.h', | 108 'renderer/geolocation_dispatcher.h', |
107 'renderer/gpu/compositor_output_surface.cc', | 109 'renderer/gpu/compositor_output_surface.cc', |
108 'renderer/gpu/compositor_output_surface.h', | 110 'renderer/gpu/compositor_output_surface.h', |
109 'renderer/gpu/compositor_software_output_device.cc', | 111 'renderer/gpu/compositor_software_output_device.cc', |
110 'renderer/gpu/compositor_software_output_device.h', | 112 'renderer/gpu/compositor_software_output_device.h', |
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
518 }], | 520 }], |
519 ], | 521 ], |
520 'target_conditions': [ | 522 'target_conditions': [ |
521 ['OS=="android"', { | 523 ['OS=="android"', { |
522 'sources/': [ | 524 'sources/': [ |
523 ['include', '^renderer/render_view_linux\\.cc$'], | 525 ['include', '^renderer/render_view_linux\\.cc$'], |
524 ], | 526 ], |
525 }], | 527 }], |
526 ], | 528 ], |
527 } | 529 } |
OLD | NEW |