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

Side by Side Diff: mandoline/tab/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
« no previous file with comments | « mandoline/services/navigation/public/interfaces/BUILD.gn ('k') | mandoline/ui/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 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("//testing/test.gni") 5 import("//mojo/public/mojo_application.gni")
6 import("//third_party/mojo/src/mojo/public/mojo_application.gni")
7 import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
8 6
9 source_set("tab") { 7 source_set("tab") {
10 sources = [ 8 sources = [
11 "frame.cc", 9 "frame.cc",
12 "frame.h", 10 "frame.h",
13 "frame_services.cc", 11 "frame_services.cc",
14 "frame_services.h", 12 "frame_services.h",
15 "frame_tree.cc", 13 "frame_tree.cc",
16 "frame_tree.h", 14 "frame_tree.h",
17 "frame_tree_delegate.h", 15 "frame_tree_delegate.h",
(...skipping 24 matching lines...) Expand all
42 "//components/view_manager/public/cpp", 40 "//components/view_manager/public/cpp",
43 "//components/view_manager/public/interfaces", 41 "//components/view_manager/public/interfaces",
44 "//mandoline/tab/public/interfaces", 42 "//mandoline/tab/public/interfaces",
45 "//mojo/application/public/cpp:test_support", 43 "//mojo/application/public/cpp:test_support",
46 "//ui/mojo/geometry:interfaces", 44 "//ui/mojo/geometry:interfaces",
47 "//ui/mojo/geometry:util", 45 "//ui/mojo/geometry:util",
48 ] 46 ]
49 47
50 data_deps = [ "//components/view_manager" ] 48 data_deps = [ "//components/view_manager" ]
51 } 49 }
OLDNEW
« no previous file with comments | « mandoline/services/navigation/public/interfaces/BUILD.gn ('k') | mandoline/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698