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

Side by Side Diff: content/content_common.gypi

Issue 8772004: Improve GamepadSeqLock impl Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' 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 | Annotate | Revision Log
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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'common/font_cache_dispatcher_win.cc', 130 'common/font_cache_dispatcher_win.cc',
131 'common/font_cache_dispatcher_win.h', 131 'common/font_cache_dispatcher_win.h',
132 'common/font_config_ipc_linux.cc', 132 'common/font_config_ipc_linux.cc',
133 'common/font_config_ipc_linux.h', 133 'common/font_config_ipc_linux.h',
134 'common/font_list.h', 134 'common/font_list.h',
135 'common/font_list_mac.mm', 135 'common/font_list_mac.mm',
136 'common/font_list_win.cc', 136 'common/font_list_win.cc',
137 'common/font_list_x11.cc', 137 'common/font_list_x11.cc',
138 'common/gamepad_hardware_buffer.h', 138 'common/gamepad_hardware_buffer.h',
139 'common/gamepad_messages.h', 139 'common/gamepad_messages.h',
140 'common/gamepad_seqlock.cc',
141 'common/gamepad_seqlock.h', 140 'common/gamepad_seqlock.h',
142 'common/geolocation_messages.h', 141 'common/geolocation_messages.h',
143 'common/geoposition.cc', 142 'common/geoposition.cc',
144 'common/geoposition.h', 143 'common/geoposition.h',
145 'common/gpu/gpu_channel.cc', 144 'common/gpu/gpu_channel.cc',
146 'common/gpu/gpu_channel.h', 145 'common/gpu/gpu_channel.h',
147 'common/gpu/gpu_channel_manager.cc', 146 'common/gpu/gpu_channel_manager.cc',
148 'common/gpu/gpu_channel_manager.h', 147 'common/gpu/gpu_channel_manager.h',
149 'common/gpu/gpu_command_buffer_stub.cc', 148 'common/gpu/gpu_command_buffer_stub.cc',
150 'common/gpu/gpu_command_buffer_stub.h', 149 'common/gpu/gpu_command_buffer_stub.h',
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 '../build/extract_from_cab.py', 342 '../build/extract_from_cab.py',
344 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 343 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
345 '<(output)', 344 '<(output)',
346 '<(PRODUCT_DIR)', 345 '<(PRODUCT_DIR)',
347 ], 346 ],
348 }, 347 },
349 ] 348 ]
350 }] 349 }]
351 ], 350 ],
352 } 351 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698