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

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 checkdeps 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
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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'browser/web_contents/web_drag_source_mac_unittest.mm', 291 'browser/web_contents/web_drag_source_mac_unittest.mm',
292 'browser/webui/web_ui_message_handler_unittest.cc', 292 'browser/webui/web_ui_message_handler_unittest.cc',
293 'common/android/address_parser_unittest.cc', 293 'common/android/address_parser_unittest.cc',
294 'common/mac/attributed_string_coder_unittest.mm', 294 'common/mac/attributed_string_coder_unittest.mm',
295 'common/mac/font_descriptor_unittest.mm', 295 'common/mac/font_descriptor_unittest.mm',
296 'common/gpu/gpu_info_unittest.cc', 296 'common/gpu/gpu_info_unittest.cc',
297 'common/gpu/gpu_memory_manager_unittest.cc', 297 'common/gpu/gpu_memory_manager_unittest.cc',
298 'common/gpu/media/avc_config_record_builder_unittest.cc', 298 'common/gpu/media/avc_config_record_builder_unittest.cc',
299 'common/indexed_db/indexed_db_dispatcher_unittest.cc', 299 'common/indexed_db/indexed_db_dispatcher_unittest.cc',
300 'common/inter_process_time_ticks_converter_unittest.cc', 300 'common/inter_process_time_ticks_converter_unittest.cc',
301 'common/net/url_fetcher_impl_unittest.cc',
302 'common/page_zoom_unittest.cc', 301 'common/page_zoom_unittest.cc',
303 'common/resource_dispatcher_unittest.cc', 302 'common/resource_dispatcher_unittest.cc',
304 'common/sandbox_mac_diraccess_unittest.mm', 303 'common/sandbox_mac_diraccess_unittest.mm',
305 'common/sandbox_mac_fontloading_unittest.mm', 304 'common/sandbox_mac_fontloading_unittest.mm',
306 'common/sandbox_mac_unittest_helper.h', 305 'common/sandbox_mac_unittest_helper.h',
307 'common/sandbox_mac_unittest_helper.mm', 306 'common/sandbox_mac_unittest_helper.mm',
308 'common/sandbox_mac_system_access_unittest.mm', 307 'common/sandbox_mac_system_access_unittest.mm',
309 'gpu/gpu_info_collector_unittest.cc', 308 'gpu/gpu_info_collector_unittest.cc',
310 'gpu/gpu_info_collector_unittest_win.cc', 309 'gpu/gpu_info_collector_unittest_win.cc',
311 'renderer/active_notification_tracker_unittest.cc', 310 'renderer/active_notification_tracker_unittest.cc',
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 669 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
671 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 670 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
672 ], 671 ],
673 }, 672 },
674 'includes': [ '../build/apk_test.gypi' ], 673 'includes': [ '../build/apk_test.gypi' ],
675 }, 674 },
676 ], 675 ],
677 }], 676 }],
678 ], 677 ],
679 } 678 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698