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 2071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2082 ['exclude', '^browser/printing/print_dialog_cloud_interative_uitest.
cc'], | 2082 ['exclude', '^browser/printing/print_dialog_cloud_interative_uitest.
cc'], |
2083 ['exclude', '^browser/printing/printing_layout_browsertest.cc'], | 2083 ['exclude', '^browser/printing/printing_layout_browsertest.cc'], |
2084 ['exclude', '^browser/printing/print_preview_dialog_controller_brows
ertest.cc'], | 2084 ['exclude', '^browser/printing/print_preview_dialog_controller_brows
ertest.cc'], |
2085 ['exclude', '^browser/ui/webui/print_preview/print_preview_ui_browse
rtest.cc'], | 2085 ['exclude', '^browser/ui/webui/print_preview/print_preview_ui_browse
rtest.cc'], |
2086 ['exclude', '^renderer/printing/print_web_view_helper_browsertest.cc
'], | 2086 ['exclude', '^renderer/printing/print_web_view_helper_browsertest.cc
'], |
2087 ['exclude', '^test/data/webui/print_preview.cc'], | 2087 ['exclude', '^test/data/webui/print_preview.cc'], |
2088 ['exclude', '^test/data/webui/print_preview.h'], | 2088 ['exclude', '^test/data/webui/print_preview.h'], |
2089 ['exclude', '^test/data/webui/print_preview.js'], | 2089 ['exclude', '^test/data/webui/print_preview.js'], |
2090 ], | 2090 ], |
2091 }], | 2091 }], |
| 2092 ['enable_mdns==1', { |
| 2093 'sources' : [ |
| 2094 'browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc'
, |
| 2095 ] |
| 2096 }], |
2092 ], # conditions | 2097 ], # conditions |
2093 }, # target browser_tests | 2098 }, # target browser_tests |
2094 { | 2099 { |
2095 # Executable that runs each perf browser test in a new process. | 2100 # Executable that runs each perf browser test in a new process. |
2096 'target_name': 'performance_browser_tests', | 2101 'target_name': 'performance_browser_tests', |
2097 'type': 'executable', | 2102 'type': 'executable', |
2098 'msvs_cygwin_shell': 0, | 2103 'msvs_cygwin_shell': 0, |
2099 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], | 2104 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], |
2100 'dependencies': [ | 2105 'dependencies': [ |
2101 'browser', | 2106 'browser', |
(...skipping 1308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3410 'utility', | 3415 'utility', |
3411 ], | 3416 ], |
3412 'sources': [ | 3417 'sources': [ |
3413 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3418 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3414 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3419 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3415 ], | 3420 ], |
3416 }] | 3421 }] |
3417 }], | 3422 }], |
3418 ], # 'conditions' | 3423 ], # 'conditions' |
3419 } | 3424 } |
OLD | NEW |