Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10915180: Make DownloadHistory observe manager, items (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: @r167394 Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 718 matching lines...) Expand 10 before | Expand all | Expand 10 after
729 'browser/history/android/sqlite_cursor.cc', 729 'browser/history/android/sqlite_cursor.cc',
730 'browser/history/android/sqlite_cursor.h', 730 'browser/history/android/sqlite_cursor.h',
731 'browser/history/android/urls_sql_handler.cc', 731 'browser/history/android/urls_sql_handler.cc',
732 'browser/history/android/urls_sql_handler.h', 732 'browser/history/android/urls_sql_handler.h',
733 'browser/history/android/visit_sql_handler.cc', 733 'browser/history/android/visit_sql_handler.cc',
734 'browser/history/android/visit_sql_handler.h', 734 'browser/history/android/visit_sql_handler.h',
735 'browser/history/archived_database.cc', 735 'browser/history/archived_database.cc',
736 'browser/history/archived_database.h', 736 'browser/history/archived_database.h',
737 'browser/history/download_database.cc', 737 'browser/history/download_database.cc',
738 'browser/history/download_database.h', 738 'browser/history/download_database.h',
739 'browser/history/download_persistent_store_info.cc',
740 'browser/history/download_persistent_store_info.h',
739 'browser/history/expire_history_backend.cc', 741 'browser/history/expire_history_backend.cc',
740 'browser/history/expire_history_backend.h', 742 'browser/history/expire_history_backend.h',
741 'browser/history/history.cc', 743 'browser/history/history.cc',
742 'browser/history/history.h', 744 'browser/history/history.h',
743 'browser/history/history_backend.cc', 745 'browser/history/history_backend.cc',
744 'browser/history/history_backend.h', 746 'browser/history/history_backend.h',
745 'browser/history/history_backend_android.cc', 747 'browser/history/history_backend_android.cc',
746 'browser/history/history_database.cc', 748 'browser/history/history_database.cc',
747 'browser/history/history_database.h', 749 'browser/history/history_database.h',
748 'browser/history/history_marshaling.h', 750 'browser/history/history_marshaling.h',
(...skipping 2280 matching lines...) Expand 10 before | Expand all | Expand 10 after
3029 'proto_in_dir': '../third_party/cros_system_api/dbus', 3031 'proto_in_dir': '../third_party/cros_system_api/dbus',
3030 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3032 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3031 }, 3033 },
3032 'includes': ['../build/protoc.gypi'], 3034 'includes': ['../build/protoc.gypi'],
3033 }, 3035 },
3034 ], 3036 ],
3035 }, 3037 },
3036 ], 3038 ],
3037 ], 3039 ],
3038 } 3040 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698