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 1757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1768 'browser/plugins/plugin_installer.cc', | 1768 'browser/plugins/plugin_installer.cc', |
1769 'browser/plugins/plugin_installer.h', | 1769 'browser/plugins/plugin_installer.h', |
1770 'browser/plugins/plugin_installer_observer.cc', | 1770 'browser/plugins/plugin_installer_observer.cc', |
1771 'browser/plugins/plugin_installer_observer.h', | 1771 'browser/plugins/plugin_installer_observer.h', |
1772 'browser/plugins/plugins_resource_service.cc', | 1772 'browser/plugins/plugins_resource_service.cc', |
1773 'browser/plugins/plugins_resource_service.h', | 1773 'browser/plugins/plugins_resource_service.h', |
1774 ], | 1774 ], |
1775 'chrome_browser_nss_sources': [ | 1775 'chrome_browser_nss_sources': [ |
1776 'browser/certificate_manager_model.cc', | 1776 'browser/certificate_manager_model.cc', |
1777 'browser/certificate_manager_model.h', | 1777 'browser/certificate_manager_model.h', |
1778 'browser/net/nss_context.cc', | 1778 'browser/net/cert_database_service_factory.cc', |
1779 'browser/net/nss_context.h', | 1779 'browser/net/cert_database_service_factory.h', |
1780 'browser/net/nss_context_chromeos.cc', | |
1781 'browser/net/nss_context_linux.cc', | |
1782 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', | 1780 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', |
1783 'third_party/mozilla_security_manager/nsNSSCertHelper.h', | 1781 'third_party/mozilla_security_manager/nsNSSCertHelper.h', |
1784 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', | 1782 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', |
1785 'third_party/mozilla_security_manager/nsNSSCertificate.h', | 1783 'third_party/mozilla_security_manager/nsNSSCertificate.h', |
1786 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', | 1784 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', |
1787 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', | 1785 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', |
1788 ], | 1786 ], |
1789 # Used on all platforms when notifications are enabled. | 1787 # Used on all platforms when notifications are enabled. |
1790 'chrome_browser_notifications_sources': [ | 1788 'chrome_browser_notifications_sources': [ |
1791 'browser/notifications/desktop_notification_infobar_delegate.cc', | 1789 'browser/notifications/desktop_notification_infobar_delegate.cc', |
(...skipping 1390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3182 'app/chrome_breakpad_client.cc', | 3180 'app/chrome_breakpad_client.cc', |
3183 'app/chrome_breakpad_client.h', | 3181 'app/chrome_breakpad_client.h', |
3184 ], | 3182 ], |
3185 'dependencies': [ | 3183 'dependencies': [ |
3186 '../components/components.gyp:breakpad_host', | 3184 '../components/components.gyp:breakpad_host', |
3187 '../components/components.gyp:crash_component', | 3185 '../components/components.gyp:crash_component', |
3188 ], | 3186 ], |
3189 }], | 3187 }], |
3190 ['use_nss==1', { | 3188 ['use_nss==1', { |
3191 'sources': [ '<@(chrome_browser_nss_sources)' ], | 3189 'sources': [ '<@(chrome_browser_nss_sources)' ], |
3192 'conditions': [ | 3190 'dependencies': [ |
3193 ['chromeos==1', { | 3191 '../components/components.gyp:cert_database', |
3194 'sources!': [ 'browser/net/nss_context_linux.cc' ], | |
3195 }, { # chromeos==0 | |
3196 'sources!': [ 'browser/net/nss_context_chromeos.cc' ], | |
3197 }], | |
3198 ], | 3192 ], |
3199 }], | 3193 }], |
3200 ['notifications==1', { | 3194 ['notifications==1', { |
3201 'sources': [ '<@(chrome_browser_notifications_sources)' ], | 3195 'sources': [ '<@(chrome_browser_notifications_sources)' ], |
3202 'conditions': [ | 3196 'conditions': [ |
3203 ['OS!="android"', { | 3197 ['OS!="android"', { |
3204 'sources': [ | 3198 'sources': [ |
3205 '<@(chrome_browser_non_android_notifications_sources)', | 3199 '<@(chrome_browser_non_android_notifications_sources)', |
3206 ], | 3200 ], |
3207 }], | 3201 }], |
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3570 'variables': { | 3564 'variables': { |
3571 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3565 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3572 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3566 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3573 }, | 3567 }, |
3574 'includes': [ '../build/protoc.gypi' ] | 3568 'includes': [ '../build/protoc.gypi' ] |
3575 }, | 3569 }, |
3576 ], | 3570 ], |
3577 },], | 3571 },], |
3578 ], | 3572 ], |
3579 } | 3573 } |
OLD | NEW |