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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 702023002: Renamed enable_printing and printing_mode in *.gyp* and .*gn* files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wed Nov 5 03:20:34 PST 2014 Created 6 years, 1 month 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 '../apps/saved_files_service_unittest.cc', 7 '../apps/saved_files_service_unittest.cc',
8 '../components/autofill/content/renderer/test_password_autofill_agent.cc', 8 '../components/autofill/content/renderer/test_password_autofill_agent.cc',
9 '../components/autofill/content/renderer/test_password_autofill_agent.h', 9 '../components/autofill/content/renderer/test_password_autofill_agent.h',
10 '../components/autofill/content/renderer/test_password_generation_agent.cc ', 10 '../components/autofill/content/renderer/test_password_generation_agent.cc ',
(...skipping 1751 matching lines...) Expand 10 before | Expand all | Expand 10 after
1762 'sources': [ 1762 'sources': [
1763 'browser/extensions/fake_safe_browsing_database_manager.cc', 1763 'browser/extensions/fake_safe_browsing_database_manager.cc',
1764 'browser/extensions/fake_safe_browsing_database_manager.h', 1764 'browser/extensions/fake_safe_browsing_database_manager.h',
1765 ], 1765 ],
1766 }], 1766 }],
1767 ['OS=="linux"', { 1767 ['OS=="linux"', {
1768 'dependencies': [ 1768 'dependencies': [
1769 '../build/linux/system.gyp:ssl', 1769 '../build/linux/system.gyp:ssl',
1770 ], 1770 ],
1771 }], 1771 }],
1772 ['enable_printing==1', { 1772 ['enable_print_preview==1', {
1773 'dependencies': [ 1773 'dependencies': [
1774 'service', 1774 'service',
1775 ], 1775 ],
1776 }], 1776 }],
1777 ['enable_printing!=0', { 1777 ['enable_basic_printing==1 or enable_print_preview==1', {
1778 'sources': [ 1778 'sources': [
1779 'renderer/printing/mock_printer.cc', 1779 'renderer/printing/mock_printer.cc',
1780 'renderer/printing/mock_printer.h', 1780 'renderer/printing/mock_printer.h',
1781 ], 1781 ],
1782 }], 1782 }],
1783 ['enable_extensions==1', { 1783 ['enable_extensions==1', {
1784 'dependencies': [ 1784 'dependencies': [
1785 '../components/components.gyp:storage_monitor_test_support', 1785 '../components/components.gyp:storage_monitor_test_support',
1786 '../extensions/extensions.gyp:extensions_test_support', 1786 '../extensions/extensions.gyp:extensions_test_support',
1787 'common/extensions/api/api.gyp:chrome_api', 1787 'common/extensions/api/api.gyp:chrome_api',
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
2251 ['enable_plugins==0', { 2251 ['enable_plugins==0', {
2252 'sources/': [ 2252 'sources/': [
2253 ['exclude', '^browser/plugins/'], 2253 ['exclude', '^browser/plugins/'],
2254 ], 2254 ],
2255 'sources!': [ 2255 'sources!': [
2256 'browser/component_updater/test/component_installers_unittest.cc', 2256 'browser/component_updater/test/component_installers_unittest.cc',
2257 'browser/metrics/plugin_metrics_provider_unittest.cc', 2257 'browser/metrics/plugin_metrics_provider_unittest.cc',
2258 'common/pepper_permission_util_unittest.cc', 2258 'common/pepper_permission_util_unittest.cc',
2259 ], 2259 ],
2260 }], 2260 }],
2261 ['enable_printing!=1', { 2261 ['enable_print_preview==0', {
2262 'sources/': [ 2262 'sources/': [
2263 ['exclude', '^browser/printing/'], 2263 ['exclude', '^browser/printing/'],
2264 ['exclude', '^browser/ui/webui/print_preview/'], 2264 ['exclude', '^browser/ui/webui/print_preview/'],
2265 # No need for service process. 2265 # No need for service process.
2266 ['exclude', '^browser/service/'], 2266 ['exclude', '^browser/service/'],
2267 ['exclude', '^common/service_'], 2267 ['exclude', '^common/service_'],
2268 ['exclude', '^service/'], 2268 ['exclude', '^service/'],
2269 ], 2269 ],
2270 }], 2270 }],
2271 ['enable_captive_portal_detection!=1', { 2271 ['enable_captive_portal_detection!=1', {
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
2914 'dependencies': [ 2914 'dependencies': [
2915 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2915 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2916 ], 2916 ],
2917 }], 2917 }],
2918 ], 2918 ],
2919 }, 2919 },
2920 ], 2920 ],
2921 }], 2921 }],
2922 ], # 'conditions' 2922 ], # 'conditions'
2923 } 2923 }
OLDNEW
« chrome/BUILD.gn ('K') | « chrome/chrome_tests.gypi ('k') | chrome/chrome_utility.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698