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

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

Issue 1121783003: Move navigations with POST or referrer to the shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 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 | « mojo/application/public/interfaces/shell.mojom ('k') | mojo/common/tracing_impl.cc » ('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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 group("common") { 7 group("common") {
8 deps = [ 8 deps = [
9 ":common_base", 9 ":common_base",
10 ":url_type_converters", 10 ":url_type_converters",
(...skipping 10 matching lines...) Expand all
21 "data_pipe_file_utils.cc", 21 "data_pipe_file_utils.cc",
22 "data_pipe_utils.cc", 22 "data_pipe_utils.cc",
23 "data_pipe_utils.h", 23 "data_pipe_utils.h",
24 "handle_watcher.cc", 24 "handle_watcher.cc",
25 "handle_watcher.h", 25 "handle_watcher.h",
26 "message_pump_mojo.cc", 26 "message_pump_mojo.cc",
27 "message_pump_mojo.h", 27 "message_pump_mojo.h",
28 "message_pump_mojo_handler.h", 28 "message_pump_mojo_handler.h",
29 "time_helper.cc", 29 "time_helper.cc",
30 "time_helper.h", 30 "time_helper.h",
31 "user_agent.cc",
32 "user_agent.h",
31 "weak_binding_set.h", 33 "weak_binding_set.h",
32 "weak_interface_ptr_set.h", 34 "weak_interface_ptr_set.h",
33 ] 35 ]
34 36
35 defines = [ "MOJO_COMMON_IMPLEMENTATION" ] 37 defines = [ "MOJO_COMMON_IMPLEMENTATION" ]
36 38
37 deps = [ 39 deps = [
38 "//base", 40 "//base",
39 "//base/third_party/dynamic_annotations", 41 "//base/third_party/dynamic_annotations",
40 "//third_party/mojo/src/mojo/public/c/system:for_component", 42 "//third_party/mojo/src/mojo/public/c/system:for_component",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 ] 92 ]
91 93
92 deps = [ 94 deps = [
93 "//base", 95 "//base",
94 "//mojo/application/public/cpp", 96 "//mojo/application/public/cpp",
95 "//mojo/services/tracing:bindings", 97 "//mojo/services/tracing:bindings",
96 "//third_party/mojo/src/mojo/public/cpp/bindings", 98 "//third_party/mojo/src/mojo/public/cpp/bindings",
97 ] 99 ]
98 } 100 }
99 } 101 }
OLDNEW
« no previous file with comments | « mojo/application/public/interfaces/shell.mojom ('k') | mojo/common/tracing_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698