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

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, 9 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'browser/android/content_view_render_view.h', 263 'browser/android/content_view_render_view.h',
264 'browser/android/content_view_statics.cc', 264 'browser/android/content_view_statics.cc',
265 'browser/android/content_view_statics.h', 265 'browser/android/content_view_statics.h',
266 'browser/android/date_time_chooser_android.cc', 266 'browser/android/date_time_chooser_android.cc',
267 'browser/android/date_time_chooser_android.h', 267 'browser/android/date_time_chooser_android.h',
268 'browser/android/download_controller_android_impl.cc', 268 'browser/android/download_controller_android_impl.cc',
269 'browser/android/download_controller_android_impl.h', 269 'browser/android/download_controller_android_impl.h',
270 'browser/android/devtools_auth.cc', 270 'browser/android/devtools_auth.cc',
271 'browser/android/edge_effect.h', 271 'browser/android/edge_effect.h',
272 'browser/android/edge_effect.cc', 272 'browser/android/edge_effect.cc',
273 'browser/android/gamepad_reader_impl.cc',
274 'browser/android/gamepad_reader_impl.h',
273 'browser/android/gesture_event_type_list.h', 275 'browser/android/gesture_event_type_list.h',
274 'browser/android/in_process/synchronous_compositor_factory_impl.cc', 276 'browser/android/in_process/synchronous_compositor_factory_impl.cc',
275 'browser/android/in_process/synchronous_compositor_factory_impl.h', 277 'browser/android/in_process/synchronous_compositor_factory_impl.h',
276 'browser/android/in_process/synchronous_compositor_impl.cc', 278 'browser/android/in_process/synchronous_compositor_impl.cc',
277 'browser/android/in_process/synchronous_compositor_impl.h', 279 'browser/android/in_process/synchronous_compositor_impl.h',
278 'browser/android/in_process/synchronous_compositor_output_surface.cc', 280 'browser/android/in_process/synchronous_compositor_output_surface.cc',
279 'browser/android/in_process/synchronous_compositor_output_surface.h', 281 'browser/android/in_process/synchronous_compositor_output_surface.h',
280 'browser/android/in_process/synchronous_input_event_filter.cc', 282 'browser/android/in_process/synchronous_input_event_filter.cc',
281 'browser/android/in_process/synchronous_input_event_filter.h', 283 'browser/android/in_process/synchronous_input_event_filter.h',
282 'browser/android/interstitial_page_delegate_android.cc', 284 'browser/android/interstitial_page_delegate_android.cc',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 'browser/frame_host/render_frame_host_manager.cc', 550 'browser/frame_host/render_frame_host_manager.cc',
549 'browser/frame_host/render_frame_host_manager.h', 551 'browser/frame_host/render_frame_host_manager.h',
550 'browser/frame_host/render_frame_message_filter.cc', 552 'browser/frame_host/render_frame_message_filter.cc',
551 'browser/frame_host/render_frame_message_filter.h', 553 'browser/frame_host/render_frame_message_filter.h',
552 'browser/frame_host/render_widget_host_view_child_frame.cc', 554 'browser/frame_host/render_widget_host_view_child_frame.cc',
553 'browser/frame_host/render_widget_host_view_child_frame.h', 555 'browser/frame_host/render_widget_host_view_child_frame.h',
554 'browser/frame_host/render_widget_host_view_guest.cc', 556 'browser/frame_host/render_widget_host_view_guest.cc',
555 'browser/frame_host/render_widget_host_view_guest.h', 557 'browser/frame_host/render_widget_host_view_guest.h',
556 'browser/gamepad/gamepad_data_fetcher.h', 558 'browser/gamepad/gamepad_data_fetcher.h',
557 'browser/gamepad/gamepad_platform_data_fetcher.h', 559 'browser/gamepad/gamepad_platform_data_fetcher.h',
560 'browser/gamepad/gamepad_platform_data_fetcher_android.cc',
561 'browser/gamepad/gamepad_platform_data_fetcher_android.h',
558 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', 562 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc',
559 'browser/gamepad/gamepad_platform_data_fetcher_linux.h', 563 'browser/gamepad/gamepad_platform_data_fetcher_linux.h',
560 'browser/gamepad/gamepad_platform_data_fetcher_mac.h', 564 'browser/gamepad/gamepad_platform_data_fetcher_mac.h',
561 'browser/gamepad/gamepad_platform_data_fetcher_mac.mm', 565 'browser/gamepad/gamepad_platform_data_fetcher_mac.mm',
562 'browser/gamepad/gamepad_platform_data_fetcher_win.cc', 566 'browser/gamepad/gamepad_platform_data_fetcher_win.cc',
563 'browser/gamepad/gamepad_platform_data_fetcher_win.h', 567 'browser/gamepad/gamepad_platform_data_fetcher_win.h',
564 'browser/gamepad/gamepad_provider.cc', 568 'browser/gamepad/gamepad_provider.cc',
565 'browser/gamepad/gamepad_provider.h', 569 'browser/gamepad/gamepad_provider.h',
566 'browser/gamepad/gamepad_service.cc', 570 'browser/gamepad/gamepad_service.cc',
567 'browser/gamepad/gamepad_service.h', 571 'browser/gamepad/gamepad_service.h',
(...skipping 763 matching lines...) Expand 10 before | Expand all | Expand 10 after
1331 # These files are generated by devtools_protocol_constants_generator.py. 1335 # These files are generated by devtools_protocol_constants_generator.py.
1332 '<(SHARED_INTERMEDIATE_DIR)/content/browser/devtools/devtools_protocol_const ants.cc', 1336 '<(SHARED_INTERMEDIATE_DIR)/content/browser/devtools/devtools_protocol_const ants.cc',
1333 '<(SHARED_INTERMEDIATE_DIR)/content/browser/devtools/devtools_protocol_const ants.h', 1337 '<(SHARED_INTERMEDIATE_DIR)/content/browser/devtools/devtools_protocol_const ants.h',
1334 ], 1338 ],
1335 'conditions': [ 1339 'conditions': [
1336 ['toolkit_views==1', { 1340 ['toolkit_views==1', {
1337 'dependencies': [ 1341 'dependencies': [
1338 '../ui/events/events.gyp:events', 1342 '../ui/events/events.gyp:events',
1339 ], 1343 ],
1340 }], 1344 }],
1341 ['OS!="win" and OS!="mac" and (OS!="linux" or use_udev==0)', { 1345 ['OS!="win" and OS!="mac" and OS!="android" and (OS!="linux" or use_udev==0) ', {
1342 'sources': [ 1346 'sources': [
1343 'browser/gamepad/gamepad_platform_data_fetcher.cc', 1347 'browser/gamepad/gamepad_platform_data_fetcher.cc',
1344 ] 1348 ]
1345 }], 1349 }],
1346 ['OS=="ios"', { 1350 ['OS=="ios"', {
1347 'sources/': [ 1351 'sources/': [
1348 # iOS only needs a small portion of content; exclude all the 1352 # iOS only needs a small portion of content; exclude all the
1349 # implementation, and re-include what is used. 1353 # implementation, and re-include what is used.
1350 ['exclude', '\\.(cc|mm)$'], 1354 ['exclude', '\\.(cc|mm)$'],
1351 ['include', '_ios\\.(cc|mm)$'], 1355 ['include', '_ios\\.(cc|mm)$'],
(...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after
1685 '../build/linux/system.gyp:dbus', 1689 '../build/linux/system.gyp:dbus',
1686 '../dbus/dbus.gyp:dbus', 1690 '../dbus/dbus.gyp:dbus',
1687 ], 1691 ],
1688 }, { # OS != "linux" or use_dbus==0 1692 }, { # OS != "linux" or use_dbus==0
1689 'sources!': [ 1693 'sources!': [
1690 'browser/geolocation/wifi_data_provider_linux.cc', 1694 'browser/geolocation/wifi_data_provider_linux.cc',
1691 ], 1695 ],
1692 }], 1696 }],
1693 ], 1697 ],
1694 } 1698 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698