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

Side by Side Diff: components/arc/BUILD.gn

Issue 2843353004: Enable use_once_callback on mojom GN rule by default (Closed)
Patch Set: rebase Created 3 years, 7 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 | « chrome/common/media_router/mojo/BUILD.gn ('k') | components/autofill/content/common/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("//mojo/public/tools/bindings/mojom.gni") 5 import("//mojo/public/tools/bindings/mojom.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 static_library("arc") { 8 static_library("arc") {
9 sources = [ 9 sources = [
10 "arc_service_manager.cc", 10 "arc_service_manager.cc",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 "common/video_accelerator.mojom", 161 "common/video_accelerator.mojom",
162 "common/voice_interaction_arc_home.mojom", 162 "common/voice_interaction_arc_home.mojom",
163 "common/voice_interaction_framework.mojom", 163 "common/voice_interaction_framework.mojom",
164 "common/wallpaper.mojom", 164 "common/wallpaper.mojom",
165 ] 165 ]
166 166
167 public_deps = [ 167 public_deps = [
168 "//mojo/common:common_custom_types", 168 "//mojo/common:common_custom_types",
169 "//ui/gfx/geometry/mojo", 169 "//ui/gfx/geometry/mojo",
170 ] 170 ]
171
172 # TODO(crbug.com/714018): Convert the implementation to use OnceCallback.
173 use_once_callback = false
171 } 174 }
172 175
173 static_library("arc_test_support") { 176 static_library("arc_test_support") {
174 testonly = true 177 testonly = true
175 sources = [ 178 sources = [
176 "test/fake_app_instance.cc", 179 "test/fake_app_instance.cc",
177 "test/fake_app_instance.h", 180 "test/fake_app_instance.h",
178 "test/fake_arc_session.cc", 181 "test/fake_arc_session.cc",
179 "test/fake_arc_session.h", 182 "test/fake_arc_session.h",
180 "test/fake_bluetooth_instance.cc", 183 "test/fake_bluetooth_instance.cc",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 "//testing/gtest", 234 "//testing/gtest",
232 "//ui/aura", 235 "//ui/aura",
233 "//ui/aura:test_support", 236 "//ui/aura:test_support",
234 "//ui/base:test_support", 237 "//ui/base:test_support",
235 "//ui/base/ime", 238 "//ui/base/ime",
236 "//ui/events", 239 "//ui/events",
237 "//ui/events:dom_keycode_converter", 240 "//ui/events:dom_keycode_converter",
238 "//url:url", 241 "//url:url",
239 ] 242 ]
240 } 243 }
OLDNEW
« no previous file with comments | « chrome/common/media_router/mojo/BUILD.gn ('k') | components/autofill/content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698