| OLD | NEW |
| 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 '../media/media.gyp:media', | 272 '../media/media.gyp:media', |
| 273 '../ppapi/ppapi_internal.gyp:ppapi_host', | 273 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 274 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 274 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 275 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 275 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 276 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 276 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 277 '../third_party/WebKit/public/blink.gyp:blink', | 277 '../third_party/WebKit/public/blink.gyp:blink', |
| 278 '../ui/surface/surface.gyp:surface', | 278 '../ui/surface/surface.gyp:surface', |
| 279 '../v8/tools/gyp/v8.gyp:v8', | 279 '../v8/tools/gyp/v8.gyp:v8', |
| 280 '../webkit/child/webkit_child.gyp:webkit_child', | 280 '../webkit/child/webkit_child.gyp:webkit_child', |
| 281 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 281 '../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', | 282 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| 284 '../webkit/storage_common.gyp:webkit_storage_common', | 283 '../webkit/storage_common.gyp:webkit_storage_common', |
| 285 ], | 284 ], |
| 286 'export_dependent_settings': [ | 285 'export_dependent_settings': [ |
| 287 '../third_party/WebKit/public/blink.gyp:blink', | 286 '../third_party/WebKit/public/blink.gyp:blink', |
| 288 ], | 287 ], |
| 289 }], | 288 }], |
| 290 ['OS == "win"', { | 289 ['OS == "win"', { |
| 291 'dependencies': [ | 290 'dependencies': [ |
| 292 '../sandbox/sandbox.gyp:sandbox', | 291 '../sandbox/sandbox.gyp:sandbox', |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 { | 345 { |
| 347 'target_name': 'content_unittests', | 346 'target_name': 'content_unittests', |
| 348 'type': '<(gtest_target_type)', | 347 'type': '<(gtest_target_type)', |
| 349 'dependencies': [ | 348 'dependencies': [ |
| 350 'browser/service_worker/service_worker_proto.gyp:database_proto', | 349 'browser/service_worker/service_worker_proto.gyp:database_proto', |
| 351 'browser/speech/proto/speech_proto.gyp:speech_proto', | 350 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 352 'content.gyp:content_browser', | 351 'content.gyp:content_browser', |
| 353 'content.gyp:content_common', | 352 'content.gyp:content_common', |
| 354 'test_support_content', | 353 'test_support_content', |
| 355 '../base/base.gyp:test_support_base', | 354 '../base/base.gyp:test_support_base', |
| 355 '../cc/cc.gyp:cc', |
| 356 '../cc/cc_tests.gyp:cc_test_support', |
| 356 '../crypto/crypto.gyp:crypto', | 357 '../crypto/crypto.gyp:crypto', |
| 357 '../net/net.gyp:net_test_support', | 358 '../net/net.gyp:net_test_support', |
| 358 '../skia/skia.gyp:skia', | 359 '../skia/skia.gyp:skia', |
| 359 '../sql/sql.gyp:sql', | 360 '../sql/sql.gyp:sql', |
| 360 '../sql/sql.gyp:test_support_sql', | 361 '../sql/sql.gyp:test_support_sql', |
| 361 '../testing/gmock.gyp:gmock', | 362 '../testing/gmock.gyp:gmock', |
| 362 '../testing/gtest.gyp:gtest', | 363 '../testing/gtest.gyp:gtest', |
| 363 '../third_party/re2/re2.gyp:re2', | 364 '../third_party/re2/re2.gyp:re2', |
| 364 '../ui/accessibility/accessibility.gyp:accessibility', | 365 '../ui/accessibility/accessibility.gyp:accessibility', |
| 365 '../ui/base/ui_base.gyp:ui_base', | 366 '../ui/base/ui_base.gyp:ui_base', |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 649 'common/sandbox_mac_system_access_unittest.mm', | 650 'common/sandbox_mac_system_access_unittest.mm', |
| 650 'common/sandbox_mac_unittest_helper.h', | 651 'common/sandbox_mac_unittest_helper.h', |
| 651 'common/sandbox_mac_unittest_helper.mm', | 652 'common/sandbox_mac_unittest_helper.mm', |
| 652 'common/shareable_file_reference_unittest.cc', | 653 'common/shareable_file_reference_unittest.cc', |
| 653 'common/webplugininfo_unittest.cc', | 654 'common/webplugininfo_unittest.cc', |
| 654 'renderer/active_notification_tracker_unittest.cc', | 655 'renderer/active_notification_tracker_unittest.cc', |
| 655 'renderer/android/email_detector_unittest.cc', | 656 'renderer/android/email_detector_unittest.cc', |
| 656 'renderer/android/phone_number_detector_unittest.cc', | 657 'renderer/android/phone_number_detector_unittest.cc', |
| 657 'renderer/battery_status/battery_status_dispatcher_unittest.cc', | 658 'renderer/battery_status/battery_status_dispatcher_unittest.cc', |
| 658 'renderer/bmp_image_decoder_unittest.cc', | 659 'renderer/bmp_image_decoder_unittest.cc', |
| 660 'renderer/compositor_bindings/web_animation_unittest.cc', |
| 661 'renderer/compositor_bindings/web_float_animation_curve_unittest.cc', |
| 662 'renderer/compositor_bindings/web_layer_impl_fixed_bounds_unittest.cc', |
| 659 'renderer/device_sensors/device_motion_event_pump_unittest.cc', | 663 'renderer/device_sensors/device_motion_event_pump_unittest.cc', |
| 660 'renderer/device_sensors/device_orientation_event_pump_unittest.cc', | 664 'renderer/device_sensors/device_orientation_event_pump_unittest.cc', |
| 661 'renderer/disambiguation_popup_helper_unittest.cc', | 665 'renderer/disambiguation_popup_helper_unittest.cc', |
| 662 'renderer/dom_storage/dom_storage_cached_area_unittest.cc', | 666 'renderer/dom_storage/dom_storage_cached_area_unittest.cc', |
| 663 'renderer/ico_image_decoder_unittest.cc', | 667 'renderer/ico_image_decoder_unittest.cc', |
| 664 'renderer/input/input_event_filter_unittest.cc', | 668 'renderer/input/input_event_filter_unittest.cc', |
| 665 'renderer/input/input_handler_proxy_unittest.cc', | 669 'renderer/input/input_handler_proxy_unittest.cc', |
| 666 'renderer/media/android/media_info_loader_unittest.cc', | 670 'renderer/media/android/media_info_loader_unittest.cc', |
| 667 'renderer/media/audio_message_filter_unittest.cc', | 671 'renderer/media/audio_message_filter_unittest.cc', |
| 668 'renderer/media/audio_renderer_mixer_manager_unittest.cc', | 672 'renderer/media/audio_renderer_mixer_manager_unittest.cc', |
| (...skipping 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1818 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1822 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1819 }, | 1823 }, |
| 1820 ], | 1824 ], |
| 1821 }], | 1825 }], |
| 1822 ], | 1826 ], |
| 1823 }, | 1827 }, |
| 1824 ], | 1828 ], |
| 1825 }], | 1829 }], |
| 1826 ], | 1830 ], |
| 1827 } | 1831 } |
| OLD | NEW |