| 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 955 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 966 'browser/browsing_instance.h', | 966 'browser/browsing_instance.h', |
| 967 'browser/bubble_positioner.h', | 967 'browser/bubble_positioner.h', |
| 968 'browser/bug_report_util.cc', | 968 'browser/bug_report_util.cc', |
| 969 'browser/bug_report_util.h', | 969 'browser/bug_report_util.h', |
| 970 'browser/cancelable_request.cc', | 970 'browser/cancelable_request.cc', |
| 971 'browser/cancelable_request.h', | 971 'browser/cancelable_request.h', |
| 972 'browser/cert_store.cc', | 972 'browser/cert_store.cc', |
| 973 'browser/cert_store.h', | 973 'browser/cert_store.h', |
| 974 'browser/character_encoding.cc', | 974 'browser/character_encoding.cc', |
| 975 'browser/character_encoding.h', | 975 'browser/character_encoding.h', |
| 976 'browser/child_process_launcher.cc', |
| 977 'browser/child_process_launcher.h', |
| 976 'browser/child_process_security_policy.cc', | 978 'browser/child_process_security_policy.cc', |
| 977 'browser/child_process_security_policy.h', | 979 'browser/child_process_security_policy.h', |
| 978 'browser/chrome_browser_application_mac.h', | 980 'browser/chrome_browser_application_mac.h', |
| 979 'browser/chrome_browser_application_mac.mm', | 981 'browser/chrome_browser_application_mac.mm', |
| 980 'browser/chrome_plugin_browsing_context.cc', | 982 'browser/chrome_plugin_browsing_context.cc', |
| 981 'browser/chrome_plugin_browsing_context.h', | 983 'browser/chrome_plugin_browsing_context.h', |
| 982 'browser/chrome_plugin_host.cc', | 984 'browser/chrome_plugin_host.cc', |
| 983 'browser/chrome_plugin_host.h', | 985 'browser/chrome_plugin_host.h', |
| 984 'browser/chrome_thread.cc', | 986 'browser/chrome_thread.cc', |
| 985 'browser/chrome_thread.h', | 987 'browser/chrome_thread.h', |
| (...skipping 6073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7059 ] | 7061 ] |
| 7060 }], | 7062 }], |
| 7061 ], # 'conditions' | 7063 ], # 'conditions' |
| 7062 } | 7064 } |
| 7063 | 7065 |
| 7064 # Local Variables: | 7066 # Local Variables: |
| 7065 # tab-width:2 | 7067 # tab-width:2 |
| 7066 # indent-tabs-mode:nil | 7068 # indent-tabs-mode:nil |
| 7067 # End: | 7069 # End: |
| 7068 # vim: set expandtab tabstop=2 shiftwidth=2: | 7070 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |