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

Unified Diff: components/history.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/components_tests.gyp ('k') | components/history/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/history.gypi
diff --git a/components/history.gypi b/components/history.gypi
index 434771afaae7f41fbcd88bd7173277f44c830f0c..333564498b8efafe01af4d563a736b29b7dd118d 100644
--- a/components/history.gypi
+++ b/components/history.gypi
@@ -26,6 +26,13 @@
],
'sources': [
# Note: sources list duplicated in GN build.
+ 'history/core/browser/download_constants.h',
+ 'history/core/browser/download_database.cc',
+ 'history/core/browser/download_database.h',
+ 'history/core/browser/download_row.cc',
+ 'history/core/browser/download_row.h',
+ 'history/core/browser/download_types.cc',
+ 'history/core/browser/download_types.h',
'history/core/browser/history_backend_notifier.h',
'history/core/browser/history_backend_observer.h',
'history/core/browser/history_client.cc',
@@ -119,6 +126,27 @@
},
],
'conditions': [
+ ['OS!="ios"', {
+ 'targets': [
+ {
+ # GN version: //components/history/content/browser
+ 'target_name': 'history_content_browser',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../content/content.gyp:content_browser',
+ 'history_core_browser',
+ ],
+ 'sources': [
+ 'history/content/browser/download_constants_utils.cc',
+ 'history/content/browser/download_constants_utils.h',
+ ],
+ }
+ ],
+ }],
['OS=="android"', {
'targets': [
{
« no previous file with comments | « components/components_tests.gyp ('k') | components/history/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698