| 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 1101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1112 'content_shell_lib', | 1112 'content_shell_lib', |
| 1113 'content_shell_pak', | 1113 'content_shell_pak', |
| 1114 'test_support_content', | 1114 'test_support_content', |
| 1115 'web_ui_test_mojo_bindings', | 1115 'web_ui_test_mojo_bindings', |
| 1116 '../base/base.gyp:test_support_base', | 1116 '../base/base.gyp:test_support_base', |
| 1117 '../gin/gin.gyp:gin', | 1117 '../gin/gin.gyp:gin', |
| 1118 '../gpu/gpu.gyp:gpu', | 1118 '../gpu/gpu.gyp:gpu', |
| 1119 '../ipc/ipc.gyp:test_support_ipc', | 1119 '../ipc/ipc.gyp:test_support_ipc', |
| 1120 '../media/media.gyp:media_test_support', | 1120 '../media/media.gyp:media_test_support', |
| 1121 '../media/media.gyp:shared_memory_support', | 1121 '../media/media.gyp:shared_memory_support', |
| 1122 '../mojo/mojo_base.gyp:mojo_common_test_support', | 1122 '../mojo/edk/mojo_edk.gyp:mojo_common_test_support', |
| 1123 '../mojo/edk/mojo_edk.gyp:mojo_system_impl', |
| 1123 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 1124 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 1124 '../mojo/mojo_base.gyp:mojo_system_impl', | |
| 1125 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', | 1125 '../mojo/public/mojo_public.gyp:mojo_cpp_bindings', |
| 1126 '../mojo/public/mojo_public.gyp:mojo_js_bindings', | 1126 '../mojo/public/mojo_public.gyp:mojo_js_bindings', |
| 1127 '../net/net.gyp:net_test_support', | 1127 '../net/net.gyp:net_test_support', |
| 1128 '../ppapi/ppapi_internal.gyp:ppapi_host', | 1128 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 1129 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 1129 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 1130 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 1130 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 1131 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 1131 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 1132 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 1132 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
| 1133 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 1133 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 1134 '../testing/gmock.gyp:gmock', | 1134 '../testing/gmock.gyp:gmock', |
| (...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1923 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1923 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1924 }, | 1924 }, |
| 1925 ], | 1925 ], |
| 1926 }], | 1926 }], |
| 1927 ], | 1927 ], |
| 1928 }, | 1928 }, |
| 1929 ], | 1929 ], |
| 1930 }], | 1930 }], |
| 1931 ], | 1931 ], |
| 1932 } | 1932 } |
| OLD | NEW |