| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'layouttest_support_content', | 8 'target_name': 'layouttest_support_content', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1013 'content_shell_pak', | 1013 'content_shell_pak', |
| 1014 'test_support_content', | 1014 'test_support_content', |
| 1015 'web_ui_test_mojo_bindings', | 1015 'web_ui_test_mojo_bindings', |
| 1016 '../base/base.gyp:test_support_base', | 1016 '../base/base.gyp:test_support_base', |
| 1017 '../gin/gin.gyp:gin', | 1017 '../gin/gin.gyp:gin', |
| 1018 '../gpu/gpu.gyp:gpu', | 1018 '../gpu/gpu.gyp:gpu', |
| 1019 '../ipc/ipc.gyp:test_support_ipc', | 1019 '../ipc/ipc.gyp:test_support_ipc', |
| 1020 '../media/media.gyp:media_test_support', | 1020 '../media/media.gyp:media_test_support', |
| 1021 '../media/media.gyp:shared_memory_support', | 1021 '../media/media.gyp:shared_memory_support', |
| 1022 '../mojo/mojo.gyp:mojo_bindings', | 1022 '../mojo/mojo.gyp:mojo_bindings', |
| 1023 '../mojo/mojo.gyp:mojo_common_test_support', |
| 1023 '../mojo/mojo.gyp:mojo_environment_chromium', | 1024 '../mojo/mojo.gyp:mojo_environment_chromium', |
| 1024 '../mojo/mojo.gyp:mojo_service_manager', | 1025 '../mojo/mojo.gyp:mojo_service_manager', |
| 1025 '../mojo/mojo.gyp:mojo_system_impl', | 1026 '../mojo/mojo.gyp:mojo_system_impl', |
| 1026 '../net/net.gyp:net_test_support', | 1027 '../net/net.gyp:net_test_support', |
| 1027 '../ppapi/ppapi_internal.gyp:ppapi_host', | 1028 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 1028 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 1029 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 1029 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 1030 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 1030 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 1031 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 1031 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 1032 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 1032 '../testing/gmock.gyp:gmock', | 1033 '../testing/gmock.gyp:gmock', |
| (...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1822 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1823 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1823 }, | 1824 }, |
| 1824 ], | 1825 ], |
| 1825 }], | 1826 }], |
| 1826 ], | 1827 ], |
| 1827 }, | 1828 }, |
| 1828 ], | 1829 ], |
| 1829 }], | 1830 }], |
| 1830 ], | 1831 ], |
| 1831 } | 1832 } |
| OLD | NEW |