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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 833033002: Remove dependency on //content from history DownloadDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unit tests and move download_database.{cc,h} Created 5 years, 11 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
OLDNEW
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 1488 matching lines...) Expand 10 before | Expand all | Expand 10 after
1499 'browser/history/android/urls_sql_handler.cc', 1499 'browser/history/android/urls_sql_handler.cc',
1500 'browser/history/android/urls_sql_handler.h', 1500 'browser/history/android/urls_sql_handler.h',
1501 'browser/history/android/visit_sql_handler.cc', 1501 'browser/history/android/visit_sql_handler.cc',
1502 'browser/history/android/visit_sql_handler.h', 1502 'browser/history/android/visit_sql_handler.h',
1503 'browser/history/chrome_history_client.cc', 1503 'browser/history/chrome_history_client.cc',
1504 'browser/history/chrome_history_client.h', 1504 'browser/history/chrome_history_client.h',
1505 'browser/history/chrome_history_client_factory.cc', 1505 'browser/history/chrome_history_client_factory.cc',
1506 'browser/history/chrome_history_client_factory.h', 1506 'browser/history/chrome_history_client_factory.h',
1507 'browser/history/delete_directive_handler.cc', 1507 'browser/history/delete_directive_handler.cc',
1508 'browser/history/delete_directive_handler.h', 1508 'browser/history/delete_directive_handler.h',
1509 'browser/history/download_database.cc',
1510 'browser/history/download_database.h',
1511 'browser/history/download_row.cc',
1512 'browser/history/download_row.h',
1513 'browser/history/expire_history_backend.cc', 1509 'browser/history/expire_history_backend.cc',
1514 'browser/history/expire_history_backend.h', 1510 'browser/history/expire_history_backend.h',
1515 'browser/history/history_backend.cc', 1511 'browser/history/history_backend.cc',
1516 'browser/history/history_backend.h', 1512 'browser/history/history_backend.h',
1517 'browser/history/history_backend_android.cc', 1513 'browser/history/history_backend_android.cc',
1518 'browser/history/history_database.cc', 1514 'browser/history/history_database.cc',
1519 'browser/history/history_database.h', 1515 'browser/history/history_database.h',
1520 'browser/history/history_details.h', 1516 'browser/history/history_details.h',
1521 'browser/history/history_notifications.cc', 1517 'browser/history/history_notifications.cc',
1522 'browser/history/history_notifications.h', 1518 'browser/history/history_notifications.h',
(...skipping 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after
2891 '../components/components.gyp:crx_file', 2887 '../components/components.gyp:crx_file',
2892 '../components/components.gyp:data_reduction_proxy_core_browser', 2888 '../components/components.gyp:data_reduction_proxy_core_browser',
2893 '../components/components.gyp:domain_reliability', 2889 '../components/components.gyp:domain_reliability',
2894 '../components/components.gyp:enhanced_bookmarks', 2890 '../components/components.gyp:enhanced_bookmarks',
2895 '../components/components.gyp:favicon_base', 2891 '../components/components.gyp:favicon_base',
2896 '../components/components.gyp:favicon_core', 2892 '../components/components.gyp:favicon_core',
2897 '../components/components.gyp:feedback_component', 2893 '../components/components.gyp:feedback_component',
2898 '../components/components.gyp:gcm_driver', 2894 '../components/components.gyp:gcm_driver',
2899 '../components/components.gyp:google_core_browser', 2895 '../components/components.gyp:google_core_browser',
2900 '../components/components.gyp:handoff', 2896 '../components/components.gyp:handoff',
2897 '../components/components.gyp:history_content_browser',
2901 '../components/components.gyp:history_core_browser', 2898 '../components/components.gyp:history_core_browser',
2902 '../components/components.gyp:history_core_common', 2899 '../components/components.gyp:history_core_common',
2903 '../components/components.gyp:infobars_core', 2900 '../components/components.gyp:infobars_core',
2904 '../components/components.gyp:invalidation', 2901 '../components/components.gyp:invalidation',
2905 '../components/components.gyp:metrics', 2902 '../components/components.gyp:metrics',
2906 '../components/components.gyp:metrics_gpu', 2903 '../components/components.gyp:metrics_gpu',
2907 '../components/components.gyp:metrics_net', 2904 '../components/components.gyp:metrics_net',
2908 '../components/components.gyp:metrics_profiler', 2905 '../components/components.gyp:metrics_profiler',
2909 '../components/components.gyp:navigation_metrics', 2906 '../components/components.gyp:navigation_metrics',
2910 '../components/components.gyp:network_time', 2907 '../components/components.gyp:network_time',
(...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after
3725 'variables': { 3722 'variables': {
3726 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3723 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3727 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3724 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3728 }, 3725 },
3729 'includes': [ '../build/protoc.gypi' ] 3726 'includes': [ '../build/protoc.gypi' ]
3730 }, 3727 },
3731 ], 3728 ],
3732 },], 3729 },],
3733 ], 3730 ],
3734 } 3731 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698