| 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 1948 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1959 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', | 1959 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', |
| 1960 'third_party/mozilla_security_manager/nsNSSCertHelper.h', | 1960 'third_party/mozilla_security_manager/nsNSSCertHelper.h', |
| 1961 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', | 1961 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', |
| 1962 'third_party/mozilla_security_manager/nsNSSCertificate.h', | 1962 'third_party/mozilla_security_manager/nsNSSCertificate.h', |
| 1963 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', | 1963 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', |
| 1964 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', | 1964 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', |
| 1965 ], | 1965 ], |
| 1966 'chrome_browser_password_manager_sources': [ | 1966 'chrome_browser_password_manager_sources': [ |
| 1967 'browser/password_manager/chrome_password_manager_client.cc', | 1967 'browser/password_manager/chrome_password_manager_client.cc', |
| 1968 'browser/password_manager/chrome_password_manager_client.h', | 1968 'browser/password_manager/chrome_password_manager_client.h', |
| 1969 'browser/password_manager/password_manager_util.cc', |
| 1969 'browser/password_manager/password_manager_util.h', | 1970 'browser/password_manager/password_manager_util.h', |
| 1970 'browser/password_manager/password_manager_util_android.cc', | 1971 'browser/password_manager/password_manager_util_android.cc', |
| 1971 'browser/password_manager/password_manager_util_linux.cc', | 1972 'browser/password_manager/password_manager_util_linux.cc', |
| 1972 'browser/password_manager/password_manager_util_mac.mm', | 1973 'browser/password_manager/password_manager_util_mac.mm', |
| 1973 'browser/password_manager/password_manager_util_win.cc', | 1974 'browser/password_manager/password_manager_util_win.cc', |
| 1974 'browser/password_manager/password_store_factory.cc', | 1975 'browser/password_manager/password_store_factory.cc', |
| 1975 'browser/password_manager/password_store_factory.h', | 1976 'browser/password_manager/password_store_factory.h', |
| 1976 'browser/password_manager/password_store_mac.cc', | 1977 'browser/password_manager/password_store_mac.cc', |
| 1977 'browser/password_manager/password_store_mac.h', | 1978 'browser/password_manager/password_store_mac.h', |
| 1978 'browser/password_manager/password_store_mac_internal.h', | 1979 'browser/password_manager/password_store_mac_internal.h', |
| (...skipping 1910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3889 'variables': { | 3890 'variables': { |
| 3890 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3891 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3891 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3892 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3892 }, | 3893 }, |
| 3893 'includes': [ '../build/protoc.gypi' ] | 3894 'includes': [ '../build/protoc.gypi' ] |
| 3894 }, | 3895 }, |
| 3895 ], | 3896 ], |
| 3896 },], | 3897 },], |
| 3897 ], | 3898 ], |
| 3898 } | 3899 } |
| OLD | NEW |