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

Side by Side Diff: content/content_common.gypi

Issue 20707002: Implement Device Orientation using shared memory in content/renderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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
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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 'common/content_message_generator.h', 146 'common/content_message_generator.h',
147 'common/content_param_traits.cc', 147 'common/content_param_traits.cc',
148 'common/content_param_traits.h', 148 'common/content_param_traits.h',
149 'common/content_param_traits_macros.h', 149 'common/content_param_traits_macros.h',
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_messages.h', 155 'common/device_motion_messages.h',
156 'common/device_motion_hardware_buffer.h',
156 'common/device_orientation_messages.h', 157 'common/device_orientation_messages.h',
158 'common/device_orientation_hardware_buffer.h',
157 'common/devtools_messages.h', 159 'common/devtools_messages.h',
158 'common/dom_storage_messages.h', 160 'common/dom_storage_messages.h',
159 'common/drag_event_source_info.h', 161 'common/drag_event_source_info.h',
160 'common/drag_messages.h', 162 'common/drag_messages.h',
161 'common/drag_traits.h', 163 'common/drag_traits.h',
162 'common/edit_command.h', 164 'common/edit_command.h',
163 'common/file_utilities_messages.h', 165 'common/file_utilities_messages.h',
164 'common/fileapi/file_system_messages.h', 166 'common/fileapi/file_system_messages.h',
165 'common/fileapi/webblob_messages.h', 167 'common/fileapi/webblob_messages.h',
166 'common/find_match_rect_android.cc', 168 'common/find_match_rect_android.cc',
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 567 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
566 '<(output)', 568 '<(output)',
567 '<(PRODUCT_DIR)', 569 '<(PRODUCT_DIR)',
568 ], 570 ],
569 'msvs_cygwin_shell': 1, 571 'msvs_cygwin_shell': 1,
570 }, 572 },
571 ] 573 ]
572 }], 574 }],
573 ], 575 ],
574 } 576 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698