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

Side by Side Diff: content/content_renderer.gypi

Issue 2012913002: Deduping conversions between ResourceRequestBody/WebHTTPBody/ExplodedHttpBody. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@get-rid-of-exploded-http-body
Patch Set: Calling ResourceRequestBody::AppendFileRange with optional_body_file_path. Created 4 years, 6 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 '../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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 'renderer/gpu/render_widget_compositor.h', 228 'renderer/gpu/render_widget_compositor.h',
229 'renderer/gpu/render_widget_compositor_delegate.h', 229 'renderer/gpu/render_widget_compositor_delegate.h',
230 'renderer/gpu/stream_texture_host_android.cc', 230 'renderer/gpu/stream_texture_host_android.cc',
231 'renderer/gpu/stream_texture_host_android.h', 231 'renderer/gpu/stream_texture_host_android.h',
232 'renderer/history_controller.cc', 232 'renderer/history_controller.cc',
233 'renderer/history_controller.h', 233 'renderer/history_controller.h',
234 'renderer/history_entry.cc', 234 'renderer/history_entry.cc',
235 'renderer/history_entry.h', 235 'renderer/history_entry.h',
236 'renderer/history_serialization.cc', 236 'renderer/history_serialization.cc',
237 'renderer/history_serialization.h', 237 'renderer/history_serialization.h',
238 'renderer/http_body_conversions.cc',
239 'renderer/http_body_conversions.h',
240 'renderer/idle_user_detector.cc', 238 'renderer/idle_user_detector.cc',
241 'renderer/idle_user_detector.h', 239 'renderer/idle_user_detector.h',
242 'renderer/image_downloader/image_downloader_impl.cc', 240 'renderer/image_downloader/image_downloader_impl.cc',
243 'renderer/image_downloader/image_downloader_impl.h', 241 'renderer/image_downloader/image_downloader_impl.h',
244 'renderer/ime_event_guard.cc', 242 'renderer/ime_event_guard.cc',
245 'renderer/ime_event_guard.h', 243 'renderer/ime_event_guard.h',
246 'renderer/in_process_renderer_thread.cc', 244 'renderer/in_process_renderer_thread.cc',
247 'renderer/in_process_renderer_thread.h', 245 'renderer/in_process_renderer_thread.h',
248 'renderer/input/input_event_filter.cc', 246 'renderer/input/input_event_filter.cc',
249 'renderer/input/input_event_filter.h', 247 'renderer/input/input_event_filter.h',
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
909 }], 907 }],
910 ], 908 ],
911 'target_conditions': [ 909 'target_conditions': [
912 ['OS=="android"', { 910 ['OS=="android"', {
913 'sources/': [ 911 'sources/': [
914 ['include', '^renderer/render_view_linux\\.cc$'], 912 ['include', '^renderer/render_view_linux\\.cc$'],
915 ], 913 ],
916 }], 914 }],
917 ], 915 ],
918 } 916 }
OLDNEW
« no previous file with comments | « content/common/page_state_serialization_unittest.cc ('k') | content/public/common/page_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698