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

Side by Side Diff: content/content_tests.gypi

Issue 317163002: Moving compositor_bindings from webkit to content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changing dependencies due to failing ios bots Created 6 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
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/common/assert_matching_enums.cc » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 '../skia/skia.gyp:skia', 46 '../skia/skia.gyp:skia',
47 '../testing/gmock.gyp:gmock', 47 '../testing/gmock.gyp:gmock',
48 '../testing/gtest.gyp:gtest', 48 '../testing/gtest.gyp:gtest',
49 '../ui/accessibility/accessibility.gyp:ax_gen', 49 '../ui/accessibility/accessibility.gyp:ax_gen',
50 '../ui/base/ui_base.gyp:ui_base', 50 '../ui/base/ui_base.gyp:ui_base',
51 '../ui/base/ui_base.gyp:ui_base_test_support', 51 '../ui/base/ui_base.gyp:ui_base_test_support',
52 '../ui/events/events.gyp:dom4_keycode_converter', 52 '../ui/events/events.gyp:dom4_keycode_converter',
53 '../ui/events/events.gyp:events_base', 53 '../ui/events/events.gyp:events_base',
54 '../ui/events/events.gyp:events_test_support', 54 '../ui/events/events.gyp:events_test_support',
55 '../ui/events/events.gyp:gesture_detection', 55 '../ui/events/events.gyp:gesture_detection',
56 '../ui/gfx/gfx.gyp:gfx',
57 '../ui/gfx/gfx.gyp:gfx_geometry',
58 '../ui/gfx/gfx.gyp:gfx_test_support', 56 '../ui/gfx/gfx.gyp:gfx_test_support',
59 '../ui/resources/ui_resources.gyp:ui_resources', 57 '../ui/resources/ui_resources.gyp:ui_resources',
60 '../url/url.gyp:url_lib', 58 '../url/url.gyp:url_lib',
61 '../webkit/common/webkit_common.gyp:webkit_common', 59 '../webkit/common/webkit_common.gyp:webkit_common',
62 'browser/speech/proto/speech_proto.gyp:speech_proto', 60 'browser/speech/proto/speech_proto.gyp:speech_proto',
63 'content.gyp:content_app_both', 61 'content.gyp:content_app_both',
64 'content.gyp:content_browser', 62 'content.gyp:content_browser',
65 'content.gyp:content_common', 63 'content.gyp:content_common',
66 ], 64 ],
67 'include_dirs': [ 65 'include_dirs': [
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 }], 259 }],
262 ], 260 ],
263 'dependencies': [ 261 'dependencies': [
264 'content.gyp:content_child', 262 'content.gyp:content_child',
265 'content.gyp:content_common', 263 'content.gyp:content_common',
266 'content.gyp:content_gpu', 264 'content.gyp:content_gpu',
267 'content.gyp:content_ppapi_plugin', 265 'content.gyp:content_ppapi_plugin',
268 'content.gyp:content_renderer', 266 'content.gyp:content_renderer',
269 'content.gyp:content_utility', 267 'content.gyp:content_utility',
270 'content.gyp:content_worker', 268 'content.gyp:content_worker',
269 '../cc/cc.gyp:cc',
271 '../cc/cc_tests.gyp:cc_test_support', 270 '../cc/cc_tests.gyp:cc_test_support',
272 '../media/media.gyp:media', 271 '../media/media.gyp:media',
273 '../ppapi/ppapi_internal.gyp:ppapi_host', 272 '../ppapi/ppapi_internal.gyp:ppapi_host',
274 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 273 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
275 '../ppapi/ppapi_internal.gyp:ppapi_shared', 274 '../ppapi/ppapi_internal.gyp:ppapi_shared',
276 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 275 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
277 '../third_party/WebKit/public/blink.gyp:blink', 276 '../third_party/WebKit/public/blink.gyp:blink',
278 '../ui/surface/surface.gyp:surface', 277 '../ui/surface/surface.gyp:surface',
279 '../v8/tools/gyp/v8.gyp:v8', 278 '../v8/tools/gyp/v8.gyp:v8',
280 '../webkit/child/webkit_child.gyp:webkit_child', 279 '../webkit/child/webkit_child.gyp:webkit_child',
281 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 280 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
282 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk it_compositor_support',
283 '../webkit/storage_browser.gyp:webkit_storage_browser', 281 '../webkit/storage_browser.gyp:webkit_storage_browser',
284 '../webkit/storage_common.gyp:webkit_storage_common', 282 '../webkit/storage_common.gyp:webkit_storage_common',
285 ], 283 ],
286 'export_dependent_settings': [ 284 'export_dependent_settings': [
287 '../third_party/WebKit/public/blink.gyp:blink', 285 '../third_party/WebKit/public/blink.gyp:blink',
288 ], 286 ],
289 }], 287 }],
290 ['OS == "win"', { 288 ['OS == "win"', {
291 'dependencies': [ 289 'dependencies': [
292 '../sandbox/sandbox.gyp:sandbox', 290 '../sandbox/sandbox.gyp:sandbox',
(...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 'common/sandbox_mac_system_access_unittest.mm', 647 'common/sandbox_mac_system_access_unittest.mm',
650 'common/sandbox_mac_unittest_helper.h', 648 'common/sandbox_mac_unittest_helper.h',
651 'common/sandbox_mac_unittest_helper.mm', 649 'common/sandbox_mac_unittest_helper.mm',
652 'common/shareable_file_reference_unittest.cc', 650 'common/shareable_file_reference_unittest.cc',
653 'common/webplugininfo_unittest.cc', 651 'common/webplugininfo_unittest.cc',
654 'renderer/active_notification_tracker_unittest.cc', 652 'renderer/active_notification_tracker_unittest.cc',
655 'renderer/android/email_detector_unittest.cc', 653 'renderer/android/email_detector_unittest.cc',
656 'renderer/android/phone_number_detector_unittest.cc', 654 'renderer/android/phone_number_detector_unittest.cc',
657 'renderer/battery_status/battery_status_dispatcher_unittest.cc', 655 'renderer/battery_status/battery_status_dispatcher_unittest.cc',
658 'renderer/bmp_image_decoder_unittest.cc', 656 'renderer/bmp_image_decoder_unittest.cc',
657 'renderer/compositor_bindings/web_animation_unittest.cc',
658 'renderer/compositor_bindings/web_float_animation_curve_unittest.cc',
659 'renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc',
659 'renderer/device_sensors/device_motion_event_pump_unittest.cc', 660 'renderer/device_sensors/device_motion_event_pump_unittest.cc',
660 'renderer/device_sensors/device_orientation_event_pump_unittest.cc', 661 'renderer/device_sensors/device_orientation_event_pump_unittest.cc',
661 'renderer/disambiguation_popup_helper_unittest.cc', 662 'renderer/disambiguation_popup_helper_unittest.cc',
662 'renderer/dom_storage/dom_storage_cached_area_unittest.cc', 663 'renderer/dom_storage/dom_storage_cached_area_unittest.cc',
663 'renderer/ico_image_decoder_unittest.cc', 664 'renderer/ico_image_decoder_unittest.cc',
664 'renderer/input/input_event_filter_unittest.cc', 665 'renderer/input/input_event_filter_unittest.cc',
665 'renderer/input/input_handler_proxy_unittest.cc', 666 'renderer/input/input_handler_proxy_unittest.cc',
666 'renderer/media/android/media_info_loader_unittest.cc', 667 'renderer/media/android/media_info_loader_unittest.cc',
667 'renderer/media/audio_message_filter_unittest.cc', 668 'renderer/media/audio_message_filter_unittest.cc',
668 'renderer/media/audio_renderer_mixer_manager_unittest.cc', 669 'renderer/media/audio_renderer_mixer_manager_unittest.cc',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 ], 711 ],
711 }, { # OS != "ios" 712 }, { # OS != "ios"
712 'dependencies': [ 713 'dependencies': [
713 'content.gyp:content_browser', 714 'content.gyp:content_browser',
714 'content.gyp:content_child', 715 'content.gyp:content_child',
715 'content.gyp:content_gpu', 716 'content.gyp:content_gpu',
716 'content.gyp:content_plugin', 717 'content.gyp:content_plugin',
717 'content.gyp:content_renderer', 718 'content.gyp:content_renderer',
718 'content_resources.gyp:content_resources', 719 'content_resources.gyp:content_resources',
719 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 720 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
721 '../cc/cc.gyp:cc',
722 '../cc/cc_tests.gyp:cc_test_support',
720 '../gpu/gpu.gyp:gpu', 723 '../gpu/gpu.gyp:gpu',
721 '../gpu/gpu.gyp:gpu_unittest_utils', 724 '../gpu/gpu.gyp:gpu_unittest_utils',
722 '../ipc/ipc.gyp:test_support_ipc', 725 '../ipc/ipc.gyp:test_support_ipc',
723 '../jingle/jingle.gyp:jingle_glue_test_util', 726 '../jingle/jingle.gyp:jingle_glue_test_util',
724 '../media/media.gyp:media_test_support', 727 '../media/media.gyp:media_test_support',
725 '../media/media.gyp:shared_memory_support', 728 '../media/media.gyp:shared_memory_support',
726 '../third_party/WebKit/public/blink.gyp:blink', 729 '../third_party/WebKit/public/blink.gyp:blink',
727 '../third_party/icu/icu.gyp:icui18n', 730 '../third_party/icu/icu.gyp:icui18n',
728 '../third_party/icu/icu.gyp:icuuc', 731 '../third_party/icu/icu.gyp:icuuc',
729 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 732 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
(...skipping 1080 matching lines...) Expand 10 before | Expand all | Expand 10 after
1810 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1813 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1811 }, 1814 },
1812 ], 1815 ],
1813 }], 1816 }],
1814 ], 1817 ],
1815 }, 1818 },
1816 ], 1819 ],
1817 }], 1820 }],
1818 ], 1821 ],
1819 } 1822 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/common/assert_matching_enums.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698