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

Side by Side Diff: content/content_tests.gypi

Issue 1846433005: Implement direct write fallback proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a missing SUCCEEDED call Created 4 years, 8 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_common.gypi ('k') | content/test/dwrite_font_fake_sender_win.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 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 'browser/web_contents/web_drag_dest_mac_unittest.mm', 636 'browser/web_contents/web_drag_dest_mac_unittest.mm',
637 'browser/web_contents/web_drag_source_mac_unittest.mm', 637 'browser/web_contents/web_drag_source_mac_unittest.mm',
638 'browser/webui/url_data_manager_backend_unittest.cc', 638 'browser/webui/url_data_manager_backend_unittest.cc',
639 'browser/webui/web_ui_data_source_unittest.cc', 639 'browser/webui/web_ui_data_source_unittest.cc',
640 'browser/webui/web_ui_message_handler_unittest.cc', 640 'browser/webui/web_ui_message_handler_unittest.cc',
641 'child/background_sync/background_sync_type_converters_unittest.cc', 641 'child/background_sync/background_sync_type_converters_unittest.cc',
642 'child/blink_platform_impl_unittest.cc', 642 'child/blink_platform_impl_unittest.cc',
643 'child/blob_storage/blob_consolidation_unittest.cc', 643 'child/blob_storage/blob_consolidation_unittest.cc',
644 'child/blob_storage/blob_transport_controller_unittest.cc', 644 'child/blob_storage/blob_transport_controller_unittest.cc',
645 'child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc', 645 'child/dwrite_font_proxy/dwrite_font_proxy_win_unittest.cc',
646 'child/dwrite_font_proxy/font_fallback_win_unittest.cc',
646 'child/fileapi/webfilewriter_base_unittest.cc', 647 'child/fileapi/webfilewriter_base_unittest.cc',
647 'child/font_warmup_win_unittest.cc', 648 'child/font_warmup_win_unittest.cc',
648 'child/indexed_db/indexed_db_dispatcher_unittest.cc', 649 'child/indexed_db/indexed_db_dispatcher_unittest.cc',
649 'child/indexed_db/mock_webidbcallbacks.cc', 650 'child/indexed_db/mock_webidbcallbacks.cc',
650 'child/indexed_db/mock_webidbcallbacks.h', 651 'child/indexed_db/mock_webidbcallbacks.h',
651 'child/indexed_db/webidbcursor_impl_unittest.cc', 652 'child/indexed_db/webidbcursor_impl_unittest.cc',
652 'child/notifications/notification_data_conversions_unittest.cc', 653 'child/notifications/notification_data_conversions_unittest.cc',
653 'child/notifications/pending_notifications_tracker_unittest.cc', 654 'child/notifications/pending_notifications_tracker_unittest.cc',
654 'child/power_monitor_broadcast_source_unittest.cc', 655 'child/power_monitor_broadcast_source_unittest.cc',
655 'child/resource_dispatcher_unittest.cc', 656 'child/resource_dispatcher_unittest.cc',
(...skipping 1544 matching lines...) Expand 10 before | Expand all | Expand 10 after
2200 'content_unittests_apk.isolate', 2201 'content_unittests_apk.isolate',
2201 ], 2202 ],
2202 }, 2203 },
2203 ], 2204 ],
2204 }, 2205 },
2205 ], 2206 ],
2206 ], 2207 ],
2207 }], 2208 }],
2208 ], 2209 ],
2209 } 2210 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/test/dwrite_font_fake_sender_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698