Chromium Code Reviews| 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 1581 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 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 Loading... | |
| 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 } |
| OLD | NEW |