| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 'variables': { | 9 'variables': { |
| 10 'version_py_path': 'tools/build/version.py', | 10 'version_py_path': 'tools/build/version.py', |
| (...skipping 1947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1958 'browser/renderer_host/safe_browsing_resource_handler.cc', | 1958 'browser/renderer_host/safe_browsing_resource_handler.cc', |
| 1959 'browser/renderer_host/safe_browsing_resource_handler.h', | 1959 'browser/renderer_host/safe_browsing_resource_handler.h', |
| 1960 'browser/renderer_host/save_file_resource_handler.cc', | 1960 'browser/renderer_host/save_file_resource_handler.cc', |
| 1961 'browser/renderer_host/save_file_resource_handler.h', | 1961 'browser/renderer_host/save_file_resource_handler.h', |
| 1962 'browser/renderer_host/site_instance.cc', | 1962 'browser/renderer_host/site_instance.cc', |
| 1963 'browser/renderer_host/site_instance.h', | 1963 'browser/renderer_host/site_instance.h', |
| 1964 'browser/renderer_host/sync_resource_handler.cc', | 1964 'browser/renderer_host/sync_resource_handler.cc', |
| 1965 'browser/renderer_host/sync_resource_handler.h', | 1965 'browser/renderer_host/sync_resource_handler.h', |
| 1966 'browser/renderer_host/web_cache_manager.cc', | 1966 'browser/renderer_host/web_cache_manager.cc', |
| 1967 'browser/renderer_host/web_cache_manager.h', | 1967 'browser/renderer_host/web_cache_manager.h', |
| 1968 'browser/renderer_host/x509_user_cert_resource_handler.cc', |
| 1969 'browser/renderer_host/x509_user_cert_resource_handler.h', |
| 1968 'browser/rlz/rlz.cc', | 1970 'browser/rlz/rlz.cc', |
| 1969 'browser/rlz/rlz.h', | 1971 'browser/rlz/rlz.h', |
| 1970 'browser/safe_browsing/bloom_filter.cc', | 1972 'browser/safe_browsing/bloom_filter.cc', |
| 1971 'browser/safe_browsing/bloom_filter.h', | 1973 'browser/safe_browsing/bloom_filter.h', |
| 1972 'browser/safe_browsing/chunk_range.cc', | 1974 'browser/safe_browsing/chunk_range.cc', |
| 1973 'browser/safe_browsing/chunk_range.h', | 1975 'browser/safe_browsing/chunk_range.h', |
| 1974 'browser/safe_browsing/protocol_manager.cc', | 1976 'browser/safe_browsing/protocol_manager.cc', |
| 1975 'browser/safe_browsing/protocol_manager.h', | 1977 'browser/safe_browsing/protocol_manager.h', |
| 1976 'browser/safe_browsing/protocol_parser.cc', | 1978 'browser/safe_browsing/protocol_parser.cc', |
| 1977 'browser/safe_browsing/protocol_parser.h', | 1979 'browser/safe_browsing/protocol_parser.h', |
| (...skipping 4954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6932 ], # targets when browser_sync==1 | 6934 ], # targets when browser_sync==1 |
| 6933 }], | 6935 }], |
| 6934 ], # 'conditions' | 6936 ], # 'conditions' |
| 6935 } | 6937 } |
| 6936 | 6938 |
| 6937 # Local Variables: | 6939 # Local Variables: |
| 6938 # tab-width:2 | 6940 # tab-width:2 |
| 6939 # indent-tabs-mode:nil | 6941 # indent-tabs-mode:nil |
| 6940 # End: | 6942 # End: |
| 6941 # vim: set expandtab tabstop=2 shiftwidth=2: | 6943 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |