| 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 1971 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_set_passphrase_browsertest.js
', |
| 1995 'browser/ui/webui/options/managed_user_set_passphrase_test.cc', |
| 1996 'browser/ui/webui/options/managed_user_set_passphrase_test.h', |
| 1997 'browser/ui/webui/options/managed_user_settings_browsertest.js', |
| 1998 'browser/ui/webui/options/managed_user_settings_test.cc', |
| 1999 'browser/ui/webui/options/managed_user_settings_test.h', |
| 2000 ], |
| 2001 }], |
| 1992 ], # conditions | 2002 ], # conditions |
| 1993 }, # target browser_tests | 2003 }, # target browser_tests |
| 1994 { | 2004 { |
| 1995 # Executable that runs each perf browser test in a new process. | 2005 # Executable that runs each perf browser test in a new process. |
| 1996 'target_name': 'performance_browser_tests', | 2006 'target_name': 'performance_browser_tests', |
| 1997 'type': 'executable', | 2007 'type': 'executable', |
| 1998 'msvs_cygwin_shell': 0, | 2008 'msvs_cygwin_shell': 0, |
| 1999 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], | 2009 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], |
| 2000 'dependencies': [ | 2010 'dependencies': [ |
| 2001 'browser', | 2011 'browser', |
| (...skipping 1291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3293 # more details. | 3303 # more details. |
| 3294 'DebugInformationFormat': '3', | 3304 'DebugInformationFormat': '3', |
| 3295 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3305 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
| 3296 }, | 3306 }, |
| 3297 }, | 3307 }, |
| 3298 }, | 3308 }, |
| 3299 ], | 3309 ], |
| 3300 }], | 3310 }], |
| 3301 ], # 'conditions' | 3311 ], # 'conditions' |
| 3302 } | 3312 } |
| OLD | NEW |