| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
| 8 # * tests and mocks. | 8 # * tests and mocks. |
| 9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
| 10 # * code below browser/extensions | 10 # * code below browser/extensions |
| (...skipping 1728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1739 'browser/plugins/plugin_installer.cc', | 1739 'browser/plugins/plugin_installer.cc', |
| 1740 'browser/plugins/plugin_installer.h', | 1740 'browser/plugins/plugin_installer.h', |
| 1741 'browser/plugins/plugin_installer_observer.cc', | 1741 'browser/plugins/plugin_installer_observer.cc', |
| 1742 'browser/plugins/plugin_installer_observer.h', | 1742 'browser/plugins/plugin_installer_observer.h', |
| 1743 'browser/plugins/plugins_resource_service.cc', | 1743 'browser/plugins/plugins_resource_service.cc', |
| 1744 'browser/plugins/plugins_resource_service.h', | 1744 'browser/plugins/plugins_resource_service.h', |
| 1745 ], | 1745 ], |
| 1746 'chrome_browser_nss_sources': [ | 1746 'chrome_browser_nss_sources': [ |
| 1747 'browser/certificate_manager_model.cc', | 1747 'browser/certificate_manager_model.cc', |
| 1748 'browser/certificate_manager_model.h', | 1748 'browser/certificate_manager_model.h', |
| 1749 'browser/net/nss_context.cc', | 1749 'browser/net/cert_database_service_factory.cc', |
| 1750 'browser/net/nss_context.h', | 1750 'browser/net/cert_database_service_factory_chromeos.cc', |
| 1751 'browser/net/nss_context_chromeos.cc', | 1751 'browser/net/cert_database_service_factory_linux.cc', |
| 1752 'browser/net/nss_context_linux.cc', | 1752 'browser/net/cert_database_service_factory.h', |
| 1753 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', | 1753 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', |
| 1754 'third_party/mozilla_security_manager/nsNSSCertHelper.h', | 1754 'third_party/mozilla_security_manager/nsNSSCertHelper.h', |
| 1755 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', | 1755 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', |
| 1756 'third_party/mozilla_security_manager/nsNSSCertificate.h', | 1756 'third_party/mozilla_security_manager/nsNSSCertificate.h', |
| 1757 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', | 1757 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', |
| 1758 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', | 1758 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', |
| 1759 ], | 1759 ], |
| 1760 # Used on all platforms when notifications are enabled. | 1760 # Used on all platforms when notifications are enabled. |
| 1761 'chrome_browser_notifications_sources': [ | 1761 'chrome_browser_notifications_sources': [ |
| 1762 'browser/notifications/desktop_notification_infobar_delegate.cc', | 1762 'browser/notifications/desktop_notification_infobar_delegate.cc', |
| (...skipping 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3195 'app/chrome_crash_reporter_client.cc', | 3195 'app/chrome_crash_reporter_client.cc', |
| 3196 'app/chrome_crash_reporter_client.h', | 3196 'app/chrome_crash_reporter_client.h', |
| 3197 ], | 3197 ], |
| 3198 'dependencies': [ | 3198 'dependencies': [ |
| 3199 '../components/components.gyp:breakpad_host', | 3199 '../components/components.gyp:breakpad_host', |
| 3200 '../components/components.gyp:crash_component', | 3200 '../components/components.gyp:crash_component', |
| 3201 ], | 3201 ], |
| 3202 }], | 3202 }], |
| 3203 ['use_nss==1', { | 3203 ['use_nss==1', { |
| 3204 'sources': [ '<@(chrome_browser_nss_sources)' ], | 3204 'sources': [ '<@(chrome_browser_nss_sources)' ], |
| 3205 'dependencies': [ |
| 3206 '../components/components.gyp:cert_database', |
| 3207 ], |
| 3205 'conditions': [ | 3208 'conditions': [ |
| 3206 ['chromeos==1', { | 3209 ['desktop_linux==0', { |
| 3207 'sources!': [ 'browser/net/nss_context_linux.cc' ], | 3210 'sources!': [ |
| 3208 }, { # chromeos==0 | 3211 'browser/net/cert_database_service_factory_linux.cc' |
| 3209 'sources!': [ 'browser/net/nss_context_chromeos.cc' ], | 3212 ], |
| 3210 }], | 3213 }], |
| 3211 ], | 3214 ], |
| 3212 }], | 3215 }], |
| 3213 ['notifications==1', { | 3216 ['notifications==1', { |
| 3214 'sources': [ '<@(chrome_browser_notifications_sources)' ], | 3217 'sources': [ '<@(chrome_browser_notifications_sources)' ], |
| 3215 'conditions': [ | 3218 'conditions': [ |
| 3216 ['OS!="android"', { | 3219 ['OS!="android"', { |
| 3217 'sources': [ | 3220 'sources': [ |
| 3218 '<@(chrome_browser_non_android_notifications_sources)', | 3221 '<@(chrome_browser_non_android_notifications_sources)', |
| 3219 ], | 3222 ], |
| 3220 }], | 3223 }], |
| 3221 ], | 3224 ], |
| (...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3617 'variables': { | 3620 'variables': { |
| 3618 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3621 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3619 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3622 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3620 }, | 3623 }, |
| 3621 'includes': [ '../build/protoc.gypi' ] | 3624 'includes': [ '../build/protoc.gypi' ] |
| 3622 }, | 3625 }, |
| 3623 ], | 3626 ], |
| 3624 },], | 3627 },], |
| 3625 ], | 3628 ], |
| 3626 } | 3629 } |
| OLD | NEW |