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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'dependencies': [ 6 'dependencies': [
7 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../net/net.gyp:net', 8 '../net/net.gyp:net',
9 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../third_party/hyphen/hyphen.gyp:hyphen', 10 '../third_party/hyphen/hyphen.gyp:hyphen',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'renderer/browser_plugin/browser_plugin_bindings.cc', 218 'renderer/browser_plugin/browser_plugin_bindings.cc',
219 'renderer/browser_plugin/browser_plugin_manager.h', 219 'renderer/browser_plugin/browser_plugin_manager.h',
220 'renderer/browser_plugin/browser_plugin_manager.cc', 220 'renderer/browser_plugin/browser_plugin_manager.cc',
221 'renderer/browser_plugin/browser_plugin_manager_factory.h', 221 'renderer/browser_plugin/browser_plugin_manager_factory.h',
222 'renderer/browser_plugin/browser_plugin_manager_impl.h', 222 'renderer/browser_plugin/browser_plugin_manager_impl.h',
223 'renderer/browser_plugin/browser_plugin_manager_impl.cc', 223 'renderer/browser_plugin/browser_plugin_manager_impl.cc',
224 'renderer/browser_plugin/browser_plugin_compositing_helper.h', 224 'renderer/browser_plugin/browser_plugin_compositing_helper.h',
225 'renderer/browser_plugin/browser_plugin_compositing_helper.cc', 225 'renderer/browser_plugin/browser_plugin_compositing_helper.cc',
226 'renderer/browser_plugin/browser_plugin_constants.cc', 226 'renderer/browser_plugin/browser_plugin_constants.cc',
227 'renderer/browser_plugin/browser_plugin_constants.h', 227 'renderer/browser_plugin/browser_plugin_constants.h',
228 'renderer/date_time_formatter.cc',
229 'renderer/date_time_formatter.h',
228 'renderer/render_process.h', 230 'renderer/render_process.h',
229 'renderer/render_process_impl.cc', 231 'renderer/render_process_impl.cc',
230 'renderer/render_process_impl.h', 232 'renderer/render_process_impl.h',
231 'renderer/render_thread_impl.cc', 233 'renderer/render_thread_impl.cc',
232 'renderer/render_thread_impl.h', 234 'renderer/render_thread_impl.h',
233 'renderer/render_view_impl.cc', 235 'renderer/render_view_impl.cc',
234 'renderer/render_view_impl.h', 236 'renderer/render_view_impl.h',
235 'renderer/render_view_impl_android.cc', 237 'renderer/render_view_impl_android.cc',
236 'renderer/render_view_impl_params.cc', 238 'renderer/render_view_impl_params.cc',
237 'renderer/render_view_impl_params.h', 239 'renderer/render_view_impl_params.h',
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 }], 424 }],
423 ], 425 ],
424 'target_conditions': [ 426 'target_conditions': [
425 ['OS=="android"', { 427 ['OS=="android"', {
426 'sources/': [ 428 'sources/': [
427 ['include', '^renderer/render_view_linux\\.cc$'], 429 ['include', '^renderer/render_view_linux\\.cc$'],
428 ], 430 ],
429 }], 431 }],
430 ], 432 ],
431 } 433 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698