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

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 13:48:51 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/chrome_utility.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1753 matching lines...) Expand 10 before | Expand all | Expand 10 after
1764 'sources': [ 1764 'sources': [
1765 'browser/extensions/fake_safe_browsing_database_manager.cc', 1765 'browser/extensions/fake_safe_browsing_database_manager.cc',
1766 'browser/extensions/fake_safe_browsing_database_manager.h', 1766 'browser/extensions/fake_safe_browsing_database_manager.h',
1767 ], 1767 ],
1768 }], 1768 }],
1769 ['OS=="linux"', { 1769 ['OS=="linux"', {
1770 'dependencies': [ 1770 'dependencies': [
1771 '../build/linux/system.gyp:ssl', 1771 '../build/linux/system.gyp:ssl',
1772 ], 1772 ],
1773 }], 1773 }],
1774 ['enable_printing==1', { 1774 ['enable_print_preview==1', {
1775 'dependencies': [ 1775 'dependencies': [
1776 'service', 1776 'service',
1777 ], 1777 ],
1778 }], 1778 }],
1779 ['enable_printing!=0', { 1779 ['enable_basic_printing==1 or enable_print_preview==1', {
1780 'sources': [ 1780 'sources': [
1781 'renderer/printing/mock_printer.cc', 1781 'renderer/printing/mock_printer.cc',
1782 'renderer/printing/mock_printer.h', 1782 'renderer/printing/mock_printer.h',
1783 ], 1783 ],
1784 }], 1784 }],
1785 ['enable_extensions==1', { 1785 ['enable_extensions==1', {
1786 'dependencies': [ 1786 'dependencies': [
1787 '../components/components.gyp:storage_monitor_test_support', 1787 '../components/components.gyp:storage_monitor_test_support',
1788 '../extensions/extensions.gyp:extensions_test_support', 1788 '../extensions/extensions.gyp:extensions_test_support',
1789 'common/extensions/api/api.gyp:chrome_api', 1789 'common/extensions/api/api.gyp:chrome_api',
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
2253 ['enable_plugins==0', { 2253 ['enable_plugins==0', {
2254 'sources/': [ 2254 'sources/': [
2255 ['exclude', '^browser/plugins/'], 2255 ['exclude', '^browser/plugins/'],
2256 ], 2256 ],
2257 'sources!': [ 2257 'sources!': [
2258 'browser/component_updater/test/component_installers_unittest.cc', 2258 'browser/component_updater/test/component_installers_unittest.cc',
2259 'browser/metrics/plugin_metrics_provider_unittest.cc', 2259 'browser/metrics/plugin_metrics_provider_unittest.cc',
2260 'common/pepper_permission_util_unittest.cc', 2260 'common/pepper_permission_util_unittest.cc',
2261 ], 2261 ],
2262 }], 2262 }],
2263 ['enable_printing!=1', { 2263 ['enable_print_preview==0', {
2264 'sources/': [ 2264 'sources/': [
2265 ['exclude', '^browser/printing/'], 2265 ['exclude', '^browser/printing/'],
2266 ['exclude', '^browser/ui/webui/print_preview/'], 2266 ['exclude', '^browser/ui/webui/print_preview/'],
2267 # No need for service process. 2267 # No need for service process.
2268 ['exclude', '^browser/service/'], 2268 ['exclude', '^browser/service/'],
2269 ['exclude', '^common/service_'], 2269 ['exclude', '^common/service_'],
2270 ['exclude', '^service/'], 2270 ['exclude', '^service/'],
2271 ], 2271 ],
2272 }], 2272 }],
2273 ['enable_captive_portal_detection!=1', { 2273 ['enable_captive_portal_detection!=1', {
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
2917 'dependencies': [ 2917 'dependencies': [
2918 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2918 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2919 ], 2919 ],
2920 }], 2920 }],
2921 ], 2921 ],
2922 }, 2922 },
2923 ], 2923 ],
2924 }], 2924 }],
2925 ], # 'conditions' 2925 ], # 'conditions'
2926 } 2926 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/chrome_utility.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698