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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 195983023: Enable devices page UI on MacOSX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_dcheck
Patch Set: Created 6 years, 9 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 2016 matching lines...) Expand 10 before | Expand all | Expand 10 after
2027 ['exclude', '^browser/printing/cloud_print/test/.*'], 2027 ['exclude', '^browser/printing/cloud_print/test/.*'],
2028 ['exclude', '^browser/printing/printing_layout_browsertest.cc'], 2028 ['exclude', '^browser/printing/printing_layout_browsertest.cc'],
2029 ['exclude', '^browser/printing/print_preview_dialog_controller_brows ertest.cc'], 2029 ['exclude', '^browser/printing/print_preview_dialog_controller_brows ertest.cc'],
2030 ['exclude', '^browser/ui/webui/print_preview/print_preview_ui_browse rtest.cc'], 2030 ['exclude', '^browser/ui/webui/print_preview/print_preview_ui_browse rtest.cc'],
2031 ['exclude', '^renderer/printing/print_web_view_helper_browsertest.cc '], 2031 ['exclude', '^renderer/printing/print_web_view_helper_browsertest.cc '],
2032 ['exclude', '^test/data/webui/print_preview.cc'], 2032 ['exclude', '^test/data/webui/print_preview.cc'],
2033 ['exclude', '^test/data/webui/print_preview.h'], 2033 ['exclude', '^test/data/webui/print_preview.h'],
2034 ['exclude', '^test/data/webui/print_preview.js'], 2034 ['exclude', '^test/data/webui/print_preview.js'],
2035 ], 2035 ],
2036 }], 2036 }],
2037 ['enable_mdns==1', { 2037 ['enable_service_discovery==1', {
2038 'sources' : [ 2038 'sources' : [
2039 'browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc' , 2039 'browser/ui/webui/local_discovery/local_discovery_ui_browsertest.cc' ,
2040 ] 2040 ]
2041 }], 2041 }],
2042 [ 'use_brlapi==0', { 2042 [ 'use_brlapi==0', {
2043 'sources!': [ 2043 'sources!': [
2044 'browser/extensions/api/braille_display_private/braille_display_priv ate_apitest.cc' 2044 'browser/extensions/api/braille_display_private/braille_display_priv ate_apitest.cc'
2045 ] 2045 ]
2046 }], 2046 }],
2047 ['branding=="Chrome"', { 2047 ['branding=="Chrome"', {
(...skipping 1172 matching lines...) Expand 10 before | Expand all | Expand 10 after
3220 'utility', 3220 'utility',
3221 ], 3221 ],
3222 'sources': [ 3222 'sources': [
3223 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3223 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3224 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3224 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3225 ], 3225 ],
3226 }] 3226 }]
3227 }], 3227 }],
3228 ], # 'conditions' 3228 ], # 'conditions'
3229 } 3229 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698