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

Side by Side Diff: content/content_common.gypi

Issue 2081583002: Migrating majority of gamepad from content/browser/ to device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final tweaks Created 4 years, 5 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_jni.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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/ipc/cc_ipc.gyp:cc_ipc', 9 '../cc/ipc/cc_ipc.gyp:cc_ipc',
10 '../components/tracing.gyp:tracing', 10 '../components/tracing.gyp:tracing',
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 'common/font_list_pango.cc', 324 'common/font_list_pango.cc',
325 'common/font_list_win.cc', 325 'common/font_list_win.cc',
326 'common/frame_message_enums.h', 326 'common/frame_message_enums.h',
327 'common/frame_messages.h', 327 'common/frame_messages.h',
328 'common/frame_replication_state.cc', 328 'common/frame_replication_state.cc',
329 'common/frame_replication_state.h', 329 'common/frame_replication_state.h',
330 'common/gamepad_hardware_buffer.h', 330 'common/gamepad_hardware_buffer.h',
331 'common/gamepad_messages.h', 331 'common/gamepad_messages.h',
332 'common/gamepad_param_traits.cc', 332 'common/gamepad_param_traits.cc',
333 'common/gamepad_param_traits.h', 333 'common/gamepad_param_traits.h',
334 'common/gamepad_user_gesture.cc',
335 'common/gamepad_user_gesture.h',
336 'common/generic_shared_memory_id_generator.cc', 334 'common/generic_shared_memory_id_generator.cc',
337 'common/generic_shared_memory_id_generator.h', 335 'common/generic_shared_memory_id_generator.h',
338 'common/gin_java_bridge_messages.h', 336 'common/gin_java_bridge_messages.h',
339 'common/gpu/client/command_buffer_metrics.cc', 337 'common/gpu/client/command_buffer_metrics.cc',
340 'common/gpu/client/command_buffer_metrics.h', 338 'common/gpu/client/command_buffer_metrics.h',
341 'common/gpu/client/context_provider_command_buffer.cc', 339 'common/gpu/client/context_provider_command_buffer.cc',
342 'common/gpu/client/context_provider_command_buffer.h', 340 'common/gpu/client/context_provider_command_buffer.h',
343 'common/gpu_host_messages.h', 341 'common/gpu_host_messages.h',
344 'common/gpu_process_launch_causes.h', 342 'common/gpu_process_launch_causes.h',
345 'common/host_discardable_shared_memory_manager.cc', 343 'common/host_discardable_shared_memory_manager.cc',
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 ], 658 ],
661 }], 659 }],
662 ['enable_ipc_fuzzer==1', { 660 ['enable_ipc_fuzzer==1', {
663 'sources': [ 661 'sources': [
664 'common/external_ipc_dumper.cc', 662 'common/external_ipc_dumper.cc',
665 'common/external_ipc_dumper.h', 663 'common/external_ipc_dumper.h',
666 ], 664 ],
667 }], 665 }],
668 ], 666 ],
669 } 667 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698