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

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: Add missing conversion 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 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after
2991 'conditions': [ 2987 'conditions': [
2992 ['OS != "ios"', { 2988 ['OS != "ios"', {
2993 'dependencies': [ 2989 'dependencies': [
2994 'apps', 2990 'apps',
2995 'debugger', 2991 'debugger',
2996 'installer_util', 2992 'installer_util',
2997 '../third_party/re2/re2.gyp:re2', 2993 '../third_party/re2/re2.gyp:re2',
2998 '../cc/cc.gyp:cc', 2994 '../cc/cc.gyp:cc',
2999 '../components/components.gyp:autofill_content_browser', 2995 '../components/components.gyp:autofill_content_browser',
3000 '../components/components.gyp:dom_distiller_content', 2996 '../components/components.gyp:dom_distiller_content',
2997 '../components/components.gyp:history_content_browser',
3001 '../components/components.gyp:keyed_service_content', 2998 '../components/components.gyp:keyed_service_content',
3002 '../components/components.gyp:navigation_interception', 2999 '../components/components.gyp:navigation_interception',
3003 '../components/components.gyp:password_manager_content_browser', 3000 '../components/components.gyp:password_manager_content_browser',
3004 '../components/components.gyp:power', 3001 '../components/components.gyp:power',
3005 '../components/components.gyp:precache_content', 3002 '../components/components.gyp:precache_content',
3006 '../components/components.gyp:sessions_content', 3003 '../components/components.gyp:sessions_content',
3007 '../components/components.gyp:storage_monitor', 3004 '../components/components.gyp:storage_monitor',
3008 '../components/components.gyp:translate_content_browser', 3005 '../components/components.gyp:translate_content_browser',
3009 '../components/components.gyp:url_matcher', 3006 '../components/components.gyp:url_matcher',
3010 '../components/components.gyp:visitedlink_browser', 3007 '../components/components.gyp:visitedlink_browser',
(...skipping 714 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