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

Side by Side Diff: services/python/content_handler/BUILD.gn

Issue 1218173003: Add missing build dependencies (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « mojo/dart/embedder/BUILD.gn ('k') | sky/engine/bindings/BUILD.gn » ('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("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//third_party/cython/rules.gni") 7 import("//third_party/cython/rules.gni")
8 8
9 mojo_native_application("content_handler") { 9 mojo_native_application("content_handler") {
10 output_name = "py_content_handler" 10 output_name = "py_content_handler"
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "c_base.pxd", 52 "c_base.pxd",
53 "$target_gen_dir/c_async_waiter.pxd", 53 "$target_gen_dir/c_async_waiter.pxd",
54 "$target_gen_dir/c_export.pxd", 54 "$target_gen_dir/c_export.pxd",
55 "mojo_system_impl.pyx", 55 "mojo_system_impl.pyx",
56 ] 56 ]
57 sources = [ 57 sources = [
58 "python_system_impl_helper.cc", 58 "python_system_impl_helper.cc",
59 "python_system_impl_helper.h", 59 "python_system_impl_helper.h",
60 ] 60 ]
61 deps = [ 61 deps = [
62 ":common_system_pxd",
62 "//base", 63 "//base",
63 "//mojo/environment:chromium", 64 "//mojo/environment:chromium",
64 "//mojo/common", 65 "//mojo/common",
65 "//mojo/public/c/system:for_shared_library", 66 "//mojo/public/c/system:for_shared_library",
66 "//mojo/public/cpp/system", 67 "//mojo/public/cpp/system",
67 "//mojo/public/cpp/utility", 68 "//mojo/public/cpp/utility",
68 "//mojo/public/cpp/bindings:callback", 69 "//mojo/public/cpp/bindings:callback",
69 "//mojo/public/python:python_common", 70 "//mojo/public/python:python_common",
70 ] 71 ]
71 } 72 }
OLDNEW
« no previous file with comments | « mojo/dart/embedder/BUILD.gn ('k') | sky/engine/bindings/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698