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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 14066003: Don't allow elevation for CHROME_OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unlock buttons. Created 7 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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1971 matching lines...) Expand 10 before | Expand all | Expand 10 after
1982 'browser/notifications/message_center_notifications_browsertest.cc', 1982 'browser/notifications/message_center_notifications_browsertest.cc',
1983 ], 1983 ],
1984 }], 1984 }],
1985 ['enable_plugins==1', { 1985 ['enable_plugins==1', {
1986 'dependencies': [ 1986 'dependencies': [
1987 # Runtime dependency. 1987 # Runtime dependency.
1988 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', 1988 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
1989 '../webkit/support/webkit_support.gyp:clearkeycdmadapter', 1989 '../webkit/support/webkit_support.gyp:clearkeycdmadapter',
1990 ], 1990 ],
1991 }], 1991 }],
1992 ['chromeos==1', {
1993 'sources!': [
1994 'browser/ui/webui/options/managed_user_settings_browsertest.js',
1995 'browser/ui/webui/options/managed_user_settings_test.cc',
1996 'browser/ui/webui/options/managed_user_settings_test.h',
1997 ],
1998 }],
1992 ], # conditions 1999 ], # conditions
1993 }, # target browser_tests 2000 }, # target browser_tests
1994 { 2001 {
1995 # Executable that runs each perf browser test in a new process. 2002 # Executable that runs each perf browser test in a new process.
1996 'target_name': 'performance_browser_tests', 2003 'target_name': 'performance_browser_tests',
1997 'type': 'executable', 2004 'type': 'executable',
1998 'msvs_cygwin_shell': 0, 2005 'msvs_cygwin_shell': 0,
1999 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], 2006 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
2000 'dependencies': [ 2007 'dependencies': [
2001 'browser', 2008 'browser',
(...skipping 1291 matching lines...) Expand 10 before | Expand all | Expand 10 after
3293 # more details. 3300 # more details.
3294 'DebugInformationFormat': '3', 3301 'DebugInformationFormat': '3',
3295 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3302 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3296 }, 3303 },
3297 }, 3304 },
3298 }, 3305 },
3299 ], 3306 ],
3300 }], 3307 }],
3301 ], # 'conditions' 3308 ], # 'conditions'
3302 } 3309 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698