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

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

Issue 2646343007: [Mojo-Loading] Implement URLLoader::SetPriority (Closed)
Patch Set: fix Created 3 years, 10 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/child/resource_dispatcher.cc ('k') | content/common/OWNERS » ('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/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//sandbox/features.gni") 10 import("//sandbox/features.gni")
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 "set_process_title_linux.cc", 312 "set_process_title_linux.cc",
313 "set_process_title_linux.h", 313 "set_process_title_linux.h",
314 "site_isolation_policy.cc", 314 "site_isolation_policy.cc",
315 "site_isolation_policy.h", 315 "site_isolation_policy.h",
316 "speech_recognition_messages.h", 316 "speech_recognition_messages.h",
317 "swapped_out_messages.cc", 317 "swapped_out_messages.cc",
318 "swapped_out_messages.h", 318 "swapped_out_messages.h",
319 "text_input_client_messages.h", 319 "text_input_client_messages.h",
320 "text_input_state.cc", 320 "text_input_state.cc",
321 "text_input_state.h", 321 "text_input_state.h",
322 "url_request_struct_traits.cc",
323 "url_request_struct_traits.h",
322 "url_schemes.cc", 324 "url_schemes.cc",
323 "url_schemes.h", 325 "url_schemes.h",
324 "user_agent.cc", 326 "user_agent.cc",
325 "utility_messages.h", 327 "utility_messages.h",
326 "view_message_enums.h", 328 "view_message_enums.h",
327 "view_messages.h", 329 "view_messages.h",
328 "worker_messages.h", 330 "worker_messages.h",
329 "zygote_commands_linux.h", 331 "zygote_commands_linux.h",
330 ] 332 ]
331 333
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 "//ui/gfx/geometry/mojo", 617 "//ui/gfx/geometry/mojo",
616 "//ui/gfx/mojo", 618 "//ui/gfx/mojo",
617 "//url/mojo:url_mojom_gurl", 619 "//url/mojo:url_mojom_gurl",
618 "//url/mojo:url_mojom_origin", 620 "//url/mojo:url_mojom_origin",
619 ] 621 ]
620 622
621 export_class_attribute = "CONTENT_EXPORT" 623 export_class_attribute = "CONTENT_EXPORT"
622 export_define = "CONTENT_IMPLEMENTATION=1" 624 export_define = "CONTENT_IMPLEMENTATION=1"
623 export_header = "content/common/content_export.h" 625 export_header = "content/common/content_export.h"
624 } 626 }
OLDNEW
« no previous file with comments | « content/child/resource_dispatcher.cc ('k') | content/common/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698