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

Side by Side Diff: content/content_tests.gypi

Issue 11830043: Move content/components/navigation_interception to src/components (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 7 years, 11 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_components_navigation_interception.gypi ('k') | no next file » | 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 'common/gpu/media/avc_config_record_builder_unittest.cc', 353 'common/gpu/media/avc_config_record_builder_unittest.cc',
354 'common/indexed_db/indexed_db_dispatcher_unittest.cc', 354 'common/indexed_db/indexed_db_dispatcher_unittest.cc',
355 'common/inter_process_time_ticks_converter_unittest.cc', 355 'common/inter_process_time_ticks_converter_unittest.cc',
356 'common/page_zoom_unittest.cc', 356 'common/page_zoom_unittest.cc',
357 'common/resource_dispatcher_unittest.cc', 357 'common/resource_dispatcher_unittest.cc',
358 'common/sandbox_mac_diraccess_unittest.mm', 358 'common/sandbox_mac_diraccess_unittest.mm',
359 'common/sandbox_mac_fontloading_unittest.mm', 359 'common/sandbox_mac_fontloading_unittest.mm',
360 'common/sandbox_mac_unittest_helper.h', 360 'common/sandbox_mac_unittest_helper.h',
361 'common/sandbox_mac_unittest_helper.mm', 361 'common/sandbox_mac_unittest_helper.mm',
362 'common/sandbox_mac_system_access_unittest.mm', 362 'common/sandbox_mac_system_access_unittest.mm',
363 'components/navigation_interception/intercept_navigation_resource_thrott le_unittest.cc',
364 'gpu/gpu_info_collector_unittest.cc', 363 'gpu/gpu_info_collector_unittest.cc',
365 'renderer/active_notification_tracker_unittest.cc', 364 'renderer/active_notification_tracker_unittest.cc',
366 'renderer/android/email_detector_unittest.cc', 365 'renderer/android/email_detector_unittest.cc',
367 'renderer/android/phone_number_detector_unittest.cc', 366 'renderer/android/phone_number_detector_unittest.cc',
368 'renderer/disambiguation_popup_helper_unittest.cc', 367 'renderer/disambiguation_popup_helper_unittest.cc',
369 'renderer/gpu/input_event_filter_unittest.cc', 368 'renderer/gpu/input_event_filter_unittest.cc',
370 'renderer/hyphenator/hyphenator_unittest.cc', 369 'renderer/hyphenator/hyphenator_unittest.cc',
371 'renderer/media/audio_message_filter_unittest.cc', 370 'renderer/media/audio_message_filter_unittest.cc',
372 'renderer/media/audio_renderer_mixer_manager_unittest.cc', 371 'renderer/media/audio_renderer_mixer_manager_unittest.cc',
373 'renderer/media/video_capture_impl_unittest.cc', 372 'renderer/media/video_capture_impl_unittest.cc',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 ['include', '^browser/web_contents/navigation_entry_impl_unittest\\. cc$'], 500 ['include', '^browser/web_contents/navigation_entry_impl_unittest\\. cc$'],
502 ['include', '^test/run_all_unittests\\.cc$'], 501 ['include', '^test/run_all_unittests\\.cc$'],
503 ], 502 ],
504 }, { # OS != "ios" 503 }, { # OS != "ios"
505 'dependencies': [ 504 'dependencies': [
506 'content_browser', 505 'content_browser',
507 'content_gpu', 506 'content_gpu',
508 'content_plugin', 507 'content_plugin',
509 'content_renderer', 508 'content_renderer',
510 'content_resources.gyp:content_resources', 509 'content_resources.gyp:content_resources',
511 'navigation_interception',
512 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 510 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
513 '../gpu/gpu.gyp:gpu_unittest_utils', 511 '../gpu/gpu.gyp:gpu_unittest_utils',
514 '../ipc/ipc.gyp:test_support_ipc', 512 '../ipc/ipc.gyp:test_support_ipc',
515 '../jingle/jingle.gyp:jingle_glue_test_util', 513 '../jingle/jingle.gyp:jingle_glue_test_util',
516 '../media/media.gyp:shared_memory_support', 514 '../media/media.gyp:shared_memory_support',
517 '../third_party/icu/icu.gyp:icui18n', 515 '../third_party/icu/icu.gyp:icui18n',
518 '../third_party/icu/icu.gyp:icuuc', 516 '../third_party/icu/icu.gyp:icuuc',
519 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 517 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
520 '../third_party/libjingle/libjingle.gyp:libjingle', 518 '../third_party/libjingle/libjingle.gyp:libjingle',
521 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 519 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
(...skipping 482 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 'resource_dir': '../res', 1002 'resource_dir': '../res',
1005 'additional_src_dirs': ['../content/public/android/javatests/'], 1003 'additional_src_dirs': ['../content/public/android/javatests/'],
1006 'is_test_apk': 1, 1004 'is_test_apk': 1,
1007 }, 1005 },
1008 'includes': [ '../build/java_apk.gypi' ], 1006 'includes': [ '../build/java_apk.gypi' ],
1009 }, 1007 },
1010 ], 1008 ],
1011 }], 1009 }],
1012 ], 1010 ],
1013 } 1011 }
OLDNEW
« no previous file with comments | « content/content_components_navigation_interception.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698