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

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 gn compilation 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 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 1464 matching lines...) Expand 10 before | Expand all | Expand 10 after
2980 'conditions': [ 2976 'conditions': [
2981 ['OS != "ios"', { 2977 ['OS != "ios"', {
2982 'dependencies': [ 2978 'dependencies': [
2983 'apps', 2979 'apps',
2984 'debugger', 2980 'debugger',
2985 'installer_util', 2981 'installer_util',
2986 '../third_party/re2/re2.gyp:re2', 2982 '../third_party/re2/re2.gyp:re2',
2987 '../cc/cc.gyp:cc', 2983 '../cc/cc.gyp:cc',
2988 '../components/components.gyp:autofill_content_browser', 2984 '../components/components.gyp:autofill_content_browser',
2989 '../components/components.gyp:dom_distiller_content', 2985 '../components/components.gyp:dom_distiller_content',
2986 '../components/components.gyp:history_content_browser',
2990 '../components/components.gyp:keyed_service_content', 2987 '../components/components.gyp:keyed_service_content',
2991 '../components/components.gyp:navigation_interception', 2988 '../components/components.gyp:navigation_interception',
2992 '../components/components.gyp:password_manager_content_browser', 2989 '../components/components.gyp:password_manager_content_browser',
2993 '../components/components.gyp:power', 2990 '../components/components.gyp:power',
2994 '../components/components.gyp:precache_content', 2991 '../components/components.gyp:precache_content',
2995 '../components/components.gyp:sessions_content', 2992 '../components/components.gyp:sessions_content',
2996 '../components/components.gyp:storage_monitor', 2993 '../components/components.gyp:storage_monitor',
2997 '../components/components.gyp:translate_content_browser', 2994 '../components/components.gyp:translate_content_browser',
2998 '../components/components.gyp:url_matcher', 2995 '../components/components.gyp:url_matcher',
2999 '../components/components.gyp:visitedlink_browser', 2996 '../components/components.gyp:visitedlink_browser',
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
3714 'variables': { 3711 'variables': {
3715 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3712 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3716 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3713 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3717 }, 3714 },
3718 'includes': [ '../build/protoc.gypi' ] 3715 'includes': [ '../build/protoc.gypi' ]
3719 }, 3716 },
3720 ], 3717 ],
3721 },], 3718 },],
3722 ], 3719 ],
3723 } 3720 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698