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

Side by Side Diff: content/content_tests.gypi

Issue 10534154: Move URLFetcherImpl to net/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix windows link error Created 8 years, 6 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/public/test/test_url_fetcher_factory.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'browser/web_contents/web_drag_source_mac_unittest.mm', 292 'browser/web_contents/web_drag_source_mac_unittest.mm',
293 'browser/webui/web_ui_message_handler_unittest.cc', 293 'browser/webui/web_ui_message_handler_unittest.cc',
294 'common/android/address_parser_unittest.cc', 294 'common/android/address_parser_unittest.cc',
295 'common/mac/attributed_string_coder_unittest.mm', 295 'common/mac/attributed_string_coder_unittest.mm',
296 'common/mac/font_descriptor_unittest.mm', 296 'common/mac/font_descriptor_unittest.mm',
297 'common/gpu/gpu_info_unittest.cc', 297 'common/gpu/gpu_info_unittest.cc',
298 'common/gpu/gpu_memory_manager_unittest.cc', 298 'common/gpu/gpu_memory_manager_unittest.cc',
299 'common/gpu/media/avc_config_record_builder_unittest.cc', 299 'common/gpu/media/avc_config_record_builder_unittest.cc',
300 'common/indexed_db/indexed_db_dispatcher_unittest.cc', 300 'common/indexed_db/indexed_db_dispatcher_unittest.cc',
301 'common/inter_process_time_ticks_converter_unittest.cc', 301 'common/inter_process_time_ticks_converter_unittest.cc',
302 'common/net/url_fetcher_impl_unittest.cc',
303 'common/page_zoom_unittest.cc', 302 'common/page_zoom_unittest.cc',
304 'common/resource_dispatcher_unittest.cc', 303 'common/resource_dispatcher_unittest.cc',
305 'common/sandbox_mac_diraccess_unittest.mm', 304 'common/sandbox_mac_diraccess_unittest.mm',
306 'common/sandbox_mac_fontloading_unittest.mm', 305 'common/sandbox_mac_fontloading_unittest.mm',
307 'common/sandbox_mac_unittest_helper.h', 306 'common/sandbox_mac_unittest_helper.h',
308 'common/sandbox_mac_unittest_helper.mm', 307 'common/sandbox_mac_unittest_helper.mm',
309 'common/sandbox_mac_system_access_unittest.mm', 308 'common/sandbox_mac_system_access_unittest.mm',
310 'gpu/gpu_info_collector_unittest.cc', 309 'gpu/gpu_info_collector_unittest.cc',
311 'gpu/gpu_info_collector_unittest_win.cc', 310 'gpu/gpu_info_collector_unittest_win.cc',
312 'renderer/active_notification_tracker_unittest.cc', 311 'renderer/active_notification_tracker_unittest.cc',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 670 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
672 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 671 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
673 ], 672 ],
674 }, 673 },
675 'includes': [ '../build/apk_test.gypi' ], 674 'includes': [ '../build/apk_test.gypi' ],
676 }, 675 },
677 ], 676 ],
678 }], 677 }],
679 ], 678 ],
680 } 679 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/public/test/test_url_fetcher_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698