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