| 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 951 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 962 ['test_isolation_mode != "noop"', { | 962 ['test_isolation_mode != "noop"', { |
| 963 'targets': [ | 963 'targets': [ |
| 964 { | 964 { |
| 965 'target_name': 'content_browsertests_run', | 965 'target_name': 'content_browsertests_run', |
| 966 'type': 'none', | 966 'type': 'none', |
| 967 'dependencies': [ | 967 'dependencies': [ |
| 968 'content_browsertests', | 968 'content_browsertests', |
| 969 ], | 969 ], |
| 970 'includes': [ | 970 'includes': [ |
| 971 '../build/isolate.gypi', | 971 '../build/isolate.gypi', |
| 972 'content_browsertests.isolate', | |
| 973 ], | 972 ], |
| 974 'sources': [ | 973 'sources': [ |
| 975 'content_browsertests.isolate', | 974 'content_browsertests.isolate', |
| 976 ], | 975 ], |
| 977 }, | 976 }, |
| 978 { | 977 { |
| 979 'target_name': 'content_unittests_run', | 978 'target_name': 'content_unittests_run', |
| 980 'type': 'none', | 979 'type': 'none', |
| 981 'dependencies': [ | 980 'dependencies': [ |
| 982 'content_unittests', | 981 'content_unittests', |
| 983 ], | 982 ], |
| 984 'includes': [ | 983 'includes': [ |
| 985 '../build/isolate.gypi', | 984 '../build/isolate.gypi', |
| 986 'content_unittests.isolate', | |
| 987 ], | 985 ], |
| 988 'sources': [ | 986 'sources': [ |
| 989 'content_unittests.isolate', | 987 'content_unittests.isolate', |
| 990 ], | 988 ], |
| 991 'conditions': [ | 989 'conditions': [ |
| 992 ['OS=="linux" and use_ozone==0', { | 990 ['OS=="linux" and use_ozone==0', { |
| 993 'dependencies': [ | 991 'dependencies': [ |
| 994 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 992 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 995 ], | 993 ], |
| 996 }], | 994 }], |
| 997 ], | 995 ], |
| 998 }, | 996 }, |
| 999 ], | 997 ], |
| 1000 'conditions': [ | 998 'conditions': [ |
| 1001 ['archive_gpu_tests==1', { | 999 ['archive_gpu_tests==1', { |
| 1002 'targets': [ | 1000 'targets': [ |
| 1003 { | 1001 { |
| 1004 'target_name': 'content_gl_tests_run', | 1002 'target_name': 'content_gl_tests_run', |
| 1005 'type': 'none', | 1003 'type': 'none', |
| 1006 'dependencies': [ | 1004 'dependencies': [ |
| 1007 'content_shell_and_tests.gyp:content_gl_tests', | 1005 'content_shell_and_tests.gyp:content_gl_tests', |
| 1008 ], | 1006 ], |
| 1009 'includes': [ | 1007 'includes': [ |
| 1010 '../build/isolate.gypi', | 1008 '../build/isolate.gypi', |
| 1011 'content_gl_tests.isolate', | |
| 1012 ], | 1009 ], |
| 1013 'sources': [ | 1010 'sources': [ |
| 1014 'content_gl_tests.isolate', | 1011 'content_gl_tests.isolate', |
| 1015 ], | 1012 ], |
| 1016 }, | 1013 }, |
| 1017 ], | 1014 ], |
| 1018 }], | 1015 }], |
| 1019 ], | 1016 ], |
| 1020 }], | 1017 }], |
| 1021 ['OS!="ios"', { | 1018 ['OS!="ios"', { |
| (...skipping 903 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1925 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1922 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1926 }, | 1923 }, |
| 1927 ], | 1924 ], |
| 1928 }], | 1925 }], |
| 1929 ], | 1926 ], |
| 1930 }, | 1927 }, |
| 1931 ], | 1928 ], |
| 1932 }], | 1929 }], |
| 1933 ], | 1930 ], |
| 1934 } | 1931 } |
| OLD | NEW |