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

Side by Side Diff: content/content_common.gypi

Issue 19325002: Move DBMessageFilter to content/child since its only used in child ptypes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_child.gypi ('k') | content/renderer/render_thread_impl.cc » ('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 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 'common/content_ipc_logging.cc', 142 'common/content_ipc_logging.cc',
143 'common/content_message_generator.cc', 143 'common/content_message_generator.cc',
144 'common/content_message_generator.h', 144 'common/content_message_generator.h',
145 'common/content_param_traits.cc', 145 'common/content_param_traits.cc',
146 'common/content_param_traits.h', 146 'common/content_param_traits.h',
147 'common/content_param_traits_macros.h', 147 'common/content_param_traits_macros.h',
148 'common/content_paths.cc', 148 'common/content_paths.cc',
149 'common/cookie_data.cc', 149 'common/cookie_data.cc',
150 'common/cookie_data.h', 150 'common/cookie_data.h',
151 'common/database_messages.h', 151 'common/database_messages.h',
152 'common/db_message_filter.cc',
153 'common/db_message_filter.h',
154 'common/desktop_notification_messages.h', 152 'common/desktop_notification_messages.h',
155 'common/device_motion_messages.h', 153 'common/device_motion_messages.h',
156 'common/device_orientation_messages.h', 154 'common/device_orientation_messages.h',
157 'common/devtools_messages.h', 155 'common/devtools_messages.h',
158 'common/dom_storage_messages.h', 156 'common/dom_storage_messages.h',
159 'common/drag_event_source_info.h', 157 'common/drag_event_source_info.h',
160 'common/drag_messages.h', 158 'common/drag_messages.h',
161 'common/drag_traits.h', 159 'common/drag_traits.h',
162 'common/edit_command.h', 160 'common/edit_command.h',
163 'common/file_utilities_messages.h', 161 'common/file_utilities_messages.h',
(...skipping 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 540 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
543 '<(output)', 541 '<(output)',
544 '<(PRODUCT_DIR)', 542 '<(PRODUCT_DIR)',
545 ], 543 ],
546 'msvs_cygwin_shell': 1, 544 'msvs_cygwin_shell': 1,
547 }, 545 },
548 ] 546 ]
549 }], 547 }],
550 ], 548 ],
551 } 549 }
OLDNEW
« no previous file with comments | « content/content_child.gypi ('k') | content/renderer/render_thread_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698