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 851 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
862 'content.gyp:content_utility', | 862 'content.gyp:content_utility', |
863 'content_shell_and_tests.gyp:content_shell_pak', | 863 'content_shell_and_tests.gyp:content_shell_pak', |
864 '../cc/blink/cc_blink.gyp:cc_blink', | 864 '../cc/blink/cc_blink.gyp:cc_blink', |
865 '../cc/cc.gyp:cc', | 865 '../cc/cc.gyp:cc', |
866 '../cc/cc_tests.gyp:cc_test_support', | 866 '../cc/cc_tests.gyp:cc_test_support', |
867 '../components/scheduler/scheduler.gyp:scheduler', | 867 '../components/scheduler/scheduler.gyp:scheduler', |
868 '../gpu/blink/gpu_blink.gyp:gpu_blink', | 868 '../gpu/blink/gpu_blink.gyp:gpu_blink', |
869 '../ipc/mojo/ipc_mojo.gyp:*', | 869 '../ipc/mojo/ipc_mojo.gyp:*', |
870 '../media/blink/media_blink.gyp:media_blink', | 870 '../media/blink/media_blink.gyp:media_blink', |
871 '../media/media.gyp:media', | 871 '../media/media.gyp:media', |
| 872 '../media/midi/midi.gyp:midi', |
872 '../ppapi/ppapi_internal.gyp:ppapi_host', | 873 '../ppapi/ppapi_internal.gyp:ppapi_host', |
873 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 874 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
874 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 875 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
875 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 876 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
876 '../storage/storage_browser.gyp:storage', | 877 '../storage/storage_browser.gyp:storage', |
877 '../storage/storage_common.gyp:storage_common', | 878 '../storage/storage_common.gyp:storage_common', |
878 '../third_party/WebKit/public/blink.gyp:blink', | 879 '../third_party/WebKit/public/blink.gyp:blink', |
879 '../ui/compositor/compositor.gyp:compositor_test_support', | 880 '../ui/compositor/compositor.gyp:compositor_test_support', |
880 '../ui/surface/surface.gyp:surface', | 881 '../ui/surface/surface.gyp:surface', |
881 '../v8/tools/gyp/v8.gyp:v8', | 882 '../v8/tools/gyp/v8.gyp:v8', |
(...skipping 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2147 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2148 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2148 }, | 2149 }, |
2149 ], | 2150 ], |
2150 }], | 2151 }], |
2151 ], | 2152 ], |
2152 }, | 2153 }, |
2153 ], | 2154 ], |
2154 }], | 2155 }], |
2155 ], | 2156 ], |
2156 } | 2157 } |
OLD | NEW |