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

Side by Side Diff: content/content_tests.gypi

Issue 15385003: Move GPU device/driver info related code from content to gpu. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « content/content_common.gypi ('k') | content/gpu/DEPS » ('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) 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': '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 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 'browser/geolocation/geolocation_provider_unittest.cc', 281 'browser/geolocation/geolocation_provider_unittest.cc',
282 'browser/geolocation/gps_location_provider_unittest_linux.cc', 282 'browser/geolocation/gps_location_provider_unittest_linux.cc',
283 'browser/geolocation/location_arbitrator_impl_unittest.cc', 283 'browser/geolocation/location_arbitrator_impl_unittest.cc',
284 'browser/geolocation/network_location_provider_unittest.cc', 284 'browser/geolocation/network_location_provider_unittest.cc',
285 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc', 285 'browser/geolocation/wifi_data_provider_chromeos_unittest.cc',
286 'browser/geolocation/wifi_data_provider_common_unittest.cc', 286 'browser/geolocation/wifi_data_provider_common_unittest.cc',
287 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 287 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
288 'browser/geolocation/wifi_data_provider_unittest_win.cc', 288 'browser/geolocation/wifi_data_provider_unittest_win.cc',
289 'browser/geolocation/win7_location_api_unittest_win.cc', 289 'browser/geolocation/win7_location_api_unittest_win.cc',
290 'browser/geolocation/win7_location_provider_unittest_win.cc', 290 'browser/geolocation/win7_location_provider_unittest_win.cc',
291 'browser/gpu/gpu_blacklist_unittest.cc',
292 'browser/gpu/gpu_control_list_entry_unittest.cc',
293 'browser/gpu/gpu_control_list_machine_model_info_unittest.cc',
294 'browser/gpu/gpu_control_list_number_info_unittest.cc',
295 'browser/gpu/gpu_control_list_os_info_unittest.cc',
296 'browser/gpu/gpu_control_list_string_info_unittest.cc',
297 'browser/gpu/gpu_control_list_unittest.cc',
298 'browser/gpu/gpu_control_list_version_info_unittest.cc',
299 'browser/gpu/gpu_data_manager_impl_private_unittest.cc',
300 'browser/gpu/gpu_driver_bug_list_unittest.cc',
301 'browser/gpu/gpu_switching_list_unittest.cc',
302 'browser/gpu/gpu_util_unittest.cc',
303 'browser/gpu/shader_disk_cache_unittest.cc', 291 'browser/gpu/shader_disk_cache_unittest.cc',
304 'browser/host_zoom_map_impl_unittest.cc', 292 'browser/host_zoom_map_impl_unittest.cc',
305 'browser/hyphenator/hyphenator_message_filter_unittest.cc', 293 'browser/hyphenator/hyphenator_message_filter_unittest.cc',
306 'browser/in_process_webkit/webkit_thread_unittest.cc', 294 'browser/in_process_webkit/webkit_thread_unittest.cc',
307 'browser/indexed_db/indexed_db_unittest.cc', 295 'browser/indexed_db/indexed_db_unittest.cc',
308 'browser/indexed_db/indexed_db_quota_client_unittest.cc', 296 'browser/indexed_db/indexed_db_quota_client_unittest.cc',
309 'browser/loader/offline_policy_unittest.cc', 297 'browser/loader/offline_policy_unittest.cc',
310 'browser/loader/resource_buffer_unittest.cc', 298 'browser/loader/resource_buffer_unittest.cc',
311 'browser/loader/resource_dispatcher_host_unittest.cc', 299 'browser/loader/resource_dispatcher_host_unittest.cc',
312 'browser/loader/resource_loader_unittest.cc', 300 'browser/loader/resource_loader_unittest.cc',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'browser/web_contents/web_contents_view_mac_unittest.mm', 355 'browser/web_contents/web_contents_view_mac_unittest.mm',
368 'browser/web_contents/web_drag_dest_mac_unittest.mm', 356 'browser/web_contents/web_drag_dest_mac_unittest.mm',
369 'browser/web_contents/web_drag_source_mac_unittest.mm', 357 'browser/web_contents/web_drag_source_mac_unittest.mm',
370 'browser/webui/web_ui_data_source_unittest.cc', 358 'browser/webui/web_ui_data_source_unittest.cc',
371 'browser/webui/web_ui_message_handler_unittest.cc', 359 'browser/webui/web_ui_message_handler_unittest.cc',
372 'common/android/address_parser_unittest.cc', 360 'common/android/address_parser_unittest.cc',
373 'common/cc_messages_unittest.cc', 361 'common/cc_messages_unittest.cc',
374 'common/common_param_traits_unittest.cc', 362 'common/common_param_traits_unittest.cc',
375 'common/mac/attributed_string_coder_unittest.mm', 363 'common/mac/attributed_string_coder_unittest.mm',
376 'common/mac/font_descriptor_unittest.mm', 364 'common/mac/font_descriptor_unittest.mm',
377 'common/gpu/gpu_info_unittest.cc',
378 'common/gpu/gpu_memory_manager_unittest.cc', 365 'common/gpu/gpu_memory_manager_unittest.cc',
379 'common/indexed_db/indexed_db_dispatcher_unittest.cc', 366 'common/indexed_db/indexed_db_dispatcher_unittest.cc',
380 'common/indexed_db/proxy_webidbcursor_impl_unittest.cc', 367 'common/indexed_db/proxy_webidbcursor_impl_unittest.cc',
381 'common/inter_process_time_ticks_converter_unittest.cc', 368 'common/inter_process_time_ticks_converter_unittest.cc',
382 'common/page_zoom_unittest.cc', 369 'common/page_zoom_unittest.cc',
383 'common/partial_circular_buffer_unittest.cc', 370 'common/partial_circular_buffer_unittest.cc',
384 'common/resource_dispatcher_unittest.cc', 371 'common/resource_dispatcher_unittest.cc',
385 'common/sandbox_mac_diraccess_unittest.mm', 372 'common/sandbox_mac_diraccess_unittest.mm',
386 'common/sandbox_mac_fontloading_unittest.mm', 373 'common/sandbox_mac_fontloading_unittest.mm',
387 'common/sandbox_mac_unittest_helper.h', 374 'common/sandbox_mac_unittest_helper.h',
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
1117 'resource_dir': 'shell/android/shell_apk/res', 1104 'resource_dir': 'shell/android/shell_apk/res',
1118 'additional_src_dirs': ['public/android/javatests/',], 1105 'additional_src_dirs': ['public/android/javatests/',],
1119 'is_test_apk': 1, 1106 'is_test_apk': 1,
1120 }, 1107 },
1121 'includes': [ '../build/java_apk.gypi' ], 1108 'includes': [ '../build/java_apk.gypi' ],
1122 }, 1109 },
1123 ], 1110 ],
1124 }], 1111 }],
1125 ], 1112 ],
1126 } 1113 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/gpu/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698