| 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 1358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1369 'content_browser_test_base', | 1369 'content_browser_test_base', |
| 1370 'content_browser_test_support', | 1370 'content_browser_test_support', |
| 1371 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', | 1371 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
| 1372 'content_shell_lib', | 1372 'content_shell_lib', |
| 1373 'content_shell_pak', | 1373 'content_shell_pak', |
| 1374 'test_support_content', | 1374 'test_support_content', |
| 1375 'web_ui_test_mojo_bindings', | 1375 'web_ui_test_mojo_bindings', |
| 1376 '../base/base.gyp:test_support_base', | 1376 '../base/base.gyp:test_support_base', |
| 1377 '../device/battery/battery.gyp:device_battery', | 1377 '../device/battery/battery.gyp:device_battery', |
| 1378 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 1378 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
| 1379 '../device/nfc/nfc.gyp:device_nfc_mojo_bindings', |
| 1379 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', | 1380 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
| 1380 '../gin/gin.gyp:gin', | 1381 '../gin/gin.gyp:gin', |
| 1381 '../gpu/gpu.gyp:gpu', | 1382 '../gpu/gpu.gyp:gpu', |
| 1382 '../ipc/ipc.gyp:test_support_ipc', | 1383 '../ipc/ipc.gyp:test_support_ipc', |
| 1383 '../media/media.gyp:media_test_support', | 1384 '../media/media.gyp:media_test_support', |
| 1384 '../media/media.gyp:shared_memory_support', | 1385 '../media/media.gyp:shared_memory_support', |
| 1385 '../mojo/mojo_base.gyp:mojo_test_support', | 1386 '../mojo/mojo_base.gyp:mojo_test_support', |
| 1386 '../mojo/mojo_edk.gyp:mojo_common_test_support', | 1387 '../mojo/mojo_edk.gyp:mojo_common_test_support', |
| 1387 '../mojo/mojo_edk.gyp:mojo_system_impl', | 1388 '../mojo/mojo_edk.gyp:mojo_system_impl', |
| 1388 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 1389 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
| (...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2175 'content_unittests_apk.isolate', | 2176 'content_unittests_apk.isolate', |
| 2176 ], | 2177 ], |
| 2177 }, | 2178 }, |
| 2178 ], | 2179 ], |
| 2179 }, | 2180 }, |
| 2180 ], | 2181 ], |
| 2181 ], | 2182 ], |
| 2182 }], | 2183 }], |
| 2183 ], | 2184 ], |
| 2184 } | 2185 } |
| OLD | NEW |