| 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 732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 743 }, { # OS != "ios" | 743 }, { # OS != "ios" |
| 744 'dependencies': [ | 744 'dependencies': [ |
| 745 'content.gyp:content_browser', | 745 'content.gyp:content_browser', |
| 746 'content.gyp:content_child', | 746 'content.gyp:content_child', |
| 747 'content.gyp:content_gpu', | 747 'content.gyp:content_gpu', |
| 748 'content.gyp:content_plugin', | 748 'content.gyp:content_plugin', |
| 749 'content.gyp:content_renderer', | 749 'content.gyp:content_renderer', |
| 750 'content.gyp:content_resources', | 750 'content.gyp:content_resources', |
| 751 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 751 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
| 752 '../cc/cc.gyp:cc', | 752 '../cc/cc.gyp:cc', |
| 753 '../cc/cc.gyp:cc_surfaces', |
| 753 '../cc/cc_tests.gyp:cc_test_support', | 754 '../cc/cc_tests.gyp:cc_test_support', |
| 754 '../gin/gin.gyp:gin', | 755 '../gin/gin.gyp:gin', |
| 755 '../gpu/gpu.gyp:gpu', | 756 '../gpu/gpu.gyp:gpu', |
| 756 '../gpu/gpu.gyp:gpu_unittest_utils', | 757 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 757 '../ipc/ipc.gyp:test_support_ipc', | 758 '../ipc/ipc.gyp:test_support_ipc', |
| 758 '../media/media.gyp:media_test_support', | 759 '../media/media.gyp:media_test_support', |
| 759 '../media/media.gyp:shared_memory_support', | 760 '../media/media.gyp:shared_memory_support', |
| 760 '../storage/storage_browser.gyp:storage', | 761 '../storage/storage_browser.gyp:storage', |
| 761 '../storage/storage_common.gyp:storage_common', | 762 '../storage/storage_common.gyp:storage_common', |
| 762 '../third_party/WebKit/public/blink.gyp:blink', | 763 '../third_party/WebKit/public/blink.gyp:blink', |
| (...skipping 1169 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1932 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1933 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1933 }, | 1934 }, |
| 1934 ], | 1935 ], |
| 1935 }], | 1936 }], |
| 1936 ], | 1937 ], |
| 1937 }, | 1938 }, |
| 1938 ], | 1939 ], |
| 1939 }], | 1940 }], |
| 1940 ], | 1941 ], |
| 1941 } | 1942 } |
| OLD | NEW |