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

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