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

Side by Side Diff: content/public/common/BUILD.gn

Issue 2484633004: Change Lo-Fi bool to bitmask to support multiple Previews types (Closed)
Patch Set: fix ContentResourceProviderTest Created 3 years, 11 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/public/browser/resource_request_info.h ('k') | content/public/common/previews_state.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 "pepper_plugin_info.h", 173 "pepper_plugin_info.h",
174 "persistent_notification_status.h", 174 "persistent_notification_status.h",
175 "platform_notification_data.cc", 175 "platform_notification_data.cc",
176 "platform_notification_data.h", 176 "platform_notification_data.h",
177 "presentation_connection_message.cc", 177 "presentation_connection_message.cc",
178 "presentation_connection_message.h", 178 "presentation_connection_message.h",
179 "presentation_constants.cc", 179 "presentation_constants.cc",
180 "presentation_constants.h", 180 "presentation_constants.h",
181 "presentation_session.cc", 181 "presentation_session.cc",
182 "presentation_session.h", 182 "presentation_session.h",
183 "previews_state.h",
183 "process_type.h", 184 "process_type.h",
184 "push_messaging_status.cc", 185 "push_messaging_status.cc",
185 "push_messaging_status.h", 186 "push_messaging_status.h",
186 "quarantine.h", 187 "quarantine.h",
187 "referrer.cc", 188 "referrer.cc",
188 "referrer.h", 189 "referrer.h",
189 "renderer_preferences.cc", 190 "renderer_preferences.cc",
190 "renderer_preferences.h", 191 "renderer_preferences.h",
191 "request_context_frame_type.h", 192 "request_context_frame_type.h",
192 "request_context_type.h", 193 "request_context_type.h",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 sources = [ 325 sources = [
325 "window_container_type.mojom", 326 "window_container_type.mojom",
326 ] 327 ]
327 } 328 }
328 329
329 mojom("service_names") { 330 mojom("service_names") {
330 sources = [ 331 sources = [
331 "service_names.mojom", 332 "service_names.mojom",
332 ] 333 ]
333 } 334 }
OLDNEW
« no previous file with comments | « content/public/browser/resource_request_info.h ('k') | content/public/common/previews_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698