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

Side by Side Diff: content/content_common.gypi

Issue 10698046: Implements part of Device Motion in the Renderer (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Implements new WebKit API, rebases after large refactorings Created 8 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
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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'common/content_paths.cc', 146 'common/content_paths.cc',
147 'common/css_colors.h', 147 'common/css_colors.h',
148 'common/database_messages.h', 148 'common/database_messages.h',
149 'common/database_util.cc', 149 'common/database_util.cc',
150 'common/database_util.h', 150 'common/database_util.h',
151 'common/db_message_filter.cc', 151 'common/db_message_filter.cc',
152 'common/db_message_filter.h', 152 'common/db_message_filter.h',
153 'common/debug_flags.cc', 153 'common/debug_flags.cc',
154 'common/debug_flags.h', 154 'common/debug_flags.h',
155 'common/desktop_notification_messages.h', 155 'common/desktop_notification_messages.h',
156 'common/device_motion_messages.h',
156 'common/device_orientation_messages.h', 157 'common/device_orientation_messages.h',
157 'common/devtools_messages.h', 158 'common/devtools_messages.h',
158 'common/dom_storage_messages.h', 159 'common/dom_storage_messages.h',
159 'common/drag_messages.h', 160 'common/drag_messages.h',
160 'common/edit_command.h', 161 'common/edit_command.h',
161 'common/fileapi/file_system_dispatcher.cc', 162 'common/fileapi/file_system_dispatcher.cc',
162 'common/fileapi/file_system_dispatcher.h', 163 'common/fileapi/file_system_dispatcher.h',
163 'common/fileapi/file_system_messages.h', 164 'common/fileapi/file_system_messages.h',
164 'common/fileapi/webblob_messages.h', 165 'common/fileapi/webblob_messages.h',
165 'common/fileapi/webblobregistry_impl.cc', 166 'common/fileapi/webblobregistry_impl.cc',
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 '../build/extract_from_cab.py', 507 '../build/extract_from_cab.py',
507 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 508 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
508 '<(output)', 509 '<(output)',
509 '<(PRODUCT_DIR)', 510 '<(PRODUCT_DIR)',
510 ], 511 ],
511 }, 512 },
512 ] 513 ]
513 }] 514 }]
514 ], 515 ],
515 } 516 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698