| 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 1470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1481 'browser/history/android/android_provider_backend.cc', | 1481 'browser/history/android/android_provider_backend.cc', |
| 1482 'browser/history/android/android_provider_backend.h', | 1482 'browser/history/android/android_provider_backend.h', |
| 1483 'browser/history/android/bookmark_model_sql_handler.cc', | 1483 'browser/history/android/bookmark_model_sql_handler.cc', |
| 1484 'browser/history/android/bookmark_model_sql_handler.h', | 1484 'browser/history/android/bookmark_model_sql_handler.h', |
| 1485 'browser/history/android/sqlite_cursor.cc', | 1485 'browser/history/android/sqlite_cursor.cc', |
| 1486 'browser/history/android/sqlite_cursor.h', | 1486 'browser/history/android/sqlite_cursor.h', |
| 1487 'browser/history/chrome_history_client.cc', | 1487 'browser/history/chrome_history_client.cc', |
| 1488 'browser/history/chrome_history_client.h', | 1488 'browser/history/chrome_history_client.h', |
| 1489 'browser/history/chrome_history_client_factory.cc', | 1489 'browser/history/chrome_history_client_factory.cc', |
| 1490 'browser/history/chrome_history_client_factory.h', | 1490 'browser/history/chrome_history_client_factory.h', |
| 1491 'browser/history/content_visit_delegate.cc', |
| 1492 'browser/history/content_visit_delegate.h', |
| 1491 'browser/history/delete_directive_handler.cc', | 1493 'browser/history/delete_directive_handler.cc', |
| 1492 'browser/history/delete_directive_handler.h', | 1494 'browser/history/delete_directive_handler.h', |
| 1493 'browser/history/history_backend.cc', | 1495 'browser/history/history_backend.cc', |
| 1494 'browser/history/history_backend.h', | 1496 'browser/history/history_backend.h', |
| 1495 'browser/history/history_backend_android.cc', | 1497 'browser/history/history_backend_android.cc', |
| 1496 'browser/history/history_service.cc', | 1498 'browser/history/history_service.cc', |
| 1497 'browser/history/history_service.h', | 1499 'browser/history/history_service.h', |
| 1498 'browser/history/history_service_factory.cc', | 1500 'browser/history/history_service_factory.cc', |
| 1499 'browser/history/history_service_factory.h', | 1501 'browser/history/history_service_factory.h', |
| 1500 'browser/history/history_tab_helper.cc', | 1502 'browser/history/history_tab_helper.cc', |
| (...skipping 2184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3685 'variables': { | 3687 'variables': { |
| 3686 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3688 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3687 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3689 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3688 }, | 3690 }, |
| 3689 'includes': [ '../build/protoc.gypi' ] | 3691 'includes': [ '../build/protoc.gypi' ] |
| 3690 }, | 3692 }, |
| 3691 ], | 3693 ], |
| 3692 },], | 3694 },], |
| 3693 ], | 3695 ], |
| 3694 } | 3696 } |
| OLD | NEW |