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 922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
933 '../ui/ozone/ozone.gyp:ozone_base', | 933 '../ui/ozone/ozone.gyp:ozone_base', |
934 ], | 934 ], |
935 }], | 935 }], |
936 ], | 936 ], |
937 }, | 937 }, |
938 ], | 938 ], |
939 'conditions': [ | 939 'conditions': [ |
940 ['test_isolation_mode != "noop"', { | 940 ['test_isolation_mode != "noop"', { |
941 'targets': [ | 941 'targets': [ |
942 { | 942 { |
| 943 'target_name': 'content_browsertests_run', |
| 944 'type': 'none', |
| 945 'dependencies': [ |
| 946 'content_browsertests', |
| 947 ], |
| 948 'includes': [ |
| 949 '../build/isolate.gypi', |
| 950 'content_browsertests.isolate', |
| 951 ], |
| 952 'sources': [ |
| 953 'content_browsertests.isolate', |
| 954 ], |
| 955 }, |
| 956 { |
943 'target_name': 'content_unittests_run', | 957 'target_name': 'content_unittests_run', |
944 'type': 'none', | 958 'type': 'none', |
945 'dependencies': [ | 959 'dependencies': [ |
946 'content_unittests', | 960 'content_unittests', |
947 ], | 961 ], |
948 'includes': [ | 962 'includes': [ |
949 '../build/isolate.gypi', | 963 '../build/isolate.gypi', |
950 'content_unittests.isolate', | 964 'content_unittests.isolate', |
951 ], | 965 ], |
952 'sources': [ | 966 'sources': [ |
(...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1849 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1863 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1850 }, | 1864 }, |
1851 ], | 1865 ], |
1852 }], | 1866 }], |
1853 ], | 1867 ], |
1854 }, | 1868 }, |
1855 ], | 1869 ], |
1856 }], | 1870 }], |
1857 ], | 1871 ], |
1858 } | 1872 } |
OLD | NEW |