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

Unified Diff: chrome/chrome.gyp

Issue 6026010: Autofill heuristics regular expressions should be stored in external data files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nits Created 10 years 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 | « chrome/browser/autofill/phone_field.cc ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index d0af63efc91087db0d63b0e2c423d81f97154266..101b6075bf7f5511e5399c86c639003466eaabbf 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -51,6 +51,7 @@
],
'chrome_resources_grds': [
# Data resources.
+ 'browser/autofill/autofill_resources.grd',
'browser/browser_resources.grd',
'common/common_resources.grd',
'renderer/renderer_resources.grd',
@@ -1858,6 +1859,7 @@
'action_name': 'repack_chrome',
'variables': {
'pak_inputs': [
+ '<(grit_out_dir)/autofill_resources.pak',
'<(grit_out_dir)/browser_resources.pak',
'<(grit_out_dir)/common_resources.pak',
'<(grit_out_dir)/default_plugin_resources/default_plugin_resources.pak',
« no previous file with comments | « chrome/browser/autofill/phone_field.cc ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698