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

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: use PreviewsState everywhere Created 4 years 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 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("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//mojo/public/tools/bindings/mojom.gni") 9 import("//mojo/public/tools/bindings/mojom.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "page_state.h", 168 "page_state.h",
169 "page_type.h", 169 "page_type.h",
170 "page_zoom.h", 170 "page_zoom.h",
171 "pepper_plugin_info.cc", 171 "pepper_plugin_info.cc",
172 "pepper_plugin_info.h", 172 "pepper_plugin_info.h",
173 "persistent_notification_status.h", 173 "persistent_notification_status.h",
174 "platform_notification_data.cc", 174 "platform_notification_data.cc",
175 "platform_notification_data.h", 175 "platform_notification_data.h",
176 "presentation_constants.cc", 176 "presentation_constants.cc",
177 "presentation_constants.h", 177 "presentation_constants.h",
178 "previews_state.h",
178 "process_type.h", 179 "process_type.h",
179 "push_messaging_status.cc", 180 "push_messaging_status.cc",
180 "push_messaging_status.h", 181 "push_messaging_status.h",
181 "referrer.cc", 182 "referrer.cc",
182 "referrer.h", 183 "referrer.h",
183 "renderer_preferences.cc", 184 "renderer_preferences.cc",
184 "renderer_preferences.h", 185 "renderer_preferences.h",
185 "request_context_frame_type.h", 186 "request_context_frame_type.h",
186 "request_context_type.h", 187 "request_context_type.h",
187 "resource_devtools_info.cc", 188 "resource_devtools_info.cc",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 sources = [ 315 sources = [
315 "window_container_type.mojom", 316 "window_container_type.mojom",
316 ] 317 ]
317 } 318 }
318 319
319 mojom("service_names") { 320 mojom("service_names") {
320 sources = [ 321 sources = [
321 "service_names.mojom", 322 "service_names.mojom",
322 ] 323 ]
323 } 324 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698