| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 731 'browser/history/android/sqlite_cursor.cc', | 731 'browser/history/android/sqlite_cursor.cc', |
| 732 'browser/history/android/sqlite_cursor.h', | 732 'browser/history/android/sqlite_cursor.h', |
| 733 'browser/history/android/urls_sql_handler.cc', | 733 'browser/history/android/urls_sql_handler.cc', |
| 734 'browser/history/android/urls_sql_handler.h', | 734 'browser/history/android/urls_sql_handler.h', |
| 735 'browser/history/android/visit_sql_handler.cc', | 735 'browser/history/android/visit_sql_handler.cc', |
| 736 'browser/history/android/visit_sql_handler.h', | 736 'browser/history/android/visit_sql_handler.h', |
| 737 'browser/history/archived_database.cc', | 737 'browser/history/archived_database.cc', |
| 738 'browser/history/archived_database.h', | 738 'browser/history/archived_database.h', |
| 739 'browser/history/download_database.cc', | 739 'browser/history/download_database.cc', |
| 740 'browser/history/download_database.h', | 740 'browser/history/download_database.h', |
| 741 'browser/history/download_persistent_store_info.cc', |
| 742 'browser/history/download_persistent_store_info.h', |
| 741 'browser/history/expire_history_backend.cc', | 743 'browser/history/expire_history_backend.cc', |
| 742 'browser/history/expire_history_backend.h', | 744 'browser/history/expire_history_backend.h', |
| 743 'browser/history/history.cc', | 745 'browser/history/history.cc', |
| 744 'browser/history/history.h', | 746 'browser/history/history.h', |
| 745 'browser/history/history_backend.cc', | 747 'browser/history/history_backend.cc', |
| 746 'browser/history/history_backend.h', | 748 'browser/history/history_backend.h', |
| 747 'browser/history/history_backend_android.cc', | 749 'browser/history/history_backend_android.cc', |
| 748 'browser/history/history_database.cc', | 750 'browser/history/history_database.cc', |
| 749 'browser/history/history_database.h', | 751 'browser/history/history_database.h', |
| 750 'browser/history/history_marshaling.h', | 752 'browser/history/history_marshaling.h', |
| (...skipping 2276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3027 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3029 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 3028 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3030 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 3029 }, | 3031 }, |
| 3030 'includes': ['../build/protoc.gypi'], | 3032 'includes': ['../build/protoc.gypi'], |
| 3031 }, | 3033 }, |
| 3032 ], | 3034 ], |
| 3033 }, | 3035 }, |
| 3034 ], | 3036 ], |
| 3035 ], | 3037 ], |
| 3036 } | 3038 } |
| OLD | NEW |