| 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 726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 737 'browser/history/android/sqlite_cursor.cc', | 737 'browser/history/android/sqlite_cursor.cc', |
| 738 'browser/history/android/sqlite_cursor.h', | 738 'browser/history/android/sqlite_cursor.h', |
| 739 'browser/history/android/urls_sql_handler.cc', | 739 'browser/history/android/urls_sql_handler.cc', |
| 740 'browser/history/android/urls_sql_handler.h', | 740 'browser/history/android/urls_sql_handler.h', |
| 741 'browser/history/android/visit_sql_handler.cc', | 741 'browser/history/android/visit_sql_handler.cc', |
| 742 'browser/history/android/visit_sql_handler.h', | 742 'browser/history/android/visit_sql_handler.h', |
| 743 'browser/history/archived_database.cc', | 743 'browser/history/archived_database.cc', |
| 744 'browser/history/archived_database.h', | 744 'browser/history/archived_database.h', |
| 745 'browser/history/download_database.cc', | 745 'browser/history/download_database.cc', |
| 746 'browser/history/download_database.h', | 746 'browser/history/download_database.h', |
| 747 'browser/history/download_row.cc', |
| 748 'browser/history/download_row.h', |
| 747 'browser/history/expire_history_backend.cc', | 749 'browser/history/expire_history_backend.cc', |
| 748 'browser/history/expire_history_backend.h', | 750 'browser/history/expire_history_backend.h', |
| 749 'browser/history/history.cc', | 751 'browser/history/history.cc', |
| 750 'browser/history/history.h', | 752 'browser/history/history.h', |
| 751 'browser/history/history_backend.cc', | 753 'browser/history/history_backend.cc', |
| 752 'browser/history/history_backend.h', | 754 'browser/history/history_backend.h', |
| 753 'browser/history/history_backend_android.cc', | 755 'browser/history/history_backend_android.cc', |
| 754 'browser/history/history_database.cc', | 756 'browser/history/history_database.cc', |
| 755 'browser/history/history_database.h', | 757 'browser/history/history_database.h', |
| 756 'browser/history/history_marshaling.h', | 758 'browser/history/history_marshaling.h', |
| (...skipping 2289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3046 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3048 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 3047 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3049 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 3048 }, | 3050 }, |
| 3049 'includes': ['../build/protoc.gypi'], | 3051 'includes': ['../build/protoc.gypi'], |
| 3050 }, | 3052 }, |
| 3051 ], | 3053 ], |
| 3052 }, | 3054 }, |
| 3053 ], | 3055 ], |
| 3054 ], | 3056 ], |
| 3055 } | 3057 } |
| OLD | NEW |