| 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 1031 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1042 '../crypto/crypto.gyp:crypto', | 1042 '../crypto/crypto.gyp:crypto', |
| 1043 '../device/battery/battery.gyp:device_battery', | 1043 '../device/battery/battery.gyp:device_battery', |
| 1044 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 1044 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
| 1045 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1045 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 1046 '../gin/gin.gyp:gin', | 1046 '../gin/gin.gyp:gin', |
| 1047 '../gpu/gpu.gyp:gpu', | 1047 '../gpu/gpu.gyp:gpu', |
| 1048 '../gpu/gpu.gyp:gpu_unittest_utils', | 1048 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 1049 '../ipc/ipc.gyp:test_support_ipc', | 1049 '../ipc/ipc.gyp:test_support_ipc', |
| 1050 '../media/media.gyp:media_test_support', | 1050 '../media/media.gyp:media_test_support', |
| 1051 '../media/media.gyp:shared_memory_support', | 1051 '../media/media.gyp:shared_memory_support', |
| 1052 '../media/mojo/interfaces/mojo_bindings.gyp:mojo_type_convertor', |
| 1052 '../mojo/mojo_edk.gyp:mojo_common_test_support', | 1053 '../mojo/mojo_edk.gyp:mojo_common_test_support', |
| 1053 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 1054 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 1054 '../net/net.gyp:net_extras', | 1055 '../net/net.gyp:net_extras', |
| 1055 '../net/net.gyp:net_test_support', | 1056 '../net/net.gyp:net_test_support', |
| 1056 '../skia/skia.gyp:skia', | 1057 '../skia/skia.gyp:skia', |
| 1057 '../sql/sql.gyp:sql', | 1058 '../sql/sql.gyp:sql', |
| 1058 '../sql/sql.gyp:test_support_sql', | 1059 '../sql/sql.gyp:test_support_sql', |
| 1059 '../storage/storage_browser.gyp:storage', | 1060 '../storage/storage_browser.gyp:storage', |
| 1060 '../storage/storage_common.gyp:storage_common', | 1061 '../storage/storage_common.gyp:storage_common', |
| 1061 '../testing/gmock.gyp:gmock', | 1062 '../testing/gmock.gyp:gmock', |
| (...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1912 'content_unittests_apk.isolate', | 1913 'content_unittests_apk.isolate', |
| 1913 ], | 1914 ], |
| 1914 }, | 1915 }, |
| 1915 ], | 1916 ], |
| 1916 }, | 1917 }, |
| 1917 ], | 1918 ], |
| 1918 ], | 1919 ], |
| 1919 }], | 1920 }], |
| 1920 ], | 1921 ], |
| 1921 } | 1922 } |
| OLD | NEW |