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

Side by Side Diff: content/content_tests.gypi

Issue 1926173002: Erase LinkDisambiguation code on desktop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: another merge conflict Created 4 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
« no previous file with comments | « content/content_renderer.gypi ('k') | content/public/browser/web_contents_view_delegate.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) 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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 'common/plugin_list_unittest.cc', 695 'common/plugin_list_unittest.cc',
696 'common/sandbox_mac_compiler_unittest.mm', 696 'common/sandbox_mac_compiler_unittest.mm',
697 'common/sandbox_mac_diraccess_unittest.mm', 697 'common/sandbox_mac_diraccess_unittest.mm',
698 'common/sandbox_mac_fontloading_unittest.mm', 698 'common/sandbox_mac_fontloading_unittest.mm',
699 'common/sandbox_mac_system_access_unittest.mm', 699 'common/sandbox_mac_system_access_unittest.mm',
700 'common/sandbox_mac_unittest_helper.h', 700 'common/sandbox_mac_unittest_helper.h',
701 'common/sandbox_mac_unittest_helper.mm', 701 'common/sandbox_mac_unittest_helper.mm',
702 'common/service_worker/service_worker_utils_unittest.cc', 702 'common/service_worker/service_worker_utils_unittest.cc',
703 'common/ssl_status_serialization_unittest.cc', 703 'common/ssl_status_serialization_unittest.cc',
704 'common/webplugininfo_unittest.cc', 704 'common/webplugininfo_unittest.cc',
705 'renderer/android/disambiguation_popup_helper_unittest.cc',
705 'renderer/android/email_detector_unittest.cc', 706 'renderer/android/email_detector_unittest.cc',
706 'renderer/android/phone_number_detector_unittest.cc', 707 'renderer/android/phone_number_detector_unittest.cc',
707 'renderer/bmp_image_decoder_unittest.cc', 708 'renderer/bmp_image_decoder_unittest.cc',
708 'renderer/device_sensors/device_light_event_pump_unittest.cc', 709 'renderer/device_sensors/device_light_event_pump_unittest.cc',
709 'renderer/device_sensors/device_motion_event_pump_unittest.cc', 710 'renderer/device_sensors/device_motion_event_pump_unittest.cc',
710 'renderer/device_sensors/device_orientation_event_pump_unittest.cc', 711 'renderer/device_sensors/device_orientation_event_pump_unittest.cc',
711 'renderer/disambiguation_popup_helper_unittest.cc',
712 'renderer/dom_storage/dom_storage_cached_area_unittest.cc', 712 'renderer/dom_storage/dom_storage_cached_area_unittest.cc',
713 'renderer/gpu/compositor_forwarding_message_filter_unittest.cc', 713 'renderer/gpu/compositor_forwarding_message_filter_unittest.cc',
714 'renderer/gpu/frame_swap_message_queue_unittest.cc', 714 'renderer/gpu/frame_swap_message_queue_unittest.cc',
715 'renderer/gpu/queue_message_swap_promise_unittest.cc', 715 'renderer/gpu/queue_message_swap_promise_unittest.cc',
716 'renderer/gpu/render_widget_compositor_unittest.cc', 716 'renderer/gpu/render_widget_compositor_unittest.cc',
717 'renderer/ico_image_decoder_unittest.cc', 717 'renderer/ico_image_decoder_unittest.cc',
718 'renderer/input/input_event_filter_unittest.cc', 718 'renderer/input/input_event_filter_unittest.cc',
719 'renderer/input/main_thread_event_queue_unittest.cc', 719 'renderer/input/main_thread_event_queue_unittest.cc',
720 'renderer/manifest/manifest_parser_unittest.cc', 720 'renderer/manifest/manifest_parser_unittest.cc',
721 'renderer/media/android/media_info_loader_unittest.cc', 721 'renderer/media/android/media_info_loader_unittest.cc',
(...skipping 1190 matching lines...) Expand 10 before | Expand all | Expand 10 after
1912 'content_unittests_apk.isolate', 1912 'content_unittests_apk.isolate',
1913 ], 1913 ],
1914 }, 1914 },
1915 ], 1915 ],
1916 }, 1916 },
1917 ], 1917 ],
1918 ], 1918 ],
1919 }], 1919 }],
1920 ], 1920 ],
1921 } 1921 }
OLDNEW
« no previous file with comments | « content/content_renderer.gypi ('k') | content/public/browser/web_contents_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698