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

Side by Side Diff: content/content_common.gypi

Issue 8689011: Renderer reading side of gamepad (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: move seqlock to gamepad-specific, improve description Created 9 years 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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:gpu_ipc', 9 '../gpu/gpu.gyp:gpu_ipc',
10 '../ipc/ipc.gyp:ipc', 10 '../ipc/ipc.gyp:ipc',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'common/file_system_messages.h', 123 'common/file_system_messages.h',
124 'common/file_utilities_messages.h', 124 'common/file_utilities_messages.h',
125 'common/font_config_ipc_linux.cc', 125 'common/font_config_ipc_linux.cc',
126 'common/font_config_ipc_linux.h', 126 'common/font_config_ipc_linux.h',
127 'common/font_list.h', 127 'common/font_list.h',
128 'common/font_list_mac.mm', 128 'common/font_list_mac.mm',
129 'common/font_list_win.cc', 129 'common/font_list_win.cc',
130 'common/font_list_x11.cc', 130 'common/font_list_x11.cc',
131 'common/gamepad_hardware_buffer.h', 131 'common/gamepad_hardware_buffer.h',
132 'common/gamepad_messages.h', 132 'common/gamepad_messages.h',
133 'common/gamepad_seqlock.h',
133 'common/geolocation_messages.h', 134 'common/geolocation_messages.h',
134 'common/geoposition.cc', 135 'common/geoposition.cc',
135 'common/geoposition.h', 136 'common/geoposition.h',
136 'common/gpu/gpu_channel.cc', 137 'common/gpu/gpu_channel.cc',
137 'common/gpu/gpu_channel.h', 138 'common/gpu/gpu_channel.h',
138 'common/gpu/gpu_channel_manager.cc', 139 'common/gpu/gpu_channel_manager.cc',
139 'common/gpu/gpu_channel_manager.h', 140 'common/gpu/gpu_channel_manager.h',
140 'common/gpu/gpu_command_buffer_stub.cc', 141 'common/gpu/gpu_command_buffer_stub.cc',
141 'common/gpu/gpu_command_buffer_stub.h', 142 'common/gpu/gpu_command_buffer_stub.h',
142 'common/gpu/gpu_config.h', 143 'common/gpu/gpu_config.h',
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 ], 322 ],
322 'link_settings': { 323 'link_settings': {
323 'libraries': [ 324 'libraries': [
324 '-lEGL', 325 '-lEGL',
325 '-lGLESv2', 326 '-lGLESv2',
326 ], 327 ],
327 }, 328 },
328 }], 329 }],
329 ], 330 ],
330 } 331 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698