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

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

Issue 2483013002: Mojo C++ bindings: Remove more use_new_wrapper_types=false. (Closed)
Patch Set: . Created 4 years, 1 month 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 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 6
7 mojom("mojo_bindings") { 7 mojom("mojo_bindings") {
8 sources = [ 8 sources = [
9 "common/contextual_search_js_api_service.mojom", 9 "common/contextual_search_js_api_service.mojom",
10 "common/overlay_page_notifier_service.mojom", 10 "common/overlay_page_notifier_service.mojom",
11 ] 11 ]
12
13 use_new_wrapper_types = false
14 } 12 }
15 13
16 static_library("browser") { 14 static_library("browser") {
17 sources = [ 15 sources = [
18 "browser/contextual_search_js_api_service_impl.cc", 16 "browser/contextual_search_js_api_service_impl.cc",
19 "browser/contextual_search_js_api_service_impl.h", 17 "browser/contextual_search_js_api_service_impl.h",
20 "browser/ctr_aggregator.cc", 18 "browser/ctr_aggregator.cc",
21 "browser/ctr_aggregator.h", 19 "browser/ctr_aggregator.h",
22 "browser/weekly_activity_storage.cc", 20 "browser/weekly_activity_storage.cc",
23 "browser/weekly_activity_storage.h", 21 "browser/weekly_activity_storage.h",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "//base", 53 "//base",
56 "//content/public/common", 54 "//content/public/common",
57 "//content/public/renderer", 55 "//content/public/renderer",
58 "//gin", 56 "//gin",
59 "//mojo/public/cpp/bindings", 57 "//mojo/public/cpp/bindings",
60 "//services/service_manager/public/cpp", 58 "//services/service_manager/public/cpp",
61 "//third_party/WebKit/public:blink_headers", 59 "//third_party/WebKit/public:blink_headers",
62 "//v8", 60 "//v8",
63 ] 61 ]
64 } 62 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698