Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Side by Side Diff: content/content_renderer.gypi

Issue 18281002: Move WebDropData to content::DropData and split off conversion function. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Mac build error. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/content_common.gypi ('k') | content/port/browser/render_view_host_delegate_view.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/port/browser/render_view_host_delegate_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698