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

Side by Side Diff: ui/views/mus/BUILD.gn

Issue 2602103003: Remove the _cpp_sources target from mojom. (Closed)
Patch Set: update/undelete comments Created 3 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
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | no next file » | 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//services/service_manager/public/cpp/service.gni") 7 import("//services/service_manager/public/cpp/service.gni")
8 import("//services/service_manager/public/service_manifest.gni") 8 import("//services/service_manager/public/service_manifest.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//tools/grit/repack.gni") 10 import("//tools/grit/repack.gni")
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "//ui/display", 83 "//ui/display",
84 "//ui/events", 84 "//ui/events",
85 "//ui/events:events_base", 85 "//ui/events:events_base",
86 "//ui/gfx", 86 "//ui/gfx",
87 "//ui/gfx/geometry", 87 "//ui/gfx/geometry",
88 "//ui/gfx/geometry/mojo", 88 "//ui/gfx/geometry/mojo",
89 "//ui/gl", 89 "//ui/gl",
90 "//ui/native_theme", 90 "//ui/native_theme",
91 "//ui/platform_window", 91 "//ui/platform_window",
92 "//ui/platform_window/mojo", 92 "//ui/platform_window/mojo",
93 "//ui/platform_window/mojo:interfaces_cpp_sources", 93 "//ui/platform_window/mojo:interfaces",
94 "//ui/platform_window/stub", 94 "//ui/platform_window/stub",
95 "//ui/views", 95 "//ui/views",
96 "//ui/wm", 96 "//ui/wm",
97 ] 97 ]
98 98
99 if (is_linux && !is_android) { 99 if (is_linux && !is_android) {
100 deps += [ "//components/font_service/public/cpp" ] 100 deps += [ "//components/font_service/public/cpp" ]
101 data_deps = [ 101 data_deps = [
102 "//components/font_service", 102 "//components/font_service",
103 ] 103 ]
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 409
410 service_manifest("unittests_aura_manifest") { 410 service_manifest("unittests_aura_manifest") {
411 name = "views_aura_mus_unittests" 411 name = "views_aura_mus_unittests"
412 source = "unittests_aura_manifest.json" 412 source = "unittests_aura_manifest.json"
413 } 413 }
414 414
415 service_manifest("interactive_ui_tests_manifest") { 415 service_manifest("interactive_ui_tests_manifest") {
416 name = "views_mus_interactive_ui_tests" 416 name = "views_mus_interactive_ui_tests"
417 source = "interactive_ui_tests_manifest.json" 417 source = "interactive_ui_tests_manifest.json"
418 } 418 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698