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 '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 723 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
734 'dependencies': [ | 734 'dependencies': [ |
735 'content.gyp:content_browser', | 735 'content.gyp:content_browser', |
736 'content.gyp:content_child', | 736 'content.gyp:content_child', |
737 'content.gyp:content_gpu', | 737 'content.gyp:content_gpu', |
738 'content.gyp:content_plugin', | 738 'content.gyp:content_plugin', |
739 'content.gyp:content_renderer', | 739 'content.gyp:content_renderer', |
740 'content_resources.gyp:content_resources', | 740 'content_resources.gyp:content_resources', |
741 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 741 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
742 '../cc/cc.gyp:cc', | 742 '../cc/cc.gyp:cc', |
743 '../cc/cc_tests.gyp:cc_test_support', | 743 '../cc/cc_tests.gyp:cc_test_support', |
| 744 '../gin/gin.gyp:gin', |
744 '../gpu/gpu.gyp:gpu', | 745 '../gpu/gpu.gyp:gpu', |
745 '../gpu/gpu.gyp:gpu_unittest_utils', | 746 '../gpu/gpu.gyp:gpu_unittest_utils', |
746 '../ipc/ipc.gyp:test_support_ipc', | 747 '../ipc/ipc.gyp:test_support_ipc', |
747 '../media/media.gyp:media_test_support', | 748 '../media/media.gyp:media_test_support', |
748 '../media/media.gyp:shared_memory_support', | 749 '../media/media.gyp:shared_memory_support', |
749 '../third_party/WebKit/public/blink.gyp:blink', | 750 '../third_party/WebKit/public/blink.gyp:blink', |
750 '../third_party/icu/icu.gyp:icui18n', | 751 '../third_party/icu/icu.gyp:icui18n', |
751 '../third_party/icu/icu.gyp:icuuc', | 752 '../third_party/icu/icu.gyp:icuuc', |
752 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 753 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
753 '../third_party/libjingle/libjingle.gyp:libjingle', | 754 '../third_party/libjingle/libjingle.gyp:libjingle', |
(...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1867 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1868 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1868 }, | 1869 }, |
1869 ], | 1870 ], |
1870 }], | 1871 }], |
1871 ], | 1872 ], |
1872 }, | 1873 }, |
1873 ], | 1874 ], |
1874 }], | 1875 }], |
1875 ], | 1876 ], |
1876 } | 1877 } |
OLD | NEW |