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 1183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1194 'browser/autocomplete/history_url_provider.cc', | 1194 'browser/autocomplete/history_url_provider.cc', |
1195 'browser/autocomplete/history_url_provider.h', | 1195 'browser/autocomplete/history_url_provider.h', |
1196 'browser/autocomplete/in_memory_url_index.cc', | 1196 'browser/autocomplete/in_memory_url_index.cc', |
1197 'browser/autocomplete/in_memory_url_index.h', | 1197 'browser/autocomplete/in_memory_url_index.h', |
1198 'browser/autocomplete/in_memory_url_index_factory.cc', | 1198 'browser/autocomplete/in_memory_url_index_factory.cc', |
1199 'browser/autocomplete/in_memory_url_index_factory.h', | 1199 'browser/autocomplete/in_memory_url_index_factory.h', |
1200 'browser/autocomplete/in_memory_url_index_types.cc', | 1200 'browser/autocomplete/in_memory_url_index_types.cc', |
1201 'browser/autocomplete/in_memory_url_index_types.h', | 1201 'browser/autocomplete/in_memory_url_index_types.h', |
1202 'browser/autocomplete/scored_history_match.cc', | 1202 'browser/autocomplete/scored_history_match.cc', |
1203 'browser/autocomplete/scored_history_match.h', | 1203 'browser/autocomplete/scored_history_match.h', |
1204 'browser/autocomplete/scored_history_match_builder_impl.cc', | |
1205 'browser/autocomplete/scored_history_match_builder_impl.h', | |
1206 'browser/autocomplete/shortcuts_backend.cc', | 1204 'browser/autocomplete/shortcuts_backend.cc', |
1207 'browser/autocomplete/shortcuts_backend.h', | 1205 'browser/autocomplete/shortcuts_backend.h', |
1208 'browser/autocomplete/shortcuts_backend_factory.cc', | 1206 'browser/autocomplete/shortcuts_backend_factory.cc', |
1209 'browser/autocomplete/shortcuts_backend_factory.h', | 1207 'browser/autocomplete/shortcuts_backend_factory.h', |
1210 'browser/autocomplete/shortcuts_database.cc', | 1208 'browser/autocomplete/shortcuts_database.cc', |
1211 'browser/autocomplete/shortcuts_database.h', | 1209 'browser/autocomplete/shortcuts_database.h', |
1212 'browser/autocomplete/shortcuts_provider.cc', | 1210 'browser/autocomplete/shortcuts_provider.cc', |
1213 'browser/autocomplete/shortcuts_provider.h', | 1211 'browser/autocomplete/shortcuts_provider.h', |
1214 'browser/autocomplete/url_index_private_data.cc', | 1212 'browser/autocomplete/url_index_private_data.cc', |
1215 'browser/autocomplete/url_index_private_data.h', | 1213 'browser/autocomplete/url_index_private_data.h', |
(...skipping 2517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3733 'variables': { | 3731 'variables': { |
3734 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3732 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3735 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3733 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3736 }, | 3734 }, |
3737 'includes': [ '../build/protoc.gypi' ] | 3735 'includes': [ '../build/protoc.gypi' ] |
3738 }, | 3736 }, |
3739 ], | 3737 ], |
3740 },], | 3738 },], |
3741 ], | 3739 ], |
3742 } | 3740 } |
OLD | NEW |