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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 22577010: Printing: Add a basic printing mode without print preview and cloud print. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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 2057 matching lines...) Expand 10 before | Expand all | Expand 10 after
2068 ['exclude', '^browser/ui/app_list/'], 2068 ['exclude', '^browser/ui/app_list/'],
2069 ], 2069 ],
2070 }], 2070 }],
2071 ['enable_plugins==1', { 2071 ['enable_plugins==1', {
2072 'dependencies': [ 2072 'dependencies': [
2073 # Runtime dependency. 2073 # Runtime dependency.
2074 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter', 2074 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter',
2075 '../webkit/support/webkit_support.gyp:clearkeycdmadapter', 2075 '../webkit/support/webkit_support.gyp:clearkeycdmadapter',
2076 ], 2076 ],
2077 }], 2077 }],
2078 ['enable_printing!=1', {
2079 'sources/': [
2080 ['exclude', '^browser/extensions/api/cloud_print_private/cloud_print _private_apitest.cc'],
2081 ['exclude', '^browser/printing/cloud_print/test/.*'],
2082 ['exclude', '^browser/printing/print_dialog_cloud_interative_uitest. cc'],
2083 ['exclude', '^browser/printing/printing_layout_browsertest.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'],
2086 ['exclude', '^renderer/printing/print_web_view_helper_browsertest.cc '],
2087 ['exclude', '^test/data/webui/print_preview.cc'],
2088 ['exclude', '^test/data/webui/print_preview.h'],
2089 ['exclude', '^test/data/webui/print_preview.js'],
2090 ],
2091 }],
2078 ], # conditions 2092 ], # conditions
2079 }, # target browser_tests 2093 }, # target browser_tests
2080 { 2094 {
2081 # Executable that runs each perf browser test in a new process. 2095 # Executable that runs each perf browser test in a new process.
2082 'target_name': 'performance_browser_tests', 2096 'target_name': 'performance_browser_tests',
2083 'type': 'executable', 2097 'type': 'executable',
2084 'msvs_cygwin_shell': 0, 2098 'msvs_cygwin_shell': 0,
2085 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'], 2099 'msvs_cygwin_dirs': ['<(DEPTH)/third_party/cygwin'],
2086 'dependencies': [ 2100 'dependencies': [
2087 'browser', 2101 'browser',
(...skipping 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after
3397 'utility', 3411 'utility',
3398 ], 3412 ],
3399 'sources': [ 3413 'sources': [
3400 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3414 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3401 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3415 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3402 ], 3416 ],
3403 }] 3417 }]
3404 }], 3418 }],
3405 ], # 'conditions' 3419 ], # 'conditions'
3406 } 3420 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698