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

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

Issue 2156303003: Mojo C++ bindings: make the generator use STL/WTF string/vector/map by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge branch 'master' into 72_switch_default Created 4 years, 5 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 | « components/arc.gypi ('k') | components/autofill.gypi » ('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_bridge_bootstrap.cc", 10 "arc_bridge_bootstrap.cc",
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 "common/screen_rect.mojom", 152 "common/screen_rect.mojom",
153 "common/storage_manager.mojom", 153 "common/storage_manager.mojom",
154 "common/video.mojom", 154 "common/video.mojom",
155 "common/video_accelerator.mojom", 155 "common/video_accelerator.mojom",
156 "common/window_manager.mojom", 156 "common/window_manager.mojom",
157 ] 157 ]
158 158
159 deps = [ 159 deps = [
160 "//ui/gfx/geometry/mojo", 160 "//ui/gfx/geometry/mojo",
161 ] 161 ]
162
163 use_new_wrapper_types = false
162 } 164 }
163 165
164 static_library("arc_test_support") { 166 static_library("arc_test_support") {
165 testonly = true 167 testonly = true
166 sources = [ 168 sources = [
167 "test/fake_app_instance.cc", 169 "test/fake_app_instance.cc",
168 "test/fake_app_instance.h", 170 "test/fake_app_instance.h",
169 "test/fake_arc_bridge_bootstrap.cc", 171 "test/fake_arc_bridge_bootstrap.cc",
170 "test/fake_arc_bridge_bootstrap.h", 172 "test/fake_arc_bridge_bootstrap.h",
171 "test/fake_arc_bridge_instance.cc", 173 "test/fake_arc_bridge_instance.cc",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 ] 260 ]
259 261
260 deps = [ 262 deps = [
261 ":arc_standalone", 263 ":arc_standalone",
262 ":arc_standalone_service", 264 ":arc_standalone_service",
263 "//base", 265 "//base",
264 "//ipc:ipc", 266 "//ipc:ipc",
265 "//mojo/edk/system", 267 "//mojo/edk/system",
266 ] 268 ]
267 } 269 }
OLDNEW
« no previous file with comments | « components/arc.gypi ('k') | components/autofill.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698