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

Unified Diff: webkit/storage_browser.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/common/BUILD.gn ('k') | webkit/storage_common.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/storage_browser.gyp
diff --git a/webkit/storage_browser.gyp b/webkit/storage_browser.gyp
index 20f7f78055011f037a1defd18280dee0a46e38ff..f6eda76e806b6e7e2d59025790a04feffe431cde 100644
--- a/webkit/storage_browser.gyp
+++ b/webkit/storage_browser.gyp
@@ -8,6 +8,7 @@
},
'targets': [
{
+ # GN version: //webkit/browser:storage
'target_name': 'webkit_storage_browser',
'type': '<(component)',
'variables': { 'enable_wexit_time_destructors': 1, },
@@ -226,6 +227,7 @@
],
},
{
+ # GN version: //webkit/browser:dump_file_system
'target_name': 'dump_file_system',
'type': 'executable',
'sources': [
« no previous file with comments | « webkit/common/BUILD.gn ('k') | webkit/storage_common.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698