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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1763713003: Fix accessibility order of Android tabstrip (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed GN Build Created 4 years, 8 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
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 5 'variables': {
6 'build_angle_deqp_tests%': 0, 6 'build_angle_deqp_tests%': 0,
7 'chrome_browser_extensions_test_support_sources': [ 7 'chrome_browser_extensions_test_support_sources': [
8 # A list of sources which is shared between different browser tests. 8 # A list of sources which is shared between different browser tests.
9 'browser/apps/app_browsertest_util.cc', 9 'browser/apps/app_browsertest_util.cc',
10 'browser/apps/app_browsertest_util.h', 10 'browser/apps/app_browsertest_util.h',
(...skipping 3129 matching lines...) Expand 10 before | Expand all | Expand 10 after
3140 }, 3140 },
3141 'includes' : [ 3141 'includes' : [
3142 'chrome_test_support.gypi', 3142 'chrome_test_support.gypi',
3143 ], 3143 ],
3144 'targets': [ 3144 'targets': [
3145 { 3145 {
3146 # GN: //chrome/android:chrome_junit_tests 3146 # GN: //chrome/android:chrome_junit_tests
3147 'target_name': 'chrome_junit_tests', 3147 'target_name': 'chrome_junit_tests',
3148 'type': 'none', 3148 'type': 'none',
3149 'dependencies': [ 3149 'dependencies': [
3150 # Allow unit-testing Chrome UI components
3151 'android/chrome_apk.gyp:chrome_public_apk_java',
3150 'chrome_java', 3152 'chrome_java',
3151 '../base/base.gyp:base', 3153 '../base/base.gyp:base',
3152 '../base/base.gyp:base_java_test_support', 3154 '../base/base.gyp:base_java_test_support',
3153 '../base/base.gyp:base_junit_test_support', 3155 '../base/base.gyp:base_junit_test_support',
3154 '../sync/sync.gyp:sync_java_test_support', 3156 '../sync/sync.gyp:sync_java_test_support',
3155 '../testing/android/junit/junit_test.gyp:junit_test_support', 3157 '../testing/android/junit/junit_test.gyp:junit_test_support',
3156 ], 3158 ],
3157 'variables': { 3159 'variables': {
3158 'main_class': 'org.chromium.testing.local.JunitTestMain', 3160 'main_class': 'org.chromium.testing.local.JunitTestMain',
3159 'src_paths': [ 3161 'src_paths': [
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
3542 'browser', 3544 'browser',
3543 ], 3545 ],
3544 'sources': [ 3546 'sources': [
3545 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3547 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3546 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3548 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3547 ], 3549 ],
3548 }] 3550 }]
3549 }], 3551 }],
3550 ], # 'conditions' 3552 ], # 'conditions'
3551 } 3553 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698