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

Side by Side Diff: content/content_tests.gypi

Issue 470983004: Move blink<->cc bindings to cc/blink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 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_shell.gypi ('k') | content/renderer/BUILD.gn » ('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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 }], 262 }],
263 }], 263 }],
264 ], 264 ],
265 'dependencies': [ 265 'dependencies': [
266 'content.gyp:content_child', 266 'content.gyp:content_child',
267 'content.gyp:content_common', 267 'content.gyp:content_common',
268 'content.gyp:content_gpu', 268 'content.gyp:content_gpu',
269 'content.gyp:content_ppapi_plugin', 269 'content.gyp:content_ppapi_plugin',
270 'content.gyp:content_renderer', 270 'content.gyp:content_renderer',
271 'content.gyp:content_utility', 271 'content.gyp:content_utility',
272 '../cc/blink/cc_blink.gyp:cc_blink',
272 '../cc/cc.gyp:cc', 273 '../cc/cc.gyp:cc',
273 '../cc/cc_tests.gyp:cc_test_support', 274 '../cc/cc_tests.gyp:cc_test_support',
274 '../media/media.gyp:media', 275 '../media/media.gyp:media',
275 '../ppapi/ppapi_internal.gyp:ppapi_host', 276 '../ppapi/ppapi_internal.gyp:ppapi_host',
276 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 277 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
277 '../ppapi/ppapi_internal.gyp:ppapi_shared', 278 '../ppapi/ppapi_internal.gyp:ppapi_shared',
278 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', 279 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared',
279 '../third_party/WebKit/public/blink.gyp:blink', 280 '../third_party/WebKit/public/blink.gyp:blink',
280 '../ui/compositor/compositor.gyp:compositor_test_support', 281 '../ui/compositor/compositor.gyp:compositor_test_support',
281 '../ui/surface/surface.gyp:surface', 282 '../ui/surface/surface.gyp:surface',
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 'common/sandbox_mac_system_access_unittest.mm', 666 'common/sandbox_mac_system_access_unittest.mm',
666 'common/sandbox_mac_unittest_helper.h', 667 'common/sandbox_mac_unittest_helper.h',
667 'common/sandbox_mac_unittest_helper.mm', 668 'common/sandbox_mac_unittest_helper.mm',
668 'common/shareable_file_reference_unittest.cc', 669 'common/shareable_file_reference_unittest.cc',
669 'common/webplugininfo_unittest.cc', 670 'common/webplugininfo_unittest.cc',
670 'renderer/active_notification_tracker_unittest.cc', 671 'renderer/active_notification_tracker_unittest.cc',
671 'renderer/android/email_detector_unittest.cc', 672 'renderer/android/email_detector_unittest.cc',
672 'renderer/android/phone_number_detector_unittest.cc', 673 'renderer/android/phone_number_detector_unittest.cc',
673 'renderer/battery_status/battery_status_dispatcher_unittest.cc', 674 'renderer/battery_status/battery_status_dispatcher_unittest.cc',
674 'renderer/bmp_image_decoder_unittest.cc', 675 'renderer/bmp_image_decoder_unittest.cc',
675 'renderer/compositor_bindings/web_animation_unittest.cc',
676 'renderer/compositor_bindings/web_float_animation_curve_unittest.cc',
677 'renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc',
678 'renderer/device_sensors/device_light_event_pump_unittest.cc', 676 'renderer/device_sensors/device_light_event_pump_unittest.cc',
679 'renderer/device_sensors/device_motion_event_pump_unittest.cc', 677 'renderer/device_sensors/device_motion_event_pump_unittest.cc',
680 'renderer/device_sensors/device_orientation_event_pump_unittest.cc', 678 'renderer/device_sensors/device_orientation_event_pump_unittest.cc',
681 'renderer/disambiguation_popup_helper_unittest.cc', 679 'renderer/disambiguation_popup_helper_unittest.cc',
682 'renderer/dom_storage/dom_storage_cached_area_unittest.cc', 680 'renderer/dom_storage/dom_storage_cached_area_unittest.cc',
683 'renderer/gpu/frame_swap_message_queue_unittest.cc', 681 'renderer/gpu/frame_swap_message_queue_unittest.cc',
684 'renderer/gpu/queue_message_swap_promise_unittest.cc', 682 'renderer/gpu/queue_message_swap_promise_unittest.cc',
685 'renderer/ico_image_decoder_unittest.cc', 683 'renderer/ico_image_decoder_unittest.cc',
686 'renderer/input/input_event_filter_unittest.cc', 684 'renderer/input/input_event_filter_unittest.cc',
687 'renderer/input/input_handler_proxy_unittest.cc', 685 'renderer/input/input_handler_proxy_unittest.cc',
(...skipping 1179 matching lines...) Expand 10 before | Expand all | Expand 10 after
1867 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1865 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1868 }, 1866 },
1869 ], 1867 ],
1870 }], 1868 }],
1871 ], 1869 ],
1872 }, 1870 },
1873 ], 1871 ],
1874 }], 1872 }],
1875 ], 1873 ],
1876 } 1874 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698