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 1969 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1980 'browser/safe_browsing/safe_browsing_database.cc', | 1980 'browser/safe_browsing/safe_browsing_database.cc', |
1981 'browser/safe_browsing/safe_browsing_database.h', | 1981 'browser/safe_browsing/safe_browsing_database.h', |
1982 'browser/safe_browsing/safe_browsing_database_bloom.cc', | 1982 'browser/safe_browsing/safe_browsing_database_bloom.cc', |
1983 'browser/safe_browsing/safe_browsing_database_bloom.h', | 1983 'browser/safe_browsing/safe_browsing_database_bloom.h', |
1984 'browser/safe_browsing/safe_browsing_service.cc', | 1984 'browser/safe_browsing/safe_browsing_service.cc', |
1985 'browser/safe_browsing/safe_browsing_service.h', | 1985 'browser/safe_browsing/safe_browsing_service.h', |
1986 'browser/safe_browsing/safe_browsing_util.cc', | 1986 'browser/safe_browsing/safe_browsing_util.cc', |
1987 'browser/safe_browsing/safe_browsing_util.h', | 1987 'browser/safe_browsing/safe_browsing_util.h', |
1988 'browser/sandbox_policy.cc', | 1988 'browser/sandbox_policy.cc', |
1989 'browser/sandbox_policy.h', | 1989 'browser/sandbox_policy.h', |
| 1990 'browser/search_versus_navigate_classifier.cc', |
| 1991 'browser/search_versus_navigate_classifier.h', |
1990 'browser/search_engines/edit_search_engine_controller.cc', | 1992 'browser/search_engines/edit_search_engine_controller.cc', |
1991 'browser/search_engines/edit_search_engine_controller.h', | 1993 'browser/search_engines/edit_search_engine_controller.h', |
1992 'browser/search_engines/keyword_editor_controller.cc', | 1994 'browser/search_engines/keyword_editor_controller.cc', |
1993 'browser/search_engines/keyword_editor_controller.h', | 1995 'browser/search_engines/keyword_editor_controller.h', |
1994 'browser/search_engines/template_url.cc', | 1996 'browser/search_engines/template_url.cc', |
1995 'browser/search_engines/template_url.h', | 1997 'browser/search_engines/template_url.h', |
1996 'browser/search_engines/template_url_fetcher.cc', | 1998 'browser/search_engines/template_url_fetcher.cc', |
1997 'browser/search_engines/template_url_fetcher.h', | 1999 'browser/search_engines/template_url_fetcher.h', |
1998 'browser/search_engines/template_url_model.cc', | 2000 'browser/search_engines/template_url_model.cc', |
1999 'browser/search_engines/template_url_model.h', | 2001 'browser/search_engines/template_url_model.h', |
(...skipping 4955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6955 ] | 6957 ] |
6956 }], | 6958 }], |
6957 ], # 'conditions' | 6959 ], # 'conditions' |
6958 } | 6960 } |
6959 | 6961 |
6960 # Local Variables: | 6962 # Local Variables: |
6961 # tab-width:2 | 6963 # tab-width:2 |
6962 # indent-tabs-mode:nil | 6964 # indent-tabs-mode:nil |
6963 # End: | 6965 # End: |
6964 # vim: set expandtab tabstop=2 shiftwidth=2: | 6966 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |