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

Side by Side Diff: content/content_tests.gypi

Issue 10456007: [Android] Split the address parser from AddressDetector for WebView use. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: transforming AddressParser into a namespace. 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/renderer/android/address_detector.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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 'browser/system_message_window_win_unittest.cc', 261 'browser/system_message_window_win_unittest.cc',
262 'browser/trace_subscriber_stdio_unittest.cc', 262 'browser/trace_subscriber_stdio_unittest.cc',
263 'browser/web_contents/navigation_controller_impl_unittest.cc', 263 'browser/web_contents/navigation_controller_impl_unittest.cc',
264 'browser/web_contents/navigation_entry_impl_unittest.cc', 264 'browser/web_contents/navigation_entry_impl_unittest.cc',
265 'browser/web_contents/render_view_host_manager_unittest.cc', 265 'browser/web_contents/render_view_host_manager_unittest.cc',
266 'browser/web_contents/web_contents_delegate_unittest.cc', 266 'browser/web_contents/web_contents_delegate_unittest.cc',
267 'browser/web_contents/web_contents_impl_unittest.cc', 267 'browser/web_contents/web_contents_impl_unittest.cc',
268 'browser/web_contents/web_contents_view_mac_unittest.mm', 268 'browser/web_contents/web_contents_view_mac_unittest.mm',
269 'browser/web_contents/web_drag_dest_mac_unittest.mm', 269 'browser/web_contents/web_drag_dest_mac_unittest.mm',
270 'browser/webui/web_ui_message_handler_unittest.cc', 270 'browser/webui/web_ui_message_handler_unittest.cc',
271 'common/android/address_parser_unittest.cc',
271 'common/mac/attributed_string_coder_unittest.mm', 272 'common/mac/attributed_string_coder_unittest.mm',
272 'common/mac/font_descriptor_unittest.mm', 273 'common/mac/font_descriptor_unittest.mm',
273 'common/gpu/gpu_info_unittest.cc', 274 'common/gpu/gpu_info_unittest.cc',
274 'common/gpu/gpu_memory_manager_unittest.cc', 275 'common/gpu/gpu_memory_manager_unittest.cc',
275 'common/hi_res_timer_manager_unittest.cc', 276 'common/hi_res_timer_manager_unittest.cc',
276 'common/indexed_db/indexed_db_dispatcher_unittest.cc', 277 'common/indexed_db/indexed_db_dispatcher_unittest.cc',
277 'common/inter_process_time_ticks_converter_unittest.cc', 278 'common/inter_process_time_ticks_converter_unittest.cc',
278 'common/net/url_fetcher_impl_unittest.cc', 279 'common/net/url_fetcher_impl_unittest.cc',
279 'common/page_zoom_unittest.cc', 280 'common/page_zoom_unittest.cc',
280 'common/resource_dispatcher_unittest.cc', 281 'common/resource_dispatcher_unittest.cc',
281 'common/sandbox_mac_diraccess_unittest.mm', 282 'common/sandbox_mac_diraccess_unittest.mm',
282 'common/sandbox_mac_fontloading_unittest.mm', 283 'common/sandbox_mac_fontloading_unittest.mm',
283 'common/sandbox_mac_unittest_helper.h', 284 'common/sandbox_mac_unittest_helper.h',
284 'common/sandbox_mac_unittest_helper.mm', 285 'common/sandbox_mac_unittest_helper.mm',
285 'common/sandbox_mac_system_access_unittest.mm', 286 'common/sandbox_mac_system_access_unittest.mm',
286 'gpu/gpu_info_collector_unittest.cc', 287 'gpu/gpu_info_collector_unittest.cc',
287 'gpu/gpu_info_collector_unittest_win.cc', 288 'gpu/gpu_info_collector_unittest_win.cc',
288 'renderer/active_notification_tracker_unittest.cc', 289 'renderer/active_notification_tracker_unittest.cc',
289 'renderer/android/address_detector_unittest.cc',
290 'renderer/android/email_detector_unittest.cc', 290 'renderer/android/email_detector_unittest.cc',
291 'renderer/android/phone_number_detector_unittest.cc', 291 'renderer/android/phone_number_detector_unittest.cc',
292 'renderer/gpu/input_event_filter_unittest.cc', 292 'renderer/gpu/input_event_filter_unittest.cc',
293 'renderer/media/audio_message_filter_unittest.cc', 293 'renderer/media/audio_message_filter_unittest.cc',
294 'renderer/media/capture_video_decoder_unittest.cc', 294 'renderer/media/capture_video_decoder_unittest.cc',
295 'renderer/media/video_capture_impl_unittest.cc', 295 'renderer/media/video_capture_impl_unittest.cc',
296 'renderer/media/video_capture_message_filter_unittest.cc', 296 'renderer/media/video_capture_message_filter_unittest.cc',
297 'renderer/paint_aggregator_unittest.cc', 297 'renderer/paint_aggregator_unittest.cc',
298 'renderer/pepper/pepper_broker_impl_unittest.cc', 298 'renderer/pepper/pepper_broker_impl_unittest.cc',
299 'renderer/v8_value_converter_impl_unittest.cc', 299 'renderer/v8_value_converter_impl_unittest.cc',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 567 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
568 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 568 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
569 ], 569 ],
570 }, 570 },
571 'includes': [ '../build/apk_test.gypi' ], 571 'includes': [ '../build/apk_test.gypi' ],
572 }, 572 },
573 ], 573 ],
574 }], 574 }],
575 ], 575 ],
576 } 576 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/android/address_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698