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

Side by Side Diff: content/content_tests.gypi

Issue 362123002: Gamepad: don't notify about connected pads twice (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more build fix (kNumberOfGamepads) Created 6 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/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 'browser/fileapi/timed_task_helper_unittest.cc', 464 'browser/fileapi/timed_task_helper_unittest.cc',
465 'browser/fileapi/transient_file_util_unittest.cc', 465 'browser/fileapi/transient_file_util_unittest.cc',
466 'browser/fileapi/upload_file_system_file_element_reader_unittest.cc', 466 'browser/fileapi/upload_file_system_file_element_reader_unittest.cc',
467 'browser/frame_host/frame_tree_unittest.cc', 467 'browser/frame_host/frame_tree_unittest.cc',
468 'browser/frame_host/navigation_controller_impl_unittest.cc', 468 'browser/frame_host/navigation_controller_impl_unittest.cc',
469 'browser/frame_host/navigation_entry_impl_unittest.cc', 469 'browser/frame_host/navigation_entry_impl_unittest.cc',
470 'browser/frame_host/render_frame_host_manager_unittest.cc', 470 'browser/frame_host/render_frame_host_manager_unittest.cc',
471 'browser/frame_host/render_widget_host_view_child_frame_unittest.cc', 471 'browser/frame_host/render_widget_host_view_child_frame_unittest.cc',
472 'browser/frame_host/render_widget_host_view_guest_unittest.cc', 472 'browser/frame_host/render_widget_host_view_guest_unittest.cc',
473 'browser/gamepad/gamepad_provider_unittest.cc', 473 'browser/gamepad/gamepad_provider_unittest.cc',
474 'browser/gamepad/gamepad_service_unittest.cc',
474 'browser/gamepad/gamepad_test_helpers.cc', 475 'browser/gamepad/gamepad_test_helpers.cc',
475 'browser/gamepad/gamepad_test_helpers.h', 476 'browser/gamepad/gamepad_test_helpers.h',
476 'browser/geolocation/geolocation_provider_unittest.cc', 477 'browser/geolocation/geolocation_provider_unittest.cc',
477 'browser/geolocation/location_arbitrator_impl_unittest.cc', 478 'browser/geolocation/location_arbitrator_impl_unittest.cc',
478 'browser/geolocation/network_location_provider_unittest.cc', 479 'browser/geolocation/network_location_provider_unittest.cc',
479 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', 480 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc',
480 'browser/geolocation/wifi_data_provider_common_unittest.cc', 481 'browser/geolocation/wifi_data_provider_common_unittest.cc',
481 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 482 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
482 'browser/geolocation/wifi_data_provider_unittest_win.cc', 483 'browser/geolocation/wifi_data_provider_unittest_win.cc',
483 'browser/gpu/gpu_data_manager_impl_private_unittest.cc', 484 'browser/gpu/gpu_data_manager_impl_private_unittest.cc',
(...skipping 1351 matching lines...) Expand 10 before | Expand all | Expand 10 after
1835 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1836 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1836 }, 1837 },
1837 ], 1838 ],
1838 }], 1839 }],
1839 ], 1840 ],
1840 }, 1841 },
1841 ], 1842 ],
1842 }], 1843 }],
1843 ], 1844 ],
1844 } 1845 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/pepper/pepper_gamepad_host_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698