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

Side by Side Diff: content/content_common.gypi

Issue 11088043: browser-plugin: Allow accepting drag-n-drop events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 2 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/common/drag_traits.h ('k') | content/renderer/browser_plugin/browser_plugin.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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'common/db_message_filter.cc', 157 'common/db_message_filter.cc',
158 'common/db_message_filter.h', 158 'common/db_message_filter.h',
159 'common/debug_flags.cc', 159 'common/debug_flags.cc',
160 'common/debug_flags.h', 160 'common/debug_flags.h',
161 'common/desktop_notification_messages.h', 161 'common/desktop_notification_messages.h',
162 'common/device_motion_messages.h', 162 'common/device_motion_messages.h',
163 'common/device_orientation_messages.h', 163 'common/device_orientation_messages.h',
164 'common/devtools_messages.h', 164 'common/devtools_messages.h',
165 'common/dom_storage_messages.h', 165 'common/dom_storage_messages.h',
166 'common/drag_messages.h', 166 'common/drag_messages.h',
167 'common/drag_traits.h',
167 'common/edit_command.h', 168 'common/edit_command.h',
168 'common/fileapi/file_system_dispatcher.cc', 169 'common/fileapi/file_system_dispatcher.cc',
169 'common/fileapi/file_system_dispatcher.h', 170 'common/fileapi/file_system_dispatcher.h',
170 'common/fileapi/file_system_messages.h', 171 'common/fileapi/file_system_messages.h',
171 'common/fileapi/webblob_messages.h', 172 'common/fileapi/webblob_messages.h',
172 'common/fileapi/webblobregistry_impl.cc', 173 'common/fileapi/webblobregistry_impl.cc',
173 'common/fileapi/webblobregistry_impl.h', 174 'common/fileapi/webblobregistry_impl.h',
174 'common/fileapi/webfilesystem_callback_dispatcher.cc', 175 'common/fileapi/webfilesystem_callback_dispatcher.cc',
175 'common/fileapi/webfilesystem_callback_dispatcher.h', 176 'common/fileapi/webfilesystem_callback_dispatcher.h',
176 'common/fileapi/webfilesystem_impl.cc', 177 'common/fileapi/webfilesystem_impl.cc',
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 '../build/extract_from_cab.py', 555 '../build/extract_from_cab.py',
555 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 556 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
556 '<(output)', 557 '<(output)',
557 '<(PRODUCT_DIR)', 558 '<(PRODUCT_DIR)',
558 ], 559 ],
559 }, 560 },
560 ] 561 ]
561 }], 562 }],
562 ], 563 ],
563 } 564 }
OLDNEW
« no previous file with comments | « content/common/drag_traits.h ('k') | content/renderer/browser_plugin/browser_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698