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

Unified Diff: content/content_renderer.gypi

Issue 12191005: Move Android Date/Time parsing to the renderer (C++ and ICU) instead of the current parsing that ha… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased view_messages.h and fixed the link issue on the linux bot Created 7 years, 10 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: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 0ff9db0ea38eaf49632b88a2cf9561bf1d7464c7..de771e53eadd4fb70c2efca3e77dd4f8950ff6cf 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -225,6 +225,8 @@
'renderer/browser_plugin/browser_plugin_compositing_helper.cc',
'renderer/browser_plugin/browser_plugin_constants.cc',
'renderer/browser_plugin/browser_plugin_constants.h',
+ 'renderer/date_time_formatter.cc',
+ 'renderer/date_time_formatter.h',
'renderer/render_process.h',
'renderer/render_process_impl.cc',
'renderer/render_process_impl.h',

Powered by Google App Engine
This is Rietveld 408576698