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

Unified Diff: webkit/storage_common.gyp

Issue 309643002: Add some src/webkit build files to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « webkit/storage_browser.gyp ('k') | webkit/webkit_resources.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/storage_common.gyp
diff --git a/webkit/storage_common.gyp b/webkit/storage_common.gyp
index 64178c2e1b320015c719f3ebc21610137feeb377..f52af1e2a4cdcd3bb985851ffde8cfe856316e77 100644
--- a/webkit/storage_common.gyp
+++ b/webkit/storage_common.gyp
@@ -8,6 +8,7 @@
},
'targets': [
{
+ # GN version: //webkit/common:storage
'target_name': 'webkit_storage_common',
'type': '<(component)',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -32,7 +33,7 @@
'common/database/database_connections.cc',
'common/database/database_connections.h',
'common/database/database_identifier.cc',
- 'common/database/database_identifier.cc',
+ 'common/database/database_identifier.h',
'common/fileapi/directory_entry.cc',
'common/fileapi/directory_entry.h',
'common/fileapi/file_system_info.cc',
« no previous file with comments | « webkit/storage_browser.gyp ('k') | webkit/webkit_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698