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 1525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1536 'browser/history/delete_directive_handler.cc', | 1536 'browser/history/delete_directive_handler.cc', |
1537 'browser/history/delete_directive_handler.h', | 1537 'browser/history/delete_directive_handler.h', |
1538 'browser/history/history_backend.cc', | 1538 'browser/history/history_backend.cc', |
1539 'browser/history/history_backend.h', | 1539 'browser/history/history_backend.h', |
1540 'browser/history/history_service.cc', | 1540 'browser/history/history_service.cc', |
1541 'browser/history/history_service.h', | 1541 'browser/history/history_service.h', |
1542 'browser/history/history_service_factory.cc', | 1542 'browser/history/history_service_factory.cc', |
1543 'browser/history/history_service_factory.h', | 1543 'browser/history/history_service_factory.h', |
1544 'browser/history/history_tab_helper.cc', | 1544 'browser/history/history_tab_helper.cc', |
1545 'browser/history/history_tab_helper.h', | 1545 'browser/history/history_tab_helper.h', |
| 1546 'browser/history/history_utils.cc', |
| 1547 'browser/history/history_utils.h', |
1546 'browser/history/in_memory_history_backend.cc', | 1548 'browser/history/in_memory_history_backend.cc', |
1547 'browser/history/in_memory_history_backend.h', | 1549 'browser/history/in_memory_history_backend.h', |
1548 'browser/history/in_memory_url_index.cc', | 1550 'browser/history/in_memory_url_index.cc', |
1549 'browser/history/in_memory_url_index.h', | 1551 'browser/history/in_memory_url_index.h', |
1550 'browser/history/top_sites_factory.cc', | 1552 'browser/history/top_sites_factory.cc', |
1551 'browser/history/top_sites_factory.h', | 1553 'browser/history/top_sites_factory.h', |
1552 'browser/history/top_sites_impl.cc', | 1554 'browser/history/top_sites_impl.cc', |
1553 'browser/history/top_sites_impl.h', | 1555 'browser/history/top_sites_impl.h', |
1554 'browser/history/typed_url_syncable_service.cc', | 1556 'browser/history/typed_url_syncable_service.cc', |
1555 'browser/history/typed_url_syncable_service.h', | 1557 'browser/history/typed_url_syncable_service.h', |
(...skipping 2153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3709 'variables': { | 3711 'variables': { |
3710 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3712 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3711 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3713 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3712 }, | 3714 }, |
3713 'includes': [ '../build/protoc.gypi' ] | 3715 'includes': [ '../build/protoc.gypi' ] |
3714 }, | 3716 }, |
3715 ], | 3717 ], |
3716 },], | 3718 },], |
3717 ], | 3719 ], |
3718 } | 3720 } |
OLD | NEW |