OLD | NEW |
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 1978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1989 'browser/notifications/message_center_notifications_browsertest.cc', | 1989 'browser/notifications/message_center_notifications_browsertest.cc', |
1990 ], | 1990 ], |
1991 }], | 1991 }], |
1992 ['enable_plugins==1', { | 1992 ['enable_plugins==1', { |
1993 'dependencies': [ | 1993 'dependencies': [ |
1994 # Runtime dependency. | 1994 # Runtime dependency. |
1995 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', | 1995 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', |
1996 '../webkit/support/webkit_support.gyp:clearkeycdmadapter', | 1996 '../webkit/support/webkit_support.gyp:clearkeycdmadapter', |
1997 ], | 1997 ], |
1998 }], | 1998 }], |
| 1999 ['chromeos==1', { |
| 2000 'sources!': [ |
| 2001 'browser/ui/webui/options/managed_user_set_passphrase_browsertest.js
', |
| 2002 'browser/ui/webui/options/managed_user_set_passphrase_test.cc', |
| 2003 'browser/ui/webui/options/managed_user_set_passphrase_test.h', |
| 2004 'browser/ui/webui/options/managed_user_settings_browsertest.js', |
| 2005 'browser/ui/webui/options/managed_user_settings_test.cc', |
| 2006 'browser/ui/webui/options/managed_user_settings_test.h', |
| 2007 ], |
| 2008 }], |
1999 ], # conditions | 2009 ], # conditions |
2000 }, # target browser_tests | 2010 }, # target browser_tests |
2001 { | 2011 { |
2002 # Executable that runs each perf browser test in a new process. | 2012 # Executable that runs each perf browser test in a new process. |
2003 'target_name': 'performance_browser_tests', | 2013 'target_name': 'performance_browser_tests', |
2004 'type': 'executable', | 2014 'type': 'executable', |
2005 'msvs_cygwin_shell': 0, | 2015 'msvs_cygwin_shell': 0, |
2006 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], | 2016 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], |
2007 'dependencies': [ | 2017 'dependencies': [ |
2008 'browser', | 2018 'browser', |
(...skipping 1312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3321 # more details. | 3331 # more details. |
3322 'DebugInformationFormat': '3', | 3332 'DebugInformationFormat': '3', |
3323 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3333 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
3324 }, | 3334 }, |
3325 }, | 3335 }, |
3326 }, | 3336 }, |
3327 ], | 3337 ], |
3328 }], | 3338 }], |
3329 ], # 'conditions' | 3339 ], # 'conditions' |
3330 } | 3340 } |
OLD | NEW |