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 1949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1960 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', | 1960 'third_party/mozilla_security_manager/nsNSSCertHelper.cpp', |
1961 'third_party/mozilla_security_manager/nsNSSCertHelper.h', | 1961 'third_party/mozilla_security_manager/nsNSSCertHelper.h', |
1962 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', | 1962 'third_party/mozilla_security_manager/nsNSSCertificate.cpp', |
1963 'third_party/mozilla_security_manager/nsNSSCertificate.h', | 1963 'third_party/mozilla_security_manager/nsNSSCertificate.h', |
1964 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', | 1964 'third_party/mozilla_security_manager/nsUsageArrayHelper.cpp', |
1965 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', | 1965 'third_party/mozilla_security_manager/nsUsageArrayHelper.h', |
1966 ], | 1966 ], |
1967 'chrome_browser_password_manager_sources': [ | 1967 'chrome_browser_password_manager_sources': [ |
1968 'browser/password_manager/chrome_password_manager_client.cc', | 1968 'browser/password_manager/chrome_password_manager_client.cc', |
1969 'browser/password_manager/chrome_password_manager_client.h', | 1969 'browser/password_manager/chrome_password_manager_client.h', |
1970 'browser/password_manager/password_manager_util.cc', | |
1971 'browser/password_manager/password_manager_util.h', | |
1972 'browser/password_manager/password_manager_util_android.cc', | 1970 'browser/password_manager/password_manager_util_android.cc', |
1973 'browser/password_manager/password_manager_util_linux.cc', | 1971 'browser/password_manager/password_manager_util_linux.cc', |
1974 'browser/password_manager/password_manager_util_mac.mm', | 1972 'browser/password_manager/password_manager_util_mac.mm', |
1975 'browser/password_manager/password_manager_util_win.cc', | 1973 'browser/password_manager/password_manager_util_win.cc', |
1976 'browser/password_manager/password_store_factory.cc', | 1974 'browser/password_manager/password_store_factory.cc', |
1977 'browser/password_manager/password_store_factory.h', | 1975 'browser/password_manager/password_store_factory.h', |
1978 'browser/password_manager/password_store_mac.cc', | 1976 'browser/password_manager/password_store_mac.cc', |
1979 'browser/password_manager/password_store_mac.h', | 1977 'browser/password_manager/password_store_mac.h', |
1980 'browser/password_manager/password_store_mac_internal.h', | 1978 'browser/password_manager/password_store_mac_internal.h', |
1981 'browser/password_manager/password_store_win.cc', | 1979 'browser/password_manager/password_store_win.cc', |
(...skipping 1933 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3915 'variables': { | 3913 'variables': { |
3916 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3914 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3917 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3915 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3918 }, | 3916 }, |
3919 'includes': [ '../build/protoc.gypi' ] | 3917 'includes': [ '../build/protoc.gypi' ] |
3920 }, | 3918 }, |
3921 ], | 3919 ], |
3922 },], | 3920 },], |
3923 ], | 3921 ], |
3924 } | 3922 } |
OLD | NEW |