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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1536553002: Remove InlineLoginHandlerChromeOS and exclude InlineLoginUI from CrOS build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge conflicts resolved. Created 4 years, 10 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 | « chrome/chrome_browser_ui.gypi ('k') | chrome/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 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 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 2345 matching lines...) Expand 10 before | Expand all | Expand 10 after
2356 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ', 2356 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ',
2357 'browser/printing/cloud_print/test/cloud_print_proxy_process_browser test.cc', 2357 'browser/printing/cloud_print/test/cloud_print_proxy_process_browser test.cc',
2358 # chromeos does not support profile list avatar menu 2358 # chromeos does not support profile list avatar menu
2359 'browser/profiles/profile_list_desktop_browsertest.cc', 2359 'browser/profiles/profile_list_desktop_browsertest.cc',
2360 'browser/service_process/service_process_control_browsertest.cc', 2360 'browser/service_process/service_process_control_browsertest.cc',
2361 'browser/signin/signin_browsertest.cc', 2361 'browser/signin/signin_browsertest.cc',
2362 # bookmark sign in promo not used on chromeos 2362 # bookmark sign in promo not used on chromeos
2363 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_browsertest.c c', 2363 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_browsertest.c c',
2364 # chromeos does not use cross-platform panels 2364 # chromeos does not use cross-platform panels
2365 'browser/ui/panels/panel_extension_browsertest.cc', 2365 'browser/ui/panels/panel_extension_browsertest.cc',
2366 # inline login UI is disabled on chromeos
2367 'browser/ui/webui/signin/inline_login_ui_browsertest.cc',
2366 # chromeos does not use the desktop user manager 2368 # chromeos does not use the desktop user manager
2367 'browser/ui/webui/signin/user_manager_ui_browsertest.cc', 2369 'browser/ui/webui/signin/user_manager_ui_browsertest.cc',
2368 ], 2370 ],
2369 'dependencies': [ 2371 'dependencies': [
2370 '../dbus/dbus.gyp:dbus_test_support', 2372 '../dbus/dbus.gyp:dbus_test_support',
2371 '../build/linux/system.gyp:dbus', 2373 '../build/linux/system.gyp:dbus',
2372 '../chromeos/ime/input_method.gyp:gencode', 2374 '../chromeos/ime/input_method.gyp:gencode',
2373 '../components/components.gyp:drive_test_support', 2375 '../components/components.gyp:drive_test_support',
2374 '../ui/login/login.gyp:login_resources', 2376 '../ui/login/login.gyp:login_resources',
2375 ], 2377 ],
(...skipping 1171 matching lines...) Expand 10 before | Expand all | Expand 10 after
3547 'browser', 3549 'browser',
3548 ], 3550 ],
3549 'sources': [ 3551 'sources': [
3550 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3552 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3551 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3553 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3552 ], 3554 ],
3553 }] 3555 }]
3554 }], 3556 }],
3555 ], # 'conditions' 3557 ], # 'conditions'
3556 } 3558 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698