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 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1210 'browser/autocomplete/history_url_provider.cc', | 1210 'browser/autocomplete/history_url_provider.cc', |
1211 'browser/autocomplete/history_url_provider.h', | 1211 'browser/autocomplete/history_url_provider.h', |
1212 'browser/autocomplete/in_memory_url_index.cc', | 1212 'browser/autocomplete/in_memory_url_index.cc', |
1213 'browser/autocomplete/in_memory_url_index.h', | 1213 'browser/autocomplete/in_memory_url_index.h', |
1214 'browser/autocomplete/in_memory_url_index_factory.cc', | 1214 'browser/autocomplete/in_memory_url_index_factory.cc', |
1215 'browser/autocomplete/in_memory_url_index_factory.h', | 1215 'browser/autocomplete/in_memory_url_index_factory.h', |
1216 'browser/autocomplete/in_memory_url_index_types.cc', | 1216 'browser/autocomplete/in_memory_url_index_types.cc', |
1217 'browser/autocomplete/in_memory_url_index_types.h', | 1217 'browser/autocomplete/in_memory_url_index_types.h', |
1218 'browser/autocomplete/scored_history_match.cc', | 1218 'browser/autocomplete/scored_history_match.cc', |
1219 'browser/autocomplete/scored_history_match.h', | 1219 'browser/autocomplete/scored_history_match.h', |
1220 'browser/autocomplete/scored_history_match_builder_impl.cc', | |
1221 'browser/autocomplete/scored_history_match_builder_impl.h', | |
1222 'browser/autocomplete/shortcuts_backend.cc', | 1220 'browser/autocomplete/shortcuts_backend.cc', |
1223 'browser/autocomplete/shortcuts_backend.h', | 1221 'browser/autocomplete/shortcuts_backend.h', |
1224 'browser/autocomplete/shortcuts_backend_factory.cc', | 1222 'browser/autocomplete/shortcuts_backend_factory.cc', |
1225 'browser/autocomplete/shortcuts_backend_factory.h', | 1223 'browser/autocomplete/shortcuts_backend_factory.h', |
1226 'browser/autocomplete/shortcuts_database.cc', | 1224 'browser/autocomplete/shortcuts_database.cc', |
1227 'browser/autocomplete/shortcuts_database.h', | 1225 'browser/autocomplete/shortcuts_database.h', |
1228 'browser/autocomplete/shortcuts_provider.cc', | 1226 'browser/autocomplete/shortcuts_provider.cc', |
1229 'browser/autocomplete/shortcuts_provider.h', | 1227 'browser/autocomplete/shortcuts_provider.h', |
1230 'browser/autocomplete/url_index_private_data.cc', | 1228 'browser/autocomplete/url_index_private_data.cc', |
1231 'browser/autocomplete/url_index_private_data.h', | 1229 'browser/autocomplete/url_index_private_data.h', |
(...skipping 2528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3760 'variables': { | 3758 'variables': { |
3761 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3759 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3762 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3760 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3763 }, | 3761 }, |
3764 'includes': [ '../build/protoc.gypi' ] | 3762 'includes': [ '../build/protoc.gypi' ] |
3765 }, | 3763 }, |
3766 ], | 3764 ], |
3767 },], | 3765 },], |
3768 ], | 3766 ], |
3769 } | 3767 } |
OLD | NEW |