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 858 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
869 'content.gyp:content_renderer', | 869 'content.gyp:content_renderer', |
870 'content.gyp:content_utility', | 870 'content.gyp:content_utility', |
871 'content_shell_and_tests.gyp:content_shell_pak', | 871 'content_shell_and_tests.gyp:content_shell_pak', |
872 '../cc/blink/cc_blink.gyp:cc_blink', | 872 '../cc/blink/cc_blink.gyp:cc_blink', |
873 '../cc/cc.gyp:cc', | 873 '../cc/cc.gyp:cc', |
874 '../cc/cc_tests.gyp:cc_test_support', | 874 '../cc/cc_tests.gyp:cc_test_support', |
875 '../gpu/blink/gpu_blink.gyp:gpu_blink', | 875 '../gpu/blink/gpu_blink.gyp:gpu_blink', |
876 '../ipc/mojo/ipc_mojo.gyp:*', | 876 '../ipc/mojo/ipc_mojo.gyp:*', |
877 '../media/blink/media_blink.gyp:media_blink', | 877 '../media/blink/media_blink.gyp:media_blink', |
878 '../media/media.gyp:media', | 878 '../media/media.gyp:media', |
879 '../media/midi/midi.gyp:midi', | |
880 '../ppapi/ppapi_internal.gyp:ppapi_host', | 879 '../ppapi/ppapi_internal.gyp:ppapi_host', |
881 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 880 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
882 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 881 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
883 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 882 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
884 '../storage/storage_browser.gyp:storage', | 883 '../storage/storage_browser.gyp:storage', |
885 '../storage/storage_common.gyp:storage_common', | 884 '../storage/storage_common.gyp:storage_common', |
886 '../third_party/WebKit/public/blink.gyp:blink', | 885 '../third_party/WebKit/public/blink.gyp:blink', |
887 '../ui/compositor/compositor.gyp:compositor_test_support', | 886 '../ui/compositor/compositor.gyp:compositor_test_support', |
888 '../ui/surface/surface.gyp:surface', | 887 '../ui/surface/surface.gyp:surface', |
889 '../v8/tools/gyp/v8.gyp:v8', | 888 '../v8/tools/gyp/v8.gyp:v8', |
(...skipping 1260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2150 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2149 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2151 }, | 2150 }, |
2152 ], | 2151 ], |
2153 }], | 2152 }], |
2154 ], | 2153 ], |
2155 }, | 2154 }, |
2156 ], | 2155 ], |
2157 }], | 2156 }], |
2158 ], | 2157 ], |
2159 } | 2158 } |
OLD | NEW |