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

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
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.cc ('k') | chrome/common/logging_chrome.cc » ('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 '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 1697 matching lines...) Expand 10 before | Expand all | Expand 10 after
1708 'browser/notifications/login_state_notification_blocker_chromeos_bro wsertest.cc', 1708 'browser/notifications/login_state_notification_blocker_chromeos_bro wsertest.cc',
1709 'browser/ui/views/select_file_dialog_extension_browsertest.cc', 1709 'browser/ui/views/select_file_dialog_extension_browsertest.cc',
1710 'test/data/webui/certificate_viewer_dialog_test.js', 1710 'test/data/webui/certificate_viewer_dialog_test.js',
1711 'test/data/webui/certificate_viewer_ui_test-inl.h', 1711 'test/data/webui/certificate_viewer_ui_test-inl.h',
1712 ], 1712 ],
1713 }, { # chromeos==1 1713 }, { # chromeos==1
1714 'sources!': [ 1714 'sources!': [
1715 '../apps/load_and_launch_browsertest.cc', 1715 '../apps/load_and_launch_browsertest.cc',
1716 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ', 1716 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ',
1717 'browser/printing/cloud_print/test/cloud_print_proxy_process_browser test.cc', 1717 'browser/printing/cloud_print/test/cloud_print_proxy_process_browser test.cc',
1718 # chromeos does not support profile list avatar menu
1719 'browser/profiles/profile_list_desktop_browsertest.cc',
1718 'browser/service_process/service_process_control_browsertest.cc', 1720 'browser/service_process/service_process_control_browsertest.cc',
1719 'browser/signin/signin_browsertest.cc', 1721 'browser/signin/signin_browsertest.cc',
1720 # chromeos does not use cross-platform panels 1722 # chromeos does not use cross-platform panels
1721 'browser/ui/panels/panel_extension_browsertest.cc', 1723 'browser/ui/panels/panel_extension_browsertest.cc',
1722 # chromeos does not use the desktop user manager 1724 # chromeos does not use the desktop user manager
1723 'browser/ui/webui/signin/user_manager_ui_browsertest.cc', 1725 'browser/ui/webui/signin/user_manager_ui_browsertest.cc',
1724 ], 1726 ],
1725 'dependencies': [ 1727 'dependencies': [
1726 '../dbus/dbus.gyp:dbus_test_support', 1728 '../dbus/dbus.gyp:dbus_test_support',
1727 '../build/linux/system.gyp:dbus', 1729 '../build/linux/system.gyp:dbus',
(...skipping 1233 matching lines...) Expand 10 before | Expand all | Expand 10 after
2961 ['enable_webrtc==1', { 2963 ['enable_webrtc==1', {
2962 'dependencies': [ 2964 'dependencies': [
2963 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2965 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2964 ] 2966 ]
2965 }], 2967 }],
2966 ], 2968 ],
2967 }] 2969 }]
2968 }], 2970 }],
2969 ], # 'conditions' 2971 ], # 'conditions'
2970 } 2972 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.cc ('k') | chrome/common/logging_chrome.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698