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

Side by Side Diff: content/content_common.gypi

Issue 22297005: Move webkit/{browser,common}/dom_storage into content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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_browser.gypi ('k') | content/content_tests.gypi » ('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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 'common/content_paths.cc', 150 'common/content_paths.cc',
151 'common/cookie_data.cc', 151 'common/cookie_data.cc',
152 'common/cookie_data.h', 152 'common/cookie_data.h',
153 'common/database_messages.h', 153 'common/database_messages.h',
154 'common/desktop_notification_messages.h', 154 'common/desktop_notification_messages.h',
155 'common/device_motion_hardware_buffer.h', 155 'common/device_motion_hardware_buffer.h',
156 'common/device_orientation/device_motion_messages.h', 156 'common/device_orientation/device_motion_messages.h',
157 'common/device_orientation/device_orientation_hardware_buffer.h', 157 'common/device_orientation/device_orientation_hardware_buffer.h',
158 'common/device_orientation/device_orientation_messages.h', 158 'common/device_orientation/device_orientation_messages.h',
159 'common/devtools_messages.h', 159 'common/devtools_messages.h',
160 'common/dom_storage_messages.h', 160 'common/dom_storage/dom_storage_map.cc',
161 'common/dom_storage/dom_storage_map.h',
162 'common/dom_storage/dom_storage_messages.h',
161 'common/drag_event_source_info.h', 163 'common/drag_event_source_info.h',
162 'common/drag_messages.h', 164 'common/drag_messages.h',
163 'common/drag_traits.h', 165 'common/drag_traits.h',
164 'common/edit_command.h', 166 'common/edit_command.h',
165 'common/file_utilities_messages.h', 167 'common/file_utilities_messages.h',
166 'common/fileapi/file_system_messages.h', 168 'common/fileapi/file_system_messages.h',
167 'common/fileapi/webblob_messages.h', 169 'common/fileapi/webblob_messages.h',
168 'common/find_match_rect_android.cc', 170 'common/find_match_rect_android.cc',
169 'common/find_match_rect_android.h', 171 'common/find_match_rect_android.h',
170 'common/font_cache_dispatcher_win.cc', 172 'common/font_cache_dispatcher_win.cc',
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 565 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
564 '<(output)', 566 '<(output)',
565 '<(PRODUCT_DIR)', 567 '<(PRODUCT_DIR)',
566 ], 568 ],
567 'msvs_cygwin_shell': 1, 569 'msvs_cygwin_shell': 1,
568 }, 570 },
569 ] 571 ]
570 }], 572 }],
571 ], 573 ],
572 } 574 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698