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

Side by Side Diff: shell/BUILD.gn

Issue 1012773008: Make http_server part of the sdk. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Unecessary public_dep Created 5 years, 9 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 | « services/python/mojo_url_redirector/BUILD.gn ('k') | shell/shell_apptest.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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//mojo/public/mojo.gni") 6 import("//mojo/public/mojo.gni")
7 import("//mojo/public/mojo_application.gni") 7 import("//mojo/public/mojo_application.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//mojo/tools/embed/rules.gni") 9 import("//mojo/tools/embed/rules.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 ] 543 ]
544 544
545 deps = [ 545 deps = [
546 "//base", 546 "//base",
547 "//mojo/application", 547 "//mojo/application",
548 "//mojo/application:test_support", 548 "//mojo/application:test_support",
549 "//mojo/common:common", 549 "//mojo/common:common",
550 "//mojo/public/cpp/bindings:callback", 550 "//mojo/public/cpp/bindings:callback",
551 "//mojo/public/cpp/environment", 551 "//mojo/public/cpp/environment",
552 "//mojo/public/cpp/system:system", 552 "//mojo/public/cpp/system:system",
553 "//mojo/services/http_server/public/cpp",
554 "//mojo/services/http_server/public/interfaces",
553 "//mojo/services/network/public/interfaces", 555 "//mojo/services/network/public/interfaces",
554 "//services/http_server/public",
555 "//services/http_server/public:util",
556 "//shell/test:bindings", 556 "//shell/test:bindings",
557 ":embed_pingable", 557 ":embed_pingable",
558 ] 558 ]
559 559
560 data_deps = [ "//services/http_server:http_server($default_toolchain)" ] 560 data_deps = [ "//services/http_server:http_server($default_toolchain)" ]
561 } 561 }
OLDNEW
« no previous file with comments | « services/python/mojo_url_redirector/BUILD.gn ('k') | shell/shell_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698