| 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 716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 727 'content.gyp:content_gpu', | 727 'content.gyp:content_gpu', |
| 728 'content.gyp:content_plugin', | 728 'content.gyp:content_plugin', |
| 729 'content.gyp:content_renderer', | 729 'content.gyp:content_renderer', |
| 730 'content_resources.gyp:content_resources', | 730 'content_resources.gyp:content_resources', |
| 731 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 731 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
| 732 '../cc/cc.gyp:cc', | 732 '../cc/cc.gyp:cc', |
| 733 '../cc/cc_tests.gyp:cc_test_support', | 733 '../cc/cc_tests.gyp:cc_test_support', |
| 734 '../gpu/gpu.gyp:gpu', | 734 '../gpu/gpu.gyp:gpu', |
| 735 '../gpu/gpu.gyp:gpu_unittest_utils', | 735 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 736 '../ipc/ipc.gyp:test_support_ipc', | 736 '../ipc/ipc.gyp:test_support_ipc', |
| 737 '../jingle/jingle.gyp:jingle_glue_test_util', | |
| 738 '../media/media.gyp:media_test_support', | 737 '../media/media.gyp:media_test_support', |
| 739 '../media/media.gyp:shared_memory_support', | 738 '../media/media.gyp:shared_memory_support', |
| 740 '../third_party/WebKit/public/blink.gyp:blink', | 739 '../third_party/WebKit/public/blink.gyp:blink', |
| 741 '../third_party/icu/icu.gyp:icui18n', | 740 '../third_party/icu/icu.gyp:icui18n', |
| 742 '../third_party/icu/icu.gyp:icuuc', | 741 '../third_party/icu/icu.gyp:icuuc', |
| 743 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 742 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 744 '../third_party/libjingle/libjingle.gyp:libjingle', | 743 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 745 '../ui/compositor/compositor.gyp:compositor_test_support', | 744 '../ui/compositor/compositor.gyp:compositor_test_support', |
| 746 '../ui/gl/gl.gyp:gl', | 745 '../ui/gl/gl.gyp:gl', |
| 747 '../webkit/child/webkit_child.gyp:webkit_child', | 746 '../webkit/child/webkit_child.gyp:webkit_child', |
| (...skipping 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1847 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1846 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1848 }, | 1847 }, |
| 1849 ], | 1848 ], |
| 1850 }], | 1849 }], |
| 1851 ], | 1850 ], |
| 1852 }, | 1851 }, |
| 1853 ], | 1852 ], |
| 1854 }], | 1853 }], |
| 1855 ], | 1854 ], |
| 1856 } | 1855 } |
| OLD | NEW |