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

Side by Side Diff: content/content_browser.gypi

Issue 133943002: Gamepad API support for chrome on android (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 10 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 '../third_party/re2/re2.gyp:re2', 7 '../third_party/re2/re2.gyp:re2',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 'browser/android/content_view_render_view.h', 259 'browser/android/content_view_render_view.h',
260 'browser/android/content_view_statics.cc', 260 'browser/android/content_view_statics.cc',
261 'browser/android/content_view_statics.h', 261 'browser/android/content_view_statics.h',
262 'browser/android/date_time_chooser_android.cc', 262 'browser/android/date_time_chooser_android.cc',
263 'browser/android/date_time_chooser_android.h', 263 'browser/android/date_time_chooser_android.h',
264 'browser/android/download_controller_android_impl.cc', 264 'browser/android/download_controller_android_impl.cc',
265 'browser/android/download_controller_android_impl.h', 265 'browser/android/download_controller_android_impl.h',
266 'browser/android/devtools_auth.cc', 266 'browser/android/devtools_auth.cc',
267 'browser/android/edge_effect.h', 267 'browser/android/edge_effect.h',
268 'browser/android/edge_effect.cc', 268 'browser/android/edge_effect.cc',
269 'browser/android/gamepad_reader_impl.cc',
270 'browser/android/gamepad_reader_impl.h',
269 'browser/android/in_process/synchronous_compositor_factory_impl.cc', 271 'browser/android/in_process/synchronous_compositor_factory_impl.cc',
270 'browser/android/in_process/synchronous_compositor_factory_impl.h', 272 'browser/android/in_process/synchronous_compositor_factory_impl.h',
271 'browser/android/in_process/synchronous_compositor_impl.cc', 273 'browser/android/in_process/synchronous_compositor_impl.cc',
272 'browser/android/in_process/synchronous_compositor_impl.h', 274 'browser/android/in_process/synchronous_compositor_impl.h',
273 'browser/android/in_process/synchronous_compositor_output_surface.cc', 275 'browser/android/in_process/synchronous_compositor_output_surface.cc',
274 'browser/android/in_process/synchronous_compositor_output_surface.h', 276 'browser/android/in_process/synchronous_compositor_output_surface.h',
275 'browser/android/in_process/synchronous_input_event_filter.cc', 277 'browser/android/in_process/synchronous_input_event_filter.cc',
276 'browser/android/in_process/synchronous_input_event_filter.h', 278 'browser/android/in_process/synchronous_input_event_filter.h',
277 'browser/android/interstitial_page_delegate_android.cc', 279 'browser/android/interstitial_page_delegate_android.cc',
278 'browser/android/interstitial_page_delegate_android.h', 280 'browser/android/interstitial_page_delegate_android.h',
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 'browser/frame_host/render_frame_host_manager.cc', 538 'browser/frame_host/render_frame_host_manager.cc',
537 'browser/frame_host/render_frame_host_manager.h', 539 'browser/frame_host/render_frame_host_manager.h',
538 'browser/frame_host/render_frame_message_filter.cc', 540 'browser/frame_host/render_frame_message_filter.cc',
539 'browser/frame_host/render_frame_message_filter.h', 541 'browser/frame_host/render_frame_message_filter.h',
540 'browser/frame_host/render_widget_host_view_child_frame.cc', 542 'browser/frame_host/render_widget_host_view_child_frame.cc',
541 'browser/frame_host/render_widget_host_view_child_frame.h', 543 'browser/frame_host/render_widget_host_view_child_frame.h',
542 'browser/frame_host/render_widget_host_view_guest.cc', 544 'browser/frame_host/render_widget_host_view_guest.cc',
543 'browser/frame_host/render_widget_host_view_guest.h', 545 'browser/frame_host/render_widget_host_view_guest.h',
544 'browser/gamepad/gamepad_data_fetcher.h', 546 'browser/gamepad/gamepad_data_fetcher.h',
545 'browser/gamepad/gamepad_platform_data_fetcher.h', 547 'browser/gamepad/gamepad_platform_data_fetcher.h',
548 'browser/gamepad/gamepad_platform_data_fetcher_android.cc',
549 'browser/gamepad/gamepad_platform_data_fetcher_android.h',
546 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', 550 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc',
547 'browser/gamepad/gamepad_platform_data_fetcher_linux.h', 551 'browser/gamepad/gamepad_platform_data_fetcher_linux.h',
548 'browser/gamepad/gamepad_platform_data_fetcher_mac.h', 552 'browser/gamepad/gamepad_platform_data_fetcher_mac.h',
549 'browser/gamepad/gamepad_platform_data_fetcher_mac.mm', 553 'browser/gamepad/gamepad_platform_data_fetcher_mac.mm',
550 'browser/gamepad/gamepad_platform_data_fetcher_win.cc', 554 'browser/gamepad/gamepad_platform_data_fetcher_win.cc',
551 'browser/gamepad/gamepad_platform_data_fetcher_win.h', 555 'browser/gamepad/gamepad_platform_data_fetcher_win.h',
552 'browser/gamepad/gamepad_provider.cc', 556 'browser/gamepad/gamepad_provider.cc',
553 'browser/gamepad/gamepad_provider.h', 557 'browser/gamepad/gamepad_provider.h',
554 'browser/gamepad/gamepad_service.cc', 558 'browser/gamepad/gamepad_service.cc',
555 'browser/gamepad/gamepad_service.h', 559 'browser/gamepad/gamepad_service.h',
(...skipping 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after
1640 '../build/linux/system.gyp:dbus', 1644 '../build/linux/system.gyp:dbus',
1641 '../dbus/dbus.gyp:dbus', 1645 '../dbus/dbus.gyp:dbus',
1642 ], 1646 ],
1643 }, { # OS != "linux" or use_dbus==0 1647 }, { # OS != "linux" or use_dbus==0
1644 'sources!': [ 1648 'sources!': [
1645 'browser/geolocation/wifi_data_provider_linux.cc', 1649 'browser/geolocation/wifi_data_provider_linux.cc',
1646 ], 1650 ],
1647 }], 1651 }],
1648 ], 1652 ],
1649 } 1653 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698