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

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: rebase 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("//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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 "page_state.h", 169 "page_state.h",
170 "page_type.h", 170 "page_type.h",
171 "page_zoom.h", 171 "page_zoom.h",
172 "pepper_plugin_info.cc", 172 "pepper_plugin_info.cc",
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_constants.cc", 177 "presentation_constants.cc",
178 "presentation_constants.h", 178 "presentation_constants.h",
179 "previews_state.h",
179 "process_type.h", 180 "process_type.h",
180 "push_messaging_status.cc", 181 "push_messaging_status.cc",
181 "push_messaging_status.h", 182 "push_messaging_status.h",
182 "quarantine.h", 183 "quarantine.h",
183 "referrer.cc", 184 "referrer.cc",
184 "referrer.h", 185 "referrer.h",
185 "renderer_preferences.cc", 186 "renderer_preferences.cc",
186 "renderer_preferences.h", 187 "renderer_preferences.h",
187 "request_context_frame_type.h", 188 "request_context_frame_type.h",
188 "request_context_type.h", 189 "request_context_type.h",
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 sources = [ 321 sources = [
321 "window_container_type.mojom", 322 "window_container_type.mojom",
322 ] 323 ]
323 } 324 }
324 325
325 mojom("service_names") { 326 mojom("service_names") {
326 sources = [ 327 sources = [
327 "service_names.mojom", 328 "service_names.mojom",
328 ] 329 ]
329 } 330 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698