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

Side by Side Diff: content/content_tests.gypi

Issue 8689011: Renderer reading side of gamepad (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase to HEAD Created 9 years 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_renderer.gypi ('k') | content/renderer/gamepad_shared_memory_reader.h » ('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) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'browser/speech/speech_recognizer_unittest.cc', 218 'browser/speech/speech_recognizer_unittest.cc',
219 'browser/ssl/ssl_host_state_unittest.cc', 219 'browser/ssl/ssl_host_state_unittest.cc',
220 'browser/tab_contents/navigation_controller_unittest.cc', 220 'browser/tab_contents/navigation_controller_unittest.cc',
221 'browser/tab_contents/navigation_entry_unittest.cc', 221 'browser/tab_contents/navigation_entry_unittest.cc',
222 'browser/tab_contents/render_view_host_manager_unittest.cc', 222 'browser/tab_contents/render_view_host_manager_unittest.cc',
223 'browser/tab_contents/tab_contents_delegate_unittest.cc', 223 'browser/tab_contents/tab_contents_delegate_unittest.cc',
224 'browser/tab_contents/web_drag_dest_mac_unittest.mm', 224 'browser/tab_contents/web_drag_dest_mac_unittest.mm',
225 'browser/trace_subscriber_stdio_unittest.cc', 225 'browser/trace_subscriber_stdio_unittest.cc',
226 'common/mac/attributed_string_coder_unittest.mm', 226 'common/mac/attributed_string_coder_unittest.mm',
227 'common/mac/font_descriptor_unittest.mm', 227 'common/mac/font_descriptor_unittest.mm',
228 'common/gamepad_seqlock_unittest.cc',
228 'common/gpu/gpu_feature_flags_unittest.cc', 229 'common/gpu/gpu_feature_flags_unittest.cc',
229 'common/gpu/gpu_info_unittest.cc', 230 'common/gpu/gpu_info_unittest.cc',
230 'common/hi_res_timer_manager_unittest.cc', 231 'common/hi_res_timer_manager_unittest.cc',
231 'common/net/url_fetcher_impl_unittest.cc', 232 'common/net/url_fetcher_impl_unittest.cc',
232 'common/page_zoom_unittest.cc', 233 'common/page_zoom_unittest.cc',
233 'common/resource_dispatcher_unittest.cc', 234 'common/resource_dispatcher_unittest.cc',
234 'common/sandbox_mac_diraccess_unittest.mm', 235 'common/sandbox_mac_diraccess_unittest.mm',
235 'common/sandbox_mac_fontloading_unittest.mm', 236 'common/sandbox_mac_fontloading_unittest.mm',
236 'common/sandbox_mac_unittest_helper.h', 237 'common/sandbox_mac_unittest_helper.h',
237 'common/sandbox_mac_unittest_helper.mm', 238 'common/sandbox_mac_unittest_helper.mm',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 ], 398 ],
398 'sources': [ 399 'sources': [
399 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 400 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
400 ], 401 ],
401 } 402 }
402 ], 403 ],
403 }, 404 },
404 ], 405 ],
405 ], 406 ],
406 } 407 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/renderer/gamepad_shared_memory_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698