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

Side by Side Diff: content/content_renderer.gypi

Issue 1987053002: Deduplicating code performing WebHTTPBody::Element conversions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/data/test_body/g Created 4 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 unified diff | Download patch
« no previous file with comments | « content/common/resource_request_body.cc ('k') | content/public/common/page_state.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/cc.gyp:cc_proto', 10 '../cc/cc.gyp:cc_proto',
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 'renderer/gpu/render_widget_compositor.h', 230 'renderer/gpu/render_widget_compositor.h',
231 'renderer/gpu/render_widget_compositor_delegate.h', 231 'renderer/gpu/render_widget_compositor_delegate.h',
232 'renderer/gpu/stream_texture_host_android.cc', 232 'renderer/gpu/stream_texture_host_android.cc',
233 'renderer/gpu/stream_texture_host_android.h', 233 'renderer/gpu/stream_texture_host_android.h',
234 'renderer/history_controller.cc', 234 'renderer/history_controller.cc',
235 'renderer/history_controller.h', 235 'renderer/history_controller.h',
236 'renderer/history_entry.cc', 236 'renderer/history_entry.cc',
237 'renderer/history_entry.h', 237 'renderer/history_entry.h',
238 'renderer/history_serialization.cc', 238 'renderer/history_serialization.cc',
239 'renderer/history_serialization.h', 239 'renderer/history_serialization.h',
240 'renderer/http_body_conversions.cc',
241 'renderer/http_body_conversions.h',
240 'renderer/idle_user_detector.cc', 242 'renderer/idle_user_detector.cc',
241 'renderer/idle_user_detector.h', 243 'renderer/idle_user_detector.h',
242 'renderer/image_downloader/image_downloader_impl.cc', 244 'renderer/image_downloader/image_downloader_impl.cc',
243 'renderer/image_downloader/image_downloader_impl.h', 245 'renderer/image_downloader/image_downloader_impl.h',
244 'renderer/ime_event_guard.cc', 246 'renderer/ime_event_guard.cc',
245 'renderer/ime_event_guard.h', 247 'renderer/ime_event_guard.h',
246 'renderer/in_process_renderer_thread.cc', 248 'renderer/in_process_renderer_thread.cc',
247 'renderer/in_process_renderer_thread.h', 249 'renderer/in_process_renderer_thread.h',
248 'renderer/input/input_event_filter.cc', 250 'renderer/input/input_event_filter.cc',
249 'renderer/input/input_event_filter.h', 251 'renderer/input/input_event_filter.h',
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 }], 911 }],
910 ], 912 ],
911 'target_conditions': [ 913 'target_conditions': [
912 ['OS=="android"', { 914 ['OS=="android"', {
913 'sources/': [ 915 'sources/': [
914 ['include', '^renderer/render_view_linux\\.cc$'], 916 ['include', '^renderer/render_view_linux\\.cc$'],
915 ], 917 ],
916 }], 918 }],
917 ], 919 ],
918 } 920 }
OLDNEW
« no previous file with comments | « content/common/resource_request_body.cc ('k') | content/public/common/page_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698