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

Unified Diff: components/crx_file.gypi

Issue 481433005: Extensions: Move id_util functions to crx_file component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update GN build Created 6 years, 4 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
Index: components/crx_file.gypi
diff --git a/components/crx_file.gypi b/components/crx_file.gypi
index 07a0487c0c77bf1d8236ca036865899cd7f02d03..31fb3d8f9c474b56e275a4b24bc1f72bfa9b1e40 100644
--- a/components/crx_file.gypi
+++ b/components/crx_file.gypi
@@ -20,6 +20,8 @@
'crx_file/constants.h',
'crx_file/crx_file.cc',
'crx_file/crx_file.h',
+ 'crx_file/id_util.cc',
+ 'crx_file/id_util.h',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698