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 1503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1514 'browser/history/android/android_provider_backend.cc', | 1514 'browser/history/android/android_provider_backend.cc', |
1515 'browser/history/android/android_provider_backend.h', | 1515 'browser/history/android/android_provider_backend.h', |
1516 'browser/history/android/bookmark_model_sql_handler.cc', | 1516 'browser/history/android/bookmark_model_sql_handler.cc', |
1517 'browser/history/android/bookmark_model_sql_handler.h', | 1517 'browser/history/android/bookmark_model_sql_handler.h', |
1518 'browser/history/android/sqlite_cursor.cc', | 1518 'browser/history/android/sqlite_cursor.cc', |
1519 'browser/history/android/sqlite_cursor.h', | 1519 'browser/history/android/sqlite_cursor.h', |
1520 'browser/history/chrome_history_client.cc', | 1520 'browser/history/chrome_history_client.cc', |
1521 'browser/history/chrome_history_client.h', | 1521 'browser/history/chrome_history_client.h', |
1522 'browser/history/chrome_history_client_factory.cc', | 1522 'browser/history/chrome_history_client_factory.cc', |
1523 'browser/history/chrome_history_client_factory.h', | 1523 'browser/history/chrome_history_client_factory.h', |
| 1524 'browser/history/content_visit_delegate.cc', |
| 1525 'browser/history/content_visit_delegate.h', |
1524 'browser/history/delete_directive_handler.cc', | 1526 'browser/history/delete_directive_handler.cc', |
1525 'browser/history/delete_directive_handler.h', | 1527 'browser/history/delete_directive_handler.h', |
1526 'browser/history/history_backend.cc', | 1528 'browser/history/history_backend.cc', |
1527 'browser/history/history_backend.h', | 1529 'browser/history/history_backend.h', |
1528 'browser/history/history_backend_android.cc', | 1530 'browser/history/history_backend_android.cc', |
1529 'browser/history/history_service.cc', | 1531 'browser/history/history_service.cc', |
1530 'browser/history/history_service.h', | 1532 'browser/history/history_service.h', |
1531 'browser/history/history_service_factory.cc', | 1533 'browser/history/history_service_factory.cc', |
1532 'browser/history/history_service_factory.h', | 1534 'browser/history/history_service_factory.h', |
1533 'browser/history/history_tab_helper.cc', | 1535 'browser/history/history_tab_helper.cc', |
(...skipping 2181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3715 'variables': { | 3717 'variables': { |
3716 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3718 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3717 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3719 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3718 }, | 3720 }, |
3719 'includes': [ '../build/protoc.gypi' ] | 3721 'includes': [ '../build/protoc.gypi' ] |
3720 }, | 3722 }, |
3721 ], | 3723 ], |
3722 },], | 3724 },], |
3723 ], | 3725 ], |
3724 } | 3726 } |
OLD | NEW |