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

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

Issue 1231493002: mandoline filesystem: Save cookie data to the mojo:filesystem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT for jam's core services patch. Created 5 years, 5 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
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("//mojo/generate_mojo_shell_assets_list.gni") 5 import("//mojo/generate_mojo_shell_assets_list.gni")
6 import("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni") 8 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
9 9
10 # We don't support building in the component build since mojo apps are 10 # We don't support building in the component build since mojo apps are
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 "child_process.cc", 102 "child_process.cc",
103 "child_process.h", 103 "child_process.h",
104 "child_process_host.cc", 104 "child_process_host.cc",
105 "child_process_host.h", 105 "child_process_host.h",
106 "context.cc", 106 "context.cc",
107 "context.h", 107 "context.h",
108 "init.cc", 108 "init.cc",
109 "init.h", 109 "init.h",
110 "out_of_process_native_runner.cc", 110 "out_of_process_native_runner.cc",
111 "out_of_process_native_runner.h", 111 "out_of_process_native_runner.h",
112 "scoped_user_data_dir.cc",
113 "scoped_user_data_dir.h",
112 "task_runners.cc", 114 "task_runners.cc",
113 "task_runners.h", 115 "task_runners.h",
114 "url_resolver.cc", 116 "url_resolver.cc",
115 "url_resolver.h", 117 "url_resolver.h",
116 ] 118 ]
117 119
118 deps = [ 120 deps = [
119 ":child_process_bindings", 121 ":child_process_bindings",
120 ":in_process_native_runner", 122 ":in_process_native_runner",
121 ":native_application_support", 123 ":native_application_support",
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 ] 446 ]
445 447
446 deps = [ 448 deps = [
447 "//base", 449 "//base",
448 "//mojo/application/public/cpp:test_support", 450 "//mojo/application/public/cpp:test_support",
449 "//mojo/runner/test:bindings", 451 "//mojo/runner/test:bindings",
450 "//mojo/services/network/public/interfaces", 452 "//mojo/services/network/public/interfaces",
451 "//third_party/mojo/src/mojo/public/cpp/bindings:callback", 453 "//third_party/mojo/src/mojo/public/cpp/bindings:callback",
452 ] 454 ]
453 } 455 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698