| 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 1143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1154 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 1154 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
| 1155 '../cc/cc.gyp:cc', | 1155 '../cc/cc.gyp:cc', |
| 1156 '../cc/cc.gyp:cc_surfaces', | 1156 '../cc/cc.gyp:cc_surfaces', |
| 1157 '../cc/cc_tests.gyp:cc_test_support', | 1157 '../cc/cc_tests.gyp:cc_test_support', |
| 1158 '../crypto/crypto.gyp:crypto', | 1158 '../crypto/crypto.gyp:crypto', |
| 1159 '../device/battery/battery.gyp:device_battery', | 1159 '../device/battery/battery.gyp:device_battery', |
| 1160 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 1160 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
| 1161 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1161 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 1162 '../gin/gin.gyp:gin', | 1162 '../gin/gin.gyp:gin', |
| 1163 '../gpu/gpu.gyp:gpu', | 1163 '../gpu/gpu.gyp:gpu', |
| 1164 '../gpu/gpu.gyp:gpu_ipc_common', | |
| 1165 '../gpu/gpu.gyp:gpu_unittest_utils', | 1164 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 1166 '../ipc/ipc.gyp:test_support_ipc', | 1165 '../ipc/ipc.gyp:test_support_ipc', |
| 1167 '../media/media.gyp:media_test_support', | 1166 '../media/media.gyp:media_test_support', |
| 1168 '../media/media.gyp:shared_memory_support', | 1167 '../media/media.gyp:shared_memory_support', |
| 1169 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 1168 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
| 1170 '../mojo/mojo_edk.gyp:mojo_common_test_support', | 1169 '../mojo/mojo_edk.gyp:mojo_common_test_support', |
| 1171 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 1170 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 1172 '../net/net.gyp:net_extras', | 1171 '../net/net.gyp:net_extras', |
| 1173 '../net/net.gyp:net_test_support', | 1172 '../net/net.gyp:net_test_support', |
| 1174 '../skia/skia.gyp:skia', | 1173 '../skia/skia.gyp:skia', |
| (...skipping 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2246 'content_unittests_apk.isolate', | 2245 'content_unittests_apk.isolate', |
| 2247 ], | 2246 ], |
| 2248 }, | 2247 }, |
| 2249 ], | 2248 ], |
| 2250 }, | 2249 }, |
| 2251 ], | 2250 ], |
| 2252 ], | 2251 ], |
| 2253 }], | 2252 }], |
| 2254 ], | 2253 ], |
| 2255 } | 2254 } |
| OLD | NEW |