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

Side by Side Diff: mojo/public/cpp/bindings/BUILD.gn

Issue 2149483002: Reduce chrome.exe .text size by 50 KB with static_library (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tweaking comments 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 source_set("bindings") { 5 static_library("bindings") {
6 sources = [ 6 sources = [
7 "array.h", 7 "array.h",
8 "array_traits.h", 8 "array_traits.h",
9 "array_traits_carray.h", 9 "array_traits_carray.h",
10 "array_traits_standard.h", 10 "array_traits_standard.h",
11 "array_traits_stl.h", 11 "array_traits_stl.h",
12 "associated_binding.h", 12 "associated_binding.h",
13 "associated_group.h", 13 "associated_group.h",
14 "associated_group_controller.h", 14 "associated_group_controller.h",
15 "associated_interface_ptr.h", 15 "associated_interface_ptr.h",
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 ] 155 ]
156 156
157 public_deps = [ 157 public_deps = [
158 ":bindings", 158 ":bindings",
159 "//third_party/WebKit/Source/wtf", 159 "//third_party/WebKit/Source/wtf",
160 ] 160 ]
161 161
162 public_configs = [ "//third_party/WebKit/Source:config" ] 162 public_configs = [ "//third_party/WebKit/Source:config" ]
163 } 163 }
164 } 164 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698