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

Side by Side Diff: content/content_renderer.gypi

Issue 2002413002: Revert of Deduplicating code performing WebHTTPBody::Element conversions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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',
242 'renderer/idle_user_detector.cc', 240 'renderer/idle_user_detector.cc',
243 'renderer/idle_user_detector.h', 241 'renderer/idle_user_detector.h',
244 'renderer/image_downloader/image_downloader_impl.cc', 242 'renderer/image_downloader/image_downloader_impl.cc',
245 'renderer/image_downloader/image_downloader_impl.h', 243 'renderer/image_downloader/image_downloader_impl.h',
246 'renderer/ime_event_guard.cc', 244 'renderer/ime_event_guard.cc',
247 'renderer/ime_event_guard.h', 245 'renderer/ime_event_guard.h',
248 'renderer/in_process_renderer_thread.cc', 246 'renderer/in_process_renderer_thread.cc',
249 'renderer/in_process_renderer_thread.h', 247 'renderer/in_process_renderer_thread.h',
250 'renderer/input/input_event_filter.cc', 248 'renderer/input/input_event_filter.cc',
251 'renderer/input/input_event_filter.h', 249 'renderer/input/input_event_filter.h',
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 }], 909 }],
912 ], 910 ],
913 'target_conditions': [ 911 'target_conditions': [
914 ['OS=="android"', { 912 ['OS=="android"', {
915 'sources/': [ 913 'sources/': [
916 ['include', '^renderer/render_view_linux\\.cc$'], 914 ['include', '^renderer/render_view_linux\\.cc$'],
917 ], 915 ],
918 }], 916 }],
919 ], 917 ],
920 } 918 }
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