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

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: Remove obsolete #include 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
« no previous file with comments | « chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc ('k') | components/BUILD.gn » ('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 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 1481 matching lines...) Expand 10 before | Expand all | Expand 10 after
1492 'browser/history/android/urls_sql_handler.cc', 1492 'browser/history/android/urls_sql_handler.cc',
1493 'browser/history/android/urls_sql_handler.h', 1493 'browser/history/android/urls_sql_handler.h',
1494 'browser/history/android/visit_sql_handler.cc', 1494 'browser/history/android/visit_sql_handler.cc',
1495 'browser/history/android/visit_sql_handler.h', 1495 'browser/history/android/visit_sql_handler.h',
1496 'browser/history/chrome_history_client.cc', 1496 'browser/history/chrome_history_client.cc',
1497 'browser/history/chrome_history_client.h', 1497 'browser/history/chrome_history_client.h',
1498 'browser/history/chrome_history_client_factory.cc', 1498 'browser/history/chrome_history_client_factory.cc',
1499 'browser/history/chrome_history_client_factory.h', 1499 'browser/history/chrome_history_client_factory.h',
1500 'browser/history/delete_directive_handler.cc', 1500 'browser/history/delete_directive_handler.cc',
1501 'browser/history/delete_directive_handler.h', 1501 'browser/history/delete_directive_handler.h',
1502 'browser/history/download_database.cc',
1503 'browser/history/download_database.h',
1504 'browser/history/download_row.cc',
1505 'browser/history/download_row.h',
1506 'browser/history/expire_history_backend.cc', 1502 'browser/history/expire_history_backend.cc',
1507 'browser/history/expire_history_backend.h', 1503 'browser/history/expire_history_backend.h',
1508 'browser/history/history_backend.cc', 1504 'browser/history/history_backend.cc',
1509 'browser/history/history_backend.h', 1505 'browser/history/history_backend.h',
1510 'browser/history/history_backend_android.cc', 1506 'browser/history/history_backend_android.cc',
1511 'browser/history/history_database.cc', 1507 'browser/history/history_database.cc',
1512 'browser/history/history_database.h', 1508 'browser/history/history_database.h',
1513 'browser/history/history_details.h', 1509 'browser/history/history_details.h',
1514 'browser/history/history_notifications.cc', 1510 'browser/history/history_notifications.cc',
1515 'browser/history/history_notifications.h', 1511 'browser/history/history_notifications.h',
(...skipping 1462 matching lines...) Expand 10 before | Expand all | Expand 10 after
2978 'conditions': [ 2974 'conditions': [
2979 ['OS != "ios"', { 2975 ['OS != "ios"', {
2980 'dependencies': [ 2976 'dependencies': [
2981 'apps', 2977 'apps',
2982 'debugger', 2978 'debugger',
2983 'installer_util', 2979 'installer_util',
2984 '../third_party/re2/re2.gyp:re2', 2980 '../third_party/re2/re2.gyp:re2',
2985 '../cc/cc.gyp:cc', 2981 '../cc/cc.gyp:cc',
2986 '../components/components.gyp:autofill_content_browser', 2982 '../components/components.gyp:autofill_content_browser',
2987 '../components/components.gyp:dom_distiller_content', 2983 '../components/components.gyp:dom_distiller_content',
2984 '../components/components.gyp:history_content_browser',
2988 '../components/components.gyp:keyed_service_content', 2985 '../components/components.gyp:keyed_service_content',
2989 '../components/components.gyp:navigation_interception', 2986 '../components/components.gyp:navigation_interception',
2990 '../components/components.gyp:password_manager_content_browser', 2987 '../components/components.gyp:password_manager_content_browser',
2991 '../components/components.gyp:power', 2988 '../components/components.gyp:power',
2992 '../components/components.gyp:precache_content', 2989 '../components/components.gyp:precache_content',
2993 '../components/components.gyp:sessions_content', 2990 '../components/components.gyp:sessions_content',
2994 '../components/components.gyp:storage_monitor', 2991 '../components/components.gyp:storage_monitor',
2995 '../components/components.gyp:translate_content_browser', 2992 '../components/components.gyp:translate_content_browser',
2996 '../components/components.gyp:url_matcher', 2993 '../components/components.gyp:url_matcher',
2997 '../components/components.gyp:visitedlink_browser', 2994 '../components/components.gyp:visitedlink_browser',
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
3712 'variables': { 3709 'variables': {
3713 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3710 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3714 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3711 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3715 }, 3712 },
3716 'includes': [ '../build/protoc.gypi' ] 3713 'includes': [ '../build/protoc.gypi' ]
3717 }, 3714 },
3718 ], 3715 ],
3719 },], 3716 },],
3720 ], 3717 ],
3721 } 3718 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/downloads_dom_handler_browsertest.cc ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698