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

Side by Side Diff: content/content_common.gypi

Issue 8570018: Define/update structure and gamepad messages between renderer and browser. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 1 month 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/common/gamepad_messages.h ('k') | no next file » | 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) 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 'common/file_system/webfilewriter_impl.cc', 116 'common/file_system/webfilewriter_impl.cc',
117 'common/file_system/webfilewriter_impl.h', 117 'common/file_system/webfilewriter_impl.h',
118 'common/file_system_messages.h', 118 'common/file_system_messages.h',
119 'common/file_utilities_messages.h', 119 'common/file_utilities_messages.h',
120 'common/font_config_ipc_linux.cc', 120 'common/font_config_ipc_linux.cc',
121 'common/font_config_ipc_linux.h', 121 'common/font_config_ipc_linux.h',
122 'common/font_list.h', 122 'common/font_list.h',
123 'common/font_list_mac.mm', 123 'common/font_list_mac.mm',
124 'common/font_list_win.cc', 124 'common/font_list_win.cc',
125 'common/font_list_x11.cc', 125 'common/font_list_x11.cc',
126 'common/gamepad_hardware_buffer.h',
127 'common/gamepad_messages.h',
126 'common/geolocation_messages.h', 128 'common/geolocation_messages.h',
127 'common/geoposition.cc', 129 'common/geoposition.cc',
128 'common/geoposition.h', 130 'common/geoposition.h',
129 'common/gpu/gpu_channel.cc', 131 'common/gpu/gpu_channel.cc',
130 'common/gpu/gpu_channel.h', 132 'common/gpu/gpu_channel.h',
131 'common/gpu/gpu_channel_manager.cc', 133 'common/gpu/gpu_channel_manager.cc',
132 'common/gpu/gpu_channel_manager.h', 134 'common/gpu/gpu_channel_manager.h',
133 'common/gpu/gpu_command_buffer_stub.cc', 135 'common/gpu/gpu_command_buffer_stub.cc',
134 'common/gpu/gpu_command_buffer_stub.h', 136 'common/gpu/gpu_command_buffer_stub.h',
135 'common/gpu/gpu_config.h', 137 'common/gpu/gpu_config.h',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 ], 331 ],
330 'link_settings': { 332 'link_settings': {
331 'libraries': [ 333 'libraries': [
332 '-lEGL', 334 '-lEGL',
333 '-lGLESv2', 335 '-lGLESv2',
334 ], 336 ],
335 }, 337 },
336 }], 338 }],
337 ], 339 ],
338 } 340 }
OLDNEW
« no previous file with comments | « content/common/gamepad_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698