| OLD | NEW |
| 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 Loading... |
| 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 ['printing_mode>1', { |
| 1773 'dependencies': [ | 1773 'dependencies': [ |
| 1774 'service', | 1774 'service', |
| 1775 ], | 1775 ], |
| 1776 }], | 1776 }], |
| 1777 ['enable_printing!=0', { | 1777 ['printing_mode!=0', { |
| 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 Loading... |
| 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 ['printing_mode<2', { |
| 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 Loading... |
| 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 } |
| OLD | NEW |