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 1671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1682 ], | 1682 ], |
1683 'chrome_browser_history_sources': [ | 1683 'chrome_browser_history_sources': [ |
1684 'browser/history/android/android_history_provider_service.cc', | 1684 'browser/history/android/android_history_provider_service.cc', |
1685 'browser/history/android/android_history_provider_service.h', | 1685 'browser/history/android/android_history_provider_service.h', |
1686 'browser/history/android/android_provider_backend.cc', | 1686 'browser/history/android/android_provider_backend.cc', |
1687 'browser/history/android/android_provider_backend.h', | 1687 'browser/history/android/android_provider_backend.h', |
1688 'browser/history/android/bookmark_model_sql_handler.cc', | 1688 'browser/history/android/bookmark_model_sql_handler.cc', |
1689 'browser/history/android/bookmark_model_sql_handler.h', | 1689 'browser/history/android/bookmark_model_sql_handler.h', |
1690 'browser/history/android/sqlite_cursor.cc', | 1690 'browser/history/android/sqlite_cursor.cc', |
1691 'browser/history/android/sqlite_cursor.h', | 1691 'browser/history/android/sqlite_cursor.h', |
| 1692 'browser/history/chrome_history_backend_client.cc', |
| 1693 'browser/history/chrome_history_backend_client.h', |
1692 'browser/history/chrome_history_client.cc', | 1694 'browser/history/chrome_history_client.cc', |
1693 'browser/history/chrome_history_client.h', | 1695 'browser/history/chrome_history_client.h', |
1694 'browser/history/history_service_factory.cc', | 1696 'browser/history/history_service_factory.cc', |
1695 'browser/history/history_service_factory.h', | 1697 'browser/history/history_service_factory.h', |
1696 'browser/history/history_tab_helper.cc', | 1698 'browser/history/history_tab_helper.cc', |
1697 'browser/history/history_tab_helper.h', | 1699 'browser/history/history_tab_helper.h', |
1698 'browser/history/history_utils.cc', | 1700 'browser/history/history_utils.cc', |
1699 'browser/history/history_utils.h', | 1701 'browser/history/history_utils.h', |
1700 'browser/history/top_sites_factory.cc', | 1702 'browser/history/top_sites_factory.cc', |
1701 'browser/history/top_sites_factory.h', | 1703 'browser/history/top_sites_factory.h', |
(...skipping 2358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4060 'variables': { | 4062 'variables': { |
4061 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 4063 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
4062 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 4064 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
4063 }, | 4065 }, |
4064 'includes': [ '../build/protoc.gypi' ] | 4066 'includes': [ '../build/protoc.gypi' ] |
4065 }, | 4067 }, |
4066 ], | 4068 ], |
4067 },], | 4069 },], |
4068 ], | 4070 ], |
4069 } | 4071 } |
OLD | NEW |