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

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: Rebased and fixed Java and GN 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 3162 matching lines...) Expand 10 before | Expand all | Expand 10 after
3173 }, 3173 },
3174 'includes' : [ 3174 'includes' : [
3175 'chrome_test_support.gypi', 3175 'chrome_test_support.gypi',
3176 ], 3176 ],
3177 'targets': [ 3177 'targets': [
3178 { 3178 {
3179 # GN: //chrome/android:chrome_junit_tests 3179 # GN: //chrome/android:chrome_junit_tests
3180 'target_name': 'chrome_junit_tests', 3180 'target_name': 'chrome_junit_tests',
3181 'type': 'none', 3181 'type': 'none',
3182 'dependencies': [ 3182 'dependencies': [
3183 # Allow unit-testing Chrome UI components
3184 'android/chrome_apk.gyp:chrome_public_apk_java',
3183 'chrome_java', 3185 'chrome_java',
3184 '../base/base.gyp:base', 3186 '../base/base.gyp:base',
3185 '../base/base.gyp:base_java_test_support', 3187 '../base/base.gyp:base_java_test_support',
3186 '../base/base.gyp:base_junit_test_support', 3188 '../base/base.gyp:base_junit_test_support',
3187 '../sync/sync.gyp:sync_java_test_support', 3189 '../sync/sync.gyp:sync_java_test_support',
3188 '../testing/android/junit/junit_test.gyp:junit_test_support', 3190 '../testing/android/junit/junit_test.gyp:junit_test_support',
3189 ], 3191 ],
3190 'variables': { 3192 'variables': {
3191 'main_class': 'org.chromium.testing.local.JunitTestMain', 3193 'main_class': 'org.chromium.testing.local.JunitTestMain',
3192 'src_paths': [ 3194 'src_paths': [
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
3604 'browser', 3606 'browser',
3605 ], 3607 ],
3606 'sources': [ 3608 'sources': [
3607 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3609 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3608 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3610 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3609 ], 3611 ],
3610 }] 3612 }]
3611 }], 3613 }],
3612 ], # 'conditions' 3614 ], # 'conditions'
3613 } 3615 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698