| 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 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1383 'web_ui_test_mojo_bindings', | 1383 'web_ui_test_mojo_bindings', |
| 1384 '../base/base.gyp:test_support_base', | 1384 '../base/base.gyp:test_support_base', |
| 1385 '../device/battery/battery.gyp:device_battery', | 1385 '../device/battery/battery.gyp:device_battery', |
| 1386 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 1386 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
| 1387 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', | 1387 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
| 1388 '../gin/gin.gyp:gin', | 1388 '../gin/gin.gyp:gin', |
| 1389 '../gpu/gpu.gyp:gpu', | 1389 '../gpu/gpu.gyp:gpu', |
| 1390 '../ipc/ipc.gyp:test_support_ipc', | 1390 '../ipc/ipc.gyp:test_support_ipc', |
| 1391 '../media/media.gyp:media_test_support', | 1391 '../media/media.gyp:media_test_support', |
| 1392 '../media/media.gyp:shared_memory_support', | 1392 '../media/media.gyp:shared_memory_support', |
| 1393 '../mojo/mojo_base.gyp:mojo_test_support', | |
| 1394 '../mojo/mojo_edk.gyp:mojo_common_test_support', | 1393 '../mojo/mojo_edk.gyp:mojo_common_test_support', |
| 1395 '../mojo/mojo_edk.gyp:mojo_system_impl', | 1394 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 1396 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 1395 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 1397 '../mojo/mojo_public.gyp:mojo_js_bindings', | 1396 '../mojo/mojo_public.gyp:mojo_js_bindings', |
| 1398 '../net/net.gyp:net_test_support', | 1397 '../net/net.gyp:net_test_support', |
| 1399 '../ppapi/ppapi_internal.gyp:ppapi_host', | 1398 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 1400 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 1399 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 1401 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 1400 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 1402 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 1401 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 1403 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 1402 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| (...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1917 'content_unittests_apk.isolate', | 1916 'content_unittests_apk.isolate', |
| 1918 ], | 1917 ], |
| 1919 }, | 1918 }, |
| 1920 ], | 1919 ], |
| 1921 }, | 1920 }, |
| 1922 ], | 1921 ], |
| 1923 ], | 1922 ], |
| 1924 }], | 1923 }], |
| 1925 ], | 1924 ], |
| 1926 } | 1925 } |
| OLD | NEW |