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