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

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: Resets last_motion_ 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 'common/content_paths.cc', 149 'common/content_paths.cc',
150 'common/css_colors.h', 150 'common/css_colors.h',
151 'common/database_messages.h', 151 'common/database_messages.h',
152 'common/database_util.cc', 152 'common/database_util.cc',
153 'common/database_util.h', 153 'common/database_util.h',
154 'common/db_message_filter.cc', 154 'common/db_message_filter.cc',
155 'common/db_message_filter.h', 155 'common/db_message_filter.h',
156 'common/debug_flags.cc', 156 'common/debug_flags.cc',
157 'common/debug_flags.h', 157 'common/debug_flags.h',
158 'common/desktop_notification_messages.h', 158 'common/desktop_notification_messages.h',
159 'common/device_motion_messages.h',
159 'common/device_orientation_messages.h', 160 'common/device_orientation_messages.h',
160 'common/devtools_messages.h', 161 'common/devtools_messages.h',
161 'common/dom_storage_messages.h', 162 'common/dom_storage_messages.h',
162 'common/drag_messages.h', 163 'common/drag_messages.h',
163 'common/edit_command.h', 164 'common/edit_command.h',
164 'common/fileapi/file_system_dispatcher.cc', 165 'common/fileapi/file_system_dispatcher.cc',
165 'common/fileapi/file_system_dispatcher.h', 166 'common/fileapi/file_system_dispatcher.h',
166 'common/fileapi/file_system_messages.h', 167 'common/fileapi/file_system_messages.h',
167 'common/fileapi/webblob_messages.h', 168 'common/fileapi/webblob_messages.h',
168 'common/fileapi/webblobregistry_impl.cc', 169 'common/fileapi/webblobregistry_impl.cc',
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 '../build/extract_from_cab.py', 510 '../build/extract_from_cab.py',
510 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 511 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
511 '<(output)', 512 '<(output)',
512 '<(PRODUCT_DIR)', 513 '<(PRODUCT_DIR)',
513 ], 514 ],
514 }, 515 },
515 ] 516 ]
516 }] 517 }]
517 ], 518 ],
518 } 519 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698