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

Side by Side Diff: content/content_common.gypi

Issue 10086018: More DomStorage house cleaning (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 8 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 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'common/database_util.cc', 123 'common/database_util.cc',
124 'common/database_util.h', 124 'common/database_util.h',
125 'common/db_message_filter.cc', 125 'common/db_message_filter.cc',
126 'common/db_message_filter.h', 126 'common/db_message_filter.h',
127 'common/debug_flags.cc', 127 'common/debug_flags.cc',
128 'common/debug_flags.h', 128 'common/debug_flags.h',
129 'common/desktop_notification_messages.h', 129 'common/desktop_notification_messages.h',
130 'common/device_orientation_messages.h', 130 'common/device_orientation_messages.h',
131 'common/devtools_messages.cc', 131 'common/devtools_messages.cc',
132 'common/devtools_messages.h', 132 'common/devtools_messages.h',
133 'common/dom_storage_common.h',
134 'common/dom_storage_messages.h', 133 'common/dom_storage_messages.h',
135 'common/drag_messages.h', 134 'common/drag_messages.h',
136 'common/edit_command.h', 135 'common/edit_command.h',
137 'common/fileapi/file_system_dispatcher.cc', 136 'common/fileapi/file_system_dispatcher.cc',
138 'common/fileapi/file_system_dispatcher.h', 137 'common/fileapi/file_system_dispatcher.h',
139 'common/fileapi/file_system_messages.h', 138 'common/fileapi/file_system_messages.h',
140 'common/fileapi/webblob_messages.h', 139 'common/fileapi/webblob_messages.h',
141 'common/fileapi/webblobregistry_impl.cc', 140 'common/fileapi/webblobregistry_impl.cc',
142 'common/fileapi/webblobregistry_impl.h', 141 'common/fileapi/webblobregistry_impl.h',
143 'common/fileapi/webfilesystem_callback_dispatcher.cc', 142 'common/fileapi/webfilesystem_callback_dispatcher.cc',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 '../build/extract_from_cab.py', 439 '../build/extract_from_cab.py',
441 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 440 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
442 '<(output)', 441 '<(output)',
443 '<(PRODUCT_DIR)', 442 '<(PRODUCT_DIR)',
444 ], 443 ],
445 }, 444 },
446 ] 445 ]
447 }] 446 }]
448 ], 447 ],
449 } 448 }
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