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

Side by Side Diff: content/content_tests.gypi

Issue 263563003: Add referrer & load flag support to BitmapFetcher class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove temp comments Created 6 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
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 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 'common/mac/font_descriptor_unittest.mm', 619 'common/mac/font_descriptor_unittest.mm',
620 'common/page_state_serialization_unittest.cc', 620 'common/page_state_serialization_unittest.cc',
621 'common/page_zoom_unittest.cc', 621 'common/page_zoom_unittest.cc',
622 'common/plugin_list_unittest.cc', 622 'common/plugin_list_unittest.cc',
623 'common/sandbox_mac_diraccess_unittest.mm', 623 'common/sandbox_mac_diraccess_unittest.mm',
624 'common/sandbox_mac_fontloading_unittest.mm', 624 'common/sandbox_mac_fontloading_unittest.mm',
625 'common/sandbox_mac_system_access_unittest.mm', 625 'common/sandbox_mac_system_access_unittest.mm',
626 'common/sandbox_mac_unittest_helper.h', 626 'common/sandbox_mac_unittest_helper.h',
627 'common/sandbox_mac_unittest_helper.mm', 627 'common/sandbox_mac_unittest_helper.mm',
628 'common/webplugininfo_unittest.cc', 628 'common/webplugininfo_unittest.cc',
629 'public/common/referrer_unittest.cc',
629 'renderer/active_notification_tracker_unittest.cc', 630 'renderer/active_notification_tracker_unittest.cc',
630 'renderer/android/email_detector_unittest.cc', 631 'renderer/android/email_detector_unittest.cc',
631 'renderer/android/phone_number_detector_unittest.cc', 632 'renderer/android/phone_number_detector_unittest.cc',
632 'renderer/bmp_image_decoder_unittest.cc', 633 'renderer/bmp_image_decoder_unittest.cc',
633 'renderer/device_sensors/device_motion_event_pump_unittest.cc', 634 'renderer/device_sensors/device_motion_event_pump_unittest.cc',
634 'renderer/device_sensors/device_orientation_event_pump_unittest.cc', 635 'renderer/device_sensors/device_orientation_event_pump_unittest.cc',
635 'renderer/disambiguation_popup_helper_unittest.cc', 636 'renderer/disambiguation_popup_helper_unittest.cc',
636 'renderer/dom_storage/dom_storage_cached_area_unittest.cc', 637 'renderer/dom_storage/dom_storage_cached_area_unittest.cc',
637 'renderer/ico_image_decoder_unittest.cc', 638 'renderer/ico_image_decoder_unittest.cc',
638 'renderer/input/input_event_filter_unittest.cc', 639 'renderer/input/input_event_filter_unittest.cc',
(...skipping 1189 matching lines...) Expand 10 before | Expand all | Expand 10 after
1828 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1829 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1829 }, 1830 },
1830 ], 1831 ],
1831 }], 1832 }],
1832 ], 1833 ],
1833 }, 1834 },
1834 ], 1835 ],
1835 }], 1836 }],
1836 ], 1837 ],
1837 } 1838 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698