| 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 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1015 '../gin/gin.gyp:gin', | 1015 '../gin/gin.gyp:gin', |
| 1016 ], | 1016 ], |
| 1017 }], | 1017 }], |
| 1018 ], | 1018 ], |
| 1019 }, | 1019 }, |
| 1020 ], | 1020 ], |
| 1021 'conditions': [ | 1021 'conditions': [ |
| 1022 ['test_isolation_mode != "noop"', { | 1022 ['test_isolation_mode != "noop"', { |
| 1023 'targets': [ | 1023 'targets': [ |
| 1024 { | 1024 { |
| 1025 # GN: //content/test:content_site_isolation_browsertests_run |
| 1026 'target_name': 'content_site_isolation_browsertests_run', |
| 1027 'type': 'none', |
| 1028 'dependencies': [ |
| 1029 'content_browsertests_run', |
| 1030 ], |
| 1031 'sources': [ |
| 1032 'content_site_isolation_browsertests.isolate', |
| 1033 ], |
| 1034 }, |
| 1035 { |
| 1025 'target_name': 'content_browsertests_run', | 1036 'target_name': 'content_browsertests_run', |
| 1026 'type': 'none', | 1037 'type': 'none', |
| 1027 'dependencies': [ | 1038 'dependencies': [ |
| 1028 'content_browsertests', | 1039 'content_browsertests', |
| 1029 ], | 1040 ], |
| 1030 'includes': [ | 1041 'includes': [ |
| 1031 '../build/isolate.gypi', | 1042 '../build/isolate.gypi', |
| 1032 ], | 1043 ], |
| 1033 'sources': [ | 1044 'sources': [ |
| 1034 'content_browsertests.isolate', | 1045 'content_browsertests.isolate', |
| (...skipping 1184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2219 'content_unittests_apk.isolate', | 2230 'content_unittests_apk.isolate', |
| 2220 ], | 2231 ], |
| 2221 }, | 2232 }, |
| 2222 ], | 2233 ], |
| 2223 }, | 2234 }, |
| 2224 ], | 2235 ], |
| 2225 ], | 2236 ], |
| 2226 }], | 2237 }], |
| 2227 ], | 2238 ], |
| 2228 } | 2239 } |
| OLD | NEW |