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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 271533004: Turning on MultiProfile by default for ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
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 'includes': [ 5 'includes': [
6 'js_unittest_vars.gypi', 6 'js_unittest_vars.gypi',
7 ], 7 ],
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'interactive_ui_tests', 10 'target_name': 'interactive_ui_tests',
(...skipping 1696 matching lines...) Expand 10 before | Expand all | Expand 10 after
1707 'browser/notifications/login_state_notification_blocker_chromeos_bro wsertest.cc', 1707 'browser/notifications/login_state_notification_blocker_chromeos_bro wsertest.cc',
1708 'browser/ui/views/select_file_dialog_extension_browsertest.cc', 1708 'browser/ui/views/select_file_dialog_extension_browsertest.cc',
1709 'test/data/webui/certificate_viewer_dialog_test.js', 1709 'test/data/webui/certificate_viewer_dialog_test.js',
1710 'test/data/webui/certificate_viewer_ui_test-inl.h', 1710 'test/data/webui/certificate_viewer_ui_test-inl.h',
1711 ], 1711 ],
1712 }, { # chromeos==1 1712 }, { # chromeos==1
1713 'sources!': [ 1713 'sources!': [
1714 '../apps/load_and_launch_browsertest.cc', 1714 '../apps/load_and_launch_browsertest.cc',
1715 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ', 1715 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ',
1716 'browser/printing/cloud_print/test/cloud_print_proxy_process_browser test.cc', 1716 'browser/printing/cloud_print/test/cloud_print_proxy_process_browser test.cc',
1717 # chromeos does not support profile list avatar menu
1718 'browser/profiles/profile_list_desktop_browsertest.cc',
1717 'browser/service_process/service_process_control_browsertest.cc', 1719 'browser/service_process/service_process_control_browsertest.cc',
1718 'browser/signin/signin_browsertest.cc', 1720 'browser/signin/signin_browsertest.cc',
1719 # chromeos does not use cross-platform panels 1721 # chromeos does not use cross-platform panels
1720 'browser/ui/panels/panel_extension_browsertest.cc', 1722 'browser/ui/panels/panel_extension_browsertest.cc',
1721 # chromeos does not use the desktop user manager 1723 # chromeos does not use the desktop user manager
1722 'browser/ui/webui/signin/user_manager_ui_browsertest.cc', 1724 'browser/ui/webui/signin/user_manager_ui_browsertest.cc',
1723 ], 1725 ],
1724 'dependencies': [ 1726 'dependencies': [
1725 '../dbus/dbus.gyp:dbus_test_support', 1727 '../dbus/dbus.gyp:dbus_test_support',
1726 '../build/linux/system.gyp:dbus', 1728 '../build/linux/system.gyp:dbus',
(...skipping 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after
2960 ['enable_webrtc==1', { 2962 ['enable_webrtc==1', {
2961 'dependencies': [ 2963 'dependencies': [
2962 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2964 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2963 ] 2965 ]
2964 }], 2966 }],
2965 ], 2967 ],
2966 }] 2968 }]
2967 }], 2969 }],
2968 ], # 'conditions' 2970 ], # 'conditions'
2969 } 2971 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698