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