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

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

Issue 2822953002: Remove old wtf/ directory. (Closed)
Patch Set: Fixup *.typemap files. Created 3 years, 8 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 | « no previous file | third_party/WebKit/Source/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 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 interfaces_bindings_gen_dir = "$root_gen_dir/mojo/public/interfaces/bindings" 5 interfaces_bindings_gen_dir = "$root_gen_dir/mojo/public/interfaces/bindings"
6 6
7 component("bindings") { 7 component("bindings") {
8 sources = [ 8 sources = [
9 # Normally, targets should depend on the source_sets generated by mojom 9 # Normally, targets should depend on the source_sets generated by mojom
10 # targets. However, the generated source_sets use portions of the bindings 10 # targets. However, the generated source_sets use portions of the bindings
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "lib/string_traits_wtf.cc", 178 "lib/string_traits_wtf.cc",
179 "lib/wtf_clone_equals_util.h", 179 "lib/wtf_clone_equals_util.h",
180 "lib/wtf_hash_util.h", 180 "lib/wtf_hash_util.h",
181 "lib/wtf_serialization.h", 181 "lib/wtf_serialization.h",
182 "map_traits_wtf_hash_map.h", 182 "map_traits_wtf_hash_map.h",
183 "string_traits_wtf.h", 183 "string_traits_wtf.h",
184 ] 184 ]
185 185
186 public_deps = [ 186 public_deps = [
187 ":bindings", 187 ":bindings",
188 "//third_party/WebKit/Source/wtf", 188 "//third_party/WebKit/Source/platform/wtf",
189 ] 189 ]
190 190
191 public_configs = [ "//third_party/WebKit/Source:config" ] 191 public_configs = [ "//third_party/WebKit/Source:config" ]
192 } 192 }
193 } 193 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698