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

Side by Side Diff: content/content_common.gypi

Issue 1947263004: Introduces a new MHTML generation parameter specifying different behvaior for cache-control headers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase onto origin/master. 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/frame_messages.h ('k') | content/public/browser/web_contents.h » ('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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'public/common/javascript_message_type.h', 137 'public/common/javascript_message_type.h',
138 'public/common/main_function_params.h', 138 'public/common/main_function_params.h',
139 'public/common/manifest.cc', 139 'public/common/manifest.cc',
140 'public/common/manifest.h', 140 'public/common/manifest.h',
141 'public/common/media_metadata.cc', 141 'public/common/media_metadata.cc',
142 'public/common/media_metadata.h', 142 'public/common/media_metadata.h',
143 'public/common/media_stream_request.cc', 143 'public/common/media_stream_request.cc',
144 'public/common/media_stream_request.h', 144 'public/common/media_stream_request.h',
145 'public/common/menu_item.cc', 145 'public/common/menu_item.cc',
146 'public/common/menu_item.h', 146 'public/common/menu_item.h',
147 'public/common/mhtml_generation_params.cc',
148 'public/common/mhtml_generation_params.h',
147 'public/common/mojo_application_info.cc', 149 'public/common/mojo_application_info.cc',
148 'public/common/mojo_application_info.h', 150 'public/common/mojo_application_info.h',
149 'public/common/mojo_channel_switches.cc', 151 'public/common/mojo_channel_switches.cc',
150 'public/common/mojo_channel_switches.h', 152 'public/common/mojo_channel_switches.h',
151 'public/common/mojo_shell_connection.h', 153 'public/common/mojo_shell_connection.h',
152 'public/common/notification_resources.cc', 154 'public/common/notification_resources.cc',
153 'public/common/notification_resources.h', 155 'public/common/notification_resources.h',
154 'public/common/origin_util.h', 156 'public/common/origin_util.h',
155 'public/common/page_state.cc', 157 'public/common/page_state.cc',
156 'public/common/page_state.h', 158 'public/common/page_state.h',
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 'sources!': [ 660 'sources!': [
659 'common/cursors/webcursor_ozone.cc', 661 'common/cursors/webcursor_ozone.cc',
660 'common/font_list_ozone.cc', 662 'common/font_list_ozone.cc',
661 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 663 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
662 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 664 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
663 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 665 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
664 ], 666 ],
665 }], 667 }],
666 ], 668 ],
667 } 669 }
OLDNEW
« no previous file with comments | « content/common/frame_messages.h ('k') | content/public/browser/web_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698