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 918 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
929 'browser/browser_trial.cc', | 929 'browser/browser_trial.cc', |
930 'browser/browser_trial.h', | 930 'browser/browser_trial.h', |
931 'browser/browser_url_handler.cc', | 931 'browser/browser_url_handler.cc', |
932 'browser/browser_url_handler.h', | 932 'browser/browser_url_handler.h', |
933 'browser/browser_window.h', | 933 'browser/browser_window.h', |
934 'browser/browsing_data_remover.cc', | 934 'browser/browsing_data_remover.cc', |
935 'browser/browsing_data_remover.h', | 935 'browser/browsing_data_remover.h', |
936 'browser/browsing_instance.cc', | 936 'browser/browsing_instance.cc', |
937 'browser/browsing_instance.h', | 937 'browser/browsing_instance.h', |
938 'browser/bubble_positioner.h', | 938 'browser/bubble_positioner.h', |
| 939 'browser/bug_report_util.cc', |
| 940 'browser/bug_report_util.h', |
939 'browser/cancelable_request.cc', | 941 'browser/cancelable_request.cc', |
940 'browser/cancelable_request.h', | 942 'browser/cancelable_request.h', |
941 'browser/cert_store.cc', | 943 'browser/cert_store.cc', |
942 'browser/cert_store.h', | 944 'browser/cert_store.h', |
943 'browser/character_encoding.cc', | 945 'browser/character_encoding.cc', |
944 'browser/character_encoding.h', | 946 'browser/character_encoding.h', |
945 'browser/child_process_security_policy.cc', | 947 'browser/child_process_security_policy.cc', |
946 'browser/child_process_security_policy.h', | 948 'browser/child_process_security_policy.h', |
947 'browser/chrome_application_mac.h', | 949 'browser/chrome_application_mac.h', |
948 'browser/chrome_application_mac.mm', | 950 'browser/chrome_application_mac.mm', |
(...skipping 6006 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 |