Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Side by Side Diff: content/content_tests.gypi

Issue 1620513002: Add isolate for content_browsertests with --site-per-process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/content_site_isolation_browsertests.isolate ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1581 matching lines...) Expand 10 before | Expand all | Expand 10 after
1592 }], 1592 }],
1593 ['enable_web_speech == 1', { 1593 ['enable_web_speech == 1', {
1594 'sources': [ '<@(content_browsertests_speech_sources)' ], 1594 'sources': [ '<@(content_browsertests_speech_sources)' ],
1595 }], 1595 }],
1596 ['branding != "Chrome"', { 1596 ['branding != "Chrome"', {
1597 'sources': [ '<@(content_browsertests_unofficial_build_sources)' ] , 1597 'sources': [ '<@(content_browsertests_unofficial_build_sources)' ] ,
1598 }], 1598 }],
1599 ], 1599 ],
1600 }, 1600 },
1601 { 1601 {
1602 # GN: //content/test:content_site_isolation_browsertests_run
1603 'target_name': 'content_site_isolation_browsertests_run',
1604 'type': 'none',
1605 'dependencies': [
1606 'content_browsertests_run',
M-A Ruel 2016/01/22 18:52:29 'content_browsertests', ?
1607 ],
1608 'sources': [
1609 'content_site_isolation_browsertests.isolate',
1610 ],
1611 },
1612 {
1602 # GN version: //content/test:content_gl_tests 1613 # GN version: //content/test:content_gl_tests
1603 'target_name': 'content_gl_tests', 1614 'target_name': 'content_gl_tests',
1604 'type': '<(gtest_target_type)', 1615 'type': '<(gtest_target_type)',
1605 'dependencies': [ 1616 'dependencies': [
1606 'content.gyp:content_common', 1617 'content.gyp:content_common',
1607 'test_support_content', 1618 'test_support_content',
1608 '../base/base.gyp:test_support_base', 1619 '../base/base.gyp:test_support_base',
1609 '../gpu/gpu.gyp:command_buffer_common', 1620 '../gpu/gpu.gyp:command_buffer_common',
1610 '../testing/gtest.gyp:gtest', 1621 '../testing/gtest.gyp:gtest',
1611 '../third_party/WebKit/public/blink.gyp:blink', 1622 '../third_party/WebKit/public/blink.gyp:blink',
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
2216 'content_unittests_apk.isolate', 2227 'content_unittests_apk.isolate',
2217 ], 2228 ],
2218 }, 2229 },
2219 ], 2230 ],
2220 }, 2231 },
2221 ], 2232 ],
2222 ], 2233 ],
2223 }], 2234 }],
2224 ], 2235 ],
2225 } 2236 }
OLDNEW
« no previous file with comments | « content/content_site_isolation_browsertests.isolate ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698