| 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 970 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 981 'dependencies': [ | 981 'dependencies': [ |
| 982 'content_unittests', | 982 'content_unittests', |
| 983 ], | 983 ], |
| 984 'includes': [ | 984 'includes': [ |
| 985 '../build/isolate.gypi', | 985 '../build/isolate.gypi', |
| 986 'content_unittests.isolate', | 986 'content_unittests.isolate', |
| 987 ], | 987 ], |
| 988 'sources': [ | 988 'sources': [ |
| 989 'content_unittests.isolate', | 989 'content_unittests.isolate', |
| 990 ], | 990 ], |
| 991 'conditions': [ |
| 992 ['OS=="linux" and use_ozone==0', { |
| 993 'dependencies': [ |
| 994 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 995 ], |
| 996 }], |
| 997 ], |
| 991 }, | 998 }, |
| 992 ], | 999 ], |
| 993 'conditions': [ | 1000 'conditions': [ |
| 994 ['archive_gpu_tests==1', { | 1001 ['archive_gpu_tests==1', { |
| 995 'targets': [ | 1002 'targets': [ |
| 996 { | 1003 { |
| 997 'target_name': 'content_gl_tests_run', | 1004 'target_name': 'content_gl_tests_run', |
| 998 'type': 'none', | 1005 'type': 'none', |
| 999 'dependencies': [ | 1006 'dependencies': [ |
| 1000 'content_shell_and_tests.gyp:content_gl_tests', | 1007 'content_shell_and_tests.gyp:content_gl_tests', |
| (...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1918 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1925 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1919 }, | 1926 }, |
| 1920 ], | 1927 ], |
| 1921 }], | 1928 }], |
| 1922 ], | 1929 ], |
| 1923 }, | 1930 }, |
| 1924 ], | 1931 ], |
| 1925 }], | 1932 }], |
| 1926 ], | 1933 ], |
| 1927 } | 1934 } |
| OLD | NEW |