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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10665049: Make DownloadHistory observe manager, items (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 3 months 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
« no previous file with comments | « chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 'browser/history/android/sqlite_cursor.cc', 691 'browser/history/android/sqlite_cursor.cc',
692 'browser/history/android/sqlite_cursor.h', 692 'browser/history/android/sqlite_cursor.h',
693 'browser/history/android/urls_sql_handler.cc', 693 'browser/history/android/urls_sql_handler.cc',
694 'browser/history/android/urls_sql_handler.h', 694 'browser/history/android/urls_sql_handler.h',
695 'browser/history/android/visit_sql_handler.cc', 695 'browser/history/android/visit_sql_handler.cc',
696 'browser/history/android/visit_sql_handler.h', 696 'browser/history/android/visit_sql_handler.h',
697 'browser/history/archived_database.cc', 697 'browser/history/archived_database.cc',
698 'browser/history/archived_database.h', 698 'browser/history/archived_database.h',
699 'browser/history/download_database.cc', 699 'browser/history/download_database.cc',
700 'browser/history/download_database.h', 700 'browser/history/download_database.h',
701 'browser/history/download_persistent_store_info.cc',
702 'browser/history/download_persistent_store_info.h',
701 'browser/history/expire_history_backend.cc', 703 'browser/history/expire_history_backend.cc',
702 'browser/history/expire_history_backend.h', 704 'browser/history/expire_history_backend.h',
703 'browser/history/history.cc', 705 'browser/history/history.cc',
704 'browser/history/history.h', 706 'browser/history/history.h',
705 'browser/history/history_backend.cc', 707 'browser/history/history_backend.cc',
706 'browser/history/history_backend.h', 708 'browser/history/history_backend.h',
707 'browser/history/history_backend_android.cc', 709 'browser/history/history_backend_android.cc',
708 'browser/history/history_database.cc', 710 'browser/history/history_database.cc',
709 'browser/history/history_database.h', 711 'browser/history/history_database.h',
710 'browser/history/history_marshaling.h', 712 'browser/history/history_marshaling.h',
(...skipping 2061 matching lines...) Expand 10 before | Expand all | Expand 10 after
2772 'includes': [ '../build/jni_generator.gypi' ], 2774 'includes': [ '../build/jni_generator.gypi' ],
2773 'dependencies': [ 2775 'dependencies': [
2774 'android_jar_jni_headers', 2776 'android_jar_jni_headers',
2775 ], 2777 ],
2776 }, 2778 },
2777 ], 2779 ],
2778 }, 2780 },
2779 ], 2781 ],
2780 ], 2782 ],
2781 } 2783 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698