| 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 'chromedriver_unittest_sources': [ | 6 'chromedriver_unittest_sources': [ |
| 7 'test/chromedriver/capabilities_unittest.cc', | 7 'test/chromedriver/capabilities_unittest.cc', |
| 8 'test/chromedriver/chrome/chrome_finder_unittest.cc', | 8 'test/chromedriver/chrome/chrome_finder_unittest.cc', |
| 9 'test/chromedriver/chrome/console_logger_unittest.cc', | 9 'test/chromedriver/chrome/console_logger_unittest.cc', |
| 10 'test/chromedriver/chrome/device_manager_unittest.cc', | 10 'test/chromedriver/chrome/device_manager_unittest.cc', |
| (...skipping 1980 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1991 ['exclude', '^browser/printing/print_preview_dialog_controller_brows
ertest.cc'], | 1991 ['exclude', '^browser/printing/print_preview_dialog_controller_brows
ertest.cc'], |
| 1992 ['exclude', '^browser/ui/webui/print_preview/print_preview_ui_browse
rtest.cc'], | 1992 ['exclude', '^browser/ui/webui/print_preview/print_preview_ui_browse
rtest.cc'], |
| 1993 ['exclude', '^renderer/printing/print_web_view_helper_browsertest.cc
'], | 1993 ['exclude', '^renderer/printing/print_web_view_helper_browsertest.cc
'], |
| 1994 ['exclude', '^test/data/webui/print_preview.cc'], | 1994 ['exclude', '^test/data/webui/print_preview.cc'], |
| 1995 ['exclude', '^test/data/webui/print_preview.h'], | 1995 ['exclude', '^test/data/webui/print_preview.h'], |
| 1996 ['exclude', '^test/data/webui/print_preview.js'], | 1996 ['exclude', '^test/data/webui/print_preview.js'], |
| 1997 ], | 1997 ], |
| 1998 }], | 1998 }], |
| 1999 ['enable_mdns==1', { | 1999 ['enable_mdns==1', { |
| 2000 'sources' : [ | 2000 'sources' : [ |
| 2001 'browser/local_discovery/test_service_discovery_client.cc', | |
| 2002 'browser/local_discovery/test_service_discovery_client.h', | |
| 2003 'browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc'
, | 2001 'browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc'
, |
| 2004 ] | 2002 ] |
| 2005 }], | 2003 }], |
| 2006 [ 'use_brlapi==0', { | 2004 [ 'use_brlapi==0', { |
| 2007 'sources!': [ | 2005 'sources!': [ |
| 2008 'browser/extensions/api/braille_display_private/braille_display_priv
ate_apitest.cc' | 2006 'browser/extensions/api/braille_display_private/braille_display_priv
ate_apitest.cc' |
| 2009 ] | 2007 ] |
| 2010 }], | 2008 }], |
| 2011 ], # conditions | 2009 ], # conditions |
| 2012 }, # target browser_tests | 2010 }, # target browser_tests |
| (...skipping 1237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3250 'utility', | 3248 'utility', |
| 3251 ], | 3249 ], |
| 3252 'sources': [ | 3250 'sources': [ |
| 3253 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3251 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3254 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3252 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3255 ], | 3253 ], |
| 3256 }] | 3254 }] |
| 3257 }], | 3255 }], |
| 3258 ], # 'conditions' | 3256 ], # 'conditions' |
| 3259 } | 3257 } |
| OLD | NEW |