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

Side by Side Diff: content/content_tests.gypi

Issue 1406423007: GN(Android): Fix up content_gl_tests to match GYP (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 2 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 | « no previous file | 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 1827 matching lines...) Expand 10 before | Expand all | Expand 10 after
1838 'include_dirs': [ 1838 'include_dirs': [
1839 '<(DEPTH)/third_party/libva', 1839 '<(DEPTH)/third_party/libva',
1840 '<(DEPTH)/third_party/libyuv', 1840 '<(DEPTH)/third_party/libyuv',
1841 ], 1841 ],
1842 } 1842 }
1843 ] 1843 ]
1844 }], 1844 }],
1845 ['OS == "android"', { 1845 ['OS == "android"', {
1846 'targets': [ 1846 'targets': [
1847 { 1847 {
1848 # TODO(GN) 1848 # GN: //content/test:content_gl_tests
1849 'target_name': 'content_gl_tests_apk', 1849 'target_name': 'content_gl_tests_apk',
1850 'type': 'none', 1850 'type': 'none',
1851 'dependencies': [ 1851 'dependencies': [
1852 'content_gl_tests', 1852 'content_gl_tests',
1853 'content_java_test_support', 1853 'content_java_test_support',
1854 ], 1854 ],
1855 'variables': { 1855 'variables': {
1856 'test_suite_name': 'content_gl_tests', 1856 'test_suite_name': 'content_gl_tests',
1857 }, 1857 },
1858 'includes': [ 1858 'includes': [
1859 '../build/apk_test.gypi', 1859 '../build/apk_test.gypi',
1860 ], 1860 ],
1861 }, 1861 },
1862 { 1862 {
1863 # TODO(GN) 1863 # GN: //content/test:content_unittests
1864 'target_name': 'content_unittests_apk', 1864 'target_name': 'content_unittests_apk',
1865 'type': 'none', 1865 'type': 'none',
1866 'dependencies': [ 1866 'dependencies': [
1867 'content.gyp:content_java', 1867 'content.gyp:content_java',
1868 'content_unittests', 1868 'content_unittests',
1869 ], 1869 ],
1870 'conditions': [ 1870 'conditions': [
1871 ['v8_use_external_startup_data==1', { 1871 ['v8_use_external_startup_data==1', {
1872 'dependencies': [ 1872 'dependencies': [
1873 '../v8/tools/gyp/v8.gyp:v8_external_snapshot', 1873 '../v8/tools/gyp/v8.gyp:v8_external_snapshot',
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
2198 'content_unittests_apk.isolate', 2198 'content_unittests_apk.isolate',
2199 ], 2199 ],
2200 }, 2200 },
2201 ], 2201 ],
2202 }, 2202 },
2203 ], 2203 ],
2204 ], 2204 ],
2205 }], 2205 }],
2206 ], 2206 ],
2207 } 2207 }
OLDNEW
« no previous file with comments | « no previous file | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698