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

Side by Side Diff: mandoline/app/BUILD.gn

Issue 1175693002: Cleanup GN BUILD files, gni's and imports. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restore build/config/ui.gni import for core_services. Created 5 years, 6 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//third_party/mojo/src/mojo/public/mojo.gni")
6
7 group("app") { 5 group("app") {
8 deps = [ 6 deps = [
9 "//mandoline/ui", 7 "//mandoline/ui",
10 ] 8 ]
11 9
12 if (is_android) { 10 if (is_android) {
13 deps += [ "//mandoline/app/android" ] 11 deps += [ "//mandoline/app/android" ]
14 } else { 12 } else {
15 deps += [ "//mandoline/app/desktop" ] 13 deps += [ "//mandoline/app/desktop" ]
16 } 14 }
17 15
18 data_deps = [ 16 data_deps = [
19 "//mandoline/ui/browser", 17 "//mandoline/ui/browser",
20 "//mandoline/services/core_services", 18 "//mandoline/services/core_services",
21 "//mojo/runner:mojo_runner", 19 "//mojo/runner:mojo_runner",
22 ] 20 ]
23 } 21 }
OLDNEW
« no previous file with comments | « components/view_manager/surfaces/public/interfaces/BUILD.gn ('k') | mandoline/app/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698