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

Side by Side Diff: content/content_tests.gypi

Issue 11293017: Move navigation interception component to content/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 'common/gpu/media/avc_config_record_builder_unittest.cc', 343 'common/gpu/media/avc_config_record_builder_unittest.cc',
344 'common/indexed_db/indexed_db_dispatcher_unittest.cc', 344 'common/indexed_db/indexed_db_dispatcher_unittest.cc',
345 'common/inter_process_time_ticks_converter_unittest.cc', 345 'common/inter_process_time_ticks_converter_unittest.cc',
346 'common/page_zoom_unittest.cc', 346 'common/page_zoom_unittest.cc',
347 'common/resource_dispatcher_unittest.cc', 347 'common/resource_dispatcher_unittest.cc',
348 'common/sandbox_mac_diraccess_unittest.mm', 348 'common/sandbox_mac_diraccess_unittest.mm',
349 'common/sandbox_mac_fontloading_unittest.mm', 349 'common/sandbox_mac_fontloading_unittest.mm',
350 'common/sandbox_mac_unittest_helper.h', 350 'common/sandbox_mac_unittest_helper.h',
351 'common/sandbox_mac_unittest_helper.mm', 351 'common/sandbox_mac_unittest_helper.mm',
352 'common/sandbox_mac_system_access_unittest.mm', 352 'common/sandbox_mac_system_access_unittest.mm',
353 'components/navigation_interception/intercept_navigation_resource_thrott le_unittest.cc',
353 'gpu/gpu_info_collector_unittest.cc', 354 'gpu/gpu_info_collector_unittest.cc',
354 'gpu/gpu_info_collector_unittest_win.cc', 355 'gpu/gpu_info_collector_unittest_win.cc',
355 'renderer/active_notification_tracker_unittest.cc', 356 'renderer/active_notification_tracker_unittest.cc',
356 'renderer/android/email_detector_unittest.cc', 357 'renderer/android/email_detector_unittest.cc',
357 'renderer/android/phone_number_detector_unittest.cc', 358 'renderer/android/phone_number_detector_unittest.cc',
358 'renderer/disambiguation_popup_helper_unittest.cc', 359 'renderer/disambiguation_popup_helper_unittest.cc',
359 'renderer/gpu/input_event_filter_unittest.cc', 360 'renderer/gpu/input_event_filter_unittest.cc',
360 'renderer/hyphenator/hyphenator_unittest.cc', 361 'renderer/hyphenator/hyphenator_unittest.cc',
361 'renderer/media/audio_message_filter_unittest.cc', 362 'renderer/media/audio_message_filter_unittest.cc',
362 'renderer/media/audio_renderer_mixer_manager_unittest.cc', 363 'renderer/media/audio_renderer_mixer_manager_unittest.cc',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 ['include', '^browser/web_contents/navigation_entry_impl_unittest\\. cc$'], 482 ['include', '^browser/web_contents/navigation_entry_impl_unittest\\. cc$'],
482 ['include', '^test/run_all_unittests\\.cc$'], 483 ['include', '^test/run_all_unittests\\.cc$'],
483 ], 484 ],
484 }, { # OS != "ios" 485 }, { # OS != "ios"
485 'dependencies': [ 486 'dependencies': [
486 'content_browser', 487 'content_browser',
487 'content_gpu', 488 'content_gpu',
488 'content_plugin', 489 'content_plugin',
489 'content_renderer', 490 'content_renderer',
490 'content_resources.gyp:content_resources', 491 'content_resources.gyp:content_resources',
492 'navigation_interception',
491 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 493 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
492 '../gpu/gpu.gyp:gpu_unittest_utils', 494 '../gpu/gpu.gyp:gpu_unittest_utils',
493 '../ipc/ipc.gyp:test_support_ipc', 495 '../ipc/ipc.gyp:test_support_ipc',
494 '../jingle/jingle.gyp:jingle_glue_test_util', 496 '../jingle/jingle.gyp:jingle_glue_test_util',
495 '../media/media.gyp:shared_memory_support', 497 '../media/media.gyp:shared_memory_support',
496 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 498 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
497 '../third_party/libjingle/libjingle.gyp:libjingle', 499 '../third_party/libjingle/libjingle.gyp:libjingle',
498 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 500 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
499 '../ui/gl/gl.gyp:gl', 501 '../ui/gl/gl.gyp:gl',
500 '../v8/tools/gyp/v8.gyp:v8', 502 '../v8/tools/gyp/v8.gyp:v8',
(...skipping 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 'java_in_dir': '../content/shell/android/javatests', 926 'java_in_dir': '../content/shell/android/javatests',
925 'resource_dir': '../res', 927 'resource_dir': '../res',
926 'additional_src_dirs': ['../content/public/android/javatests/'], 928 'additional_src_dirs': ['../content/public/android/javatests/'],
927 }, 929 },
928 'includes': [ '../build/java_apk.gypi' ], 930 'includes': [ '../build/java_apk.gypi' ],
929 }, 931 },
930 ], 932 ],
931 }], 933 }],
932 ], 934 ],
933 } 935 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698