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 1485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1496 'browser/history/history_service_factory.cc', | 1496 'browser/history/history_service_factory.cc', |
1497 'browser/history/history_service_factory.h', | 1497 'browser/history/history_service_factory.h', |
1498 'browser/history/history_tab_helper.cc', | 1498 'browser/history/history_tab_helper.cc', |
1499 'browser/history/history_tab_helper.h', | 1499 'browser/history/history_tab_helper.h', |
1500 'browser/history/in_memory_history_backend.cc', | 1500 'browser/history/in_memory_history_backend.cc', |
1501 'browser/history/in_memory_history_backend.h', | 1501 'browser/history/in_memory_history_backend.h', |
1502 'browser/history/in_memory_url_index.cc', | 1502 'browser/history/in_memory_url_index.cc', |
1503 'browser/history/in_memory_url_index.h', | 1503 'browser/history/in_memory_url_index.h', |
1504 'browser/history/scored_history_match.cc', | 1504 'browser/history/scored_history_match.cc', |
1505 'browser/history/scored_history_match.h', | 1505 'browser/history/scored_history_match.h', |
1506 'browser/history/top_sites.cc', | |
1507 'browser/history/top_sites.h', | |
1508 'browser/history/top_sites_backend.cc', | |
1509 'browser/history/top_sites_backend.h', | |
1510 'browser/history/top_sites_database.cc', | |
1511 'browser/history/top_sites_database.h', | |
1512 'browser/history/top_sites_factory.cc', | 1506 'browser/history/top_sites_factory.cc', |
1513 'browser/history/top_sites_factory.h', | 1507 'browser/history/top_sites_factory.h', |
1514 'browser/history/top_sites_impl.cc', | 1508 'browser/history/top_sites_impl.cc', |
1515 'browser/history/top_sites_impl.h', | 1509 'browser/history/top_sites_impl.h', |
1516 'browser/history/typed_url_syncable_service.cc', | 1510 'browser/history/typed_url_syncable_service.cc', |
1517 'browser/history/typed_url_syncable_service.h', | 1511 'browser/history/typed_url_syncable_service.h', |
1518 'browser/history/url_index_private_data.cc', | 1512 'browser/history/url_index_private_data.cc', |
1519 'browser/history/url_index_private_data.h', | 1513 'browser/history/url_index_private_data.h', |
1520 'browser/history/web_history_service.cc', | 1514 'browser/history/web_history_service.cc', |
1521 'browser/history/web_history_service.h', | 1515 'browser/history/web_history_service.h', |
(...skipping 2158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3680 'variables': { | 3674 'variables': { |
3681 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3675 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3682 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3676 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3683 }, | 3677 }, |
3684 'includes': [ '../build/protoc.gypi' ] | 3678 'includes': [ '../build/protoc.gypi' ] |
3685 }, | 3679 }, |
3686 ], | 3680 ], |
3687 },], | 3681 },], |
3688 ], | 3682 ], |
3689 } | 3683 } |
OLD | NEW |