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

Side by Side Diff: shell/BUILD.gn

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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("//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/tools/bindings/mojom.gni") 7 import("//mojo/public/tools/bindings/mojom.gni")
8 import("//testing/test.gni")
8 9
9 # 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
10 # inherently components. 11 # inherently components.
11 assert(!is_component_build) 12 assert(!is_component_build)
12 13
13 group("shell") { 14 group("shell") {
14 testonly = true 15 testonly = true
15 16
16 deps = [ 17 deps = [
17 ":mojo_shell", 18 ":mojo_shell",
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 497
497 deps -= [ 498 deps -= [
498 ":lib", 499 ":lib",
499 ":external_application_registrar_connection", 500 ":external_application_registrar_connection",
500 ":external_application_registrar_bindings", 501 ":external_application_registrar_bindings",
501 "//shell/domain_socket", 502 "//shell/domain_socket",
502 "//shell/domain_socket:tests", 503 "//shell/domain_socket:tests",
503 ] 504 ]
504 } 505 }
505 } 506 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698