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

Side by Side Diff: ui/app_list/presenter/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 | « third_party/WebKit/public/blink.gyp ('k') | ui/events/devices/mojo/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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 assert(use_aura) 9 assert(use_aura)
10 10
(...skipping 26 matching lines...) Expand all
37 ] 37 ]
38 } 38 }
39 39
40 mojom("mojom") { 40 mojom("mojom") {
41 sources = [ 41 sources = [
42 "app_list_presenter.mojom", 42 "app_list_presenter.mojom",
43 ] 43 ]
44 deps = [ 44 deps = [
45 "//services/ui/public/interfaces", 45 "//services/ui/public/interfaces",
46 ] 46 ]
47
48 use_new_wrapper_types = false
47 } 49 }
48 50
49 static_library("test_support") { 51 static_library("test_support") {
50 sources = [ 52 sources = [
51 "test/app_list_presenter_impl_test_api.cc", 53 "test/app_list_presenter_impl_test_api.cc",
52 "test/app_list_presenter_impl_test_api.h", 54 "test/app_list_presenter_impl_test_api.h",
53 55
54 # Temporary dependency to fix compile flake in http://crbug.com/611898. 56 # Temporary dependency to fix compile flake in http://crbug.com/611898.
55 # TODO(tapted): Remove once http://crbug.com/612382 is fixed. 57 # TODO(tapted): Remove once http://crbug.com/612382 is fixed.
56 "//ui/accessibility:ax_gen", 58 "//ui/accessibility:ax_gen",
(...skipping 30 matching lines...) Expand all
87 89
88 # Temporary dependency to fix compile flake in http://crbug.com/611898. 90 # Temporary dependency to fix compile flake in http://crbug.com/611898.
89 # TODO(tapted): Remove once http://crbug.com/612382 is fixed. 91 # TODO(tapted): Remove once http://crbug.com/612382 is fixed.
90 "//ui/accessibility:ax_gen", 92 "//ui/accessibility:ax_gen",
91 ] 93 ]
92 94
93 data_deps = [ 95 data_deps = [
94 "//ui/resources:ui_test_pak_data", 96 "//ui/resources:ui_test_pak_data",
95 ] 97 ]
96 } 98 }
OLDNEW
« no previous file with comments | « third_party/WebKit/public/blink.gyp ('k') | ui/events/devices/mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698