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

Side by Side Diff: mojo/public/tools/bindings/chromium_bindings_configuration.gni

Issue 2929273002: Add the Play Store app search to the launcher. (Closed)
Patch Set: Resolve Luis comments. Created 3 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
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 _typemap_imports = [ 5 _typemap_imports = [
6 "//ash/public/interfaces/typemaps.gni", 6 "//ash/public/interfaces/typemaps.gni",
7 "//cc/ipc/typemaps.gni", 7 "//cc/ipc/typemaps.gni",
8 "//chrome/browser/ui/app_list/search/playstore/mojo/typemaps.gni",
8 "//chrome/common/extensions/typemaps.gni", 9 "//chrome/common/extensions/typemaps.gni",
9 "//chrome/common/importer/typemaps.gni", 10 "//chrome/common/importer/typemaps.gni",
10 "//chrome/common/media_router/mojo/typemaps.gni", 11 "//chrome/common/media_router/mojo/typemaps.gni",
11 "//chrome/typemaps.gni", 12 "//chrome/typemaps.gni",
12 "//components/arc/common/typemaps.gni", 13 "//components/arc/common/typemaps.gni",
13 "//components/metrics/public/cpp/typemaps.gni", 14 "//components/metrics/public/cpp/typemaps.gni",
14 "//components/typemaps.gni", 15 "//components/typemaps.gni",
15 "//content/common/bluetooth/typemaps.gni", 16 "//content/common/bluetooth/typemaps.gni",
16 "//content/common/indexed_db/typemaps.gni", 17 "//content/common/indexed_db/typemaps.gni",
17 "//content/common/presentation/typemaps.gni", 18 "//content/common/presentation/typemaps.gni",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 95
95 typemaps_chromeos = [] 96 typemaps_chromeos = []
96 foreach(typemap, _typemaps_chromeos) { 97 foreach(typemap, _typemaps_chromeos) {
97 typemaps_chromeos += [ { 98 typemaps_chromeos += [ {
98 filename = typemap 99 filename = typemap
99 config = read_file(typemap, "scope") 100 config = read_file(typemap, "scope")
100 } ] 101 } ]
101 } 102 }
102 103
103 component_macro_suffix = "" 104 component_macro_suffix = ""
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698