| OLD | NEW |
| 1 # Copyright 2014 The Chroium Authors. All rights reserved. | 1 # Copyright 2014 The Chroium 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 { | 5 { |
| 6 'includes': [ | 6 'includes': [ |
| 7 'mojo_public.gypi', | 7 'mojo_public.gypi', |
| 8 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 # GN version: //mojo/public/cpp/bindings:wtf_support | 218 # GN version: //mojo/public/cpp/bindings:wtf_support |
| 219 'target_name': 'mojo_cpp_bindings_wtf_support', | 219 'target_name': 'mojo_cpp_bindings_wtf_support', |
| 220 'type': 'static_library', | 220 'type': 'static_library', |
| 221 'include_dirs': [ | 221 'include_dirs': [ |
| 222 '..' | 222 '..' |
| 223 ], | 223 ], |
| 224 'sources': [ | 224 'sources': [ |
| 225 'public/cpp/bindings/array_traits_wtf.h', | 225 'public/cpp/bindings/array_traits_wtf.h', |
| 226 'public/cpp/bindings/array_traits_wtf_vector.h', | 226 'public/cpp/bindings/array_traits_wtf_vector.h', |
| 227 'public/cpp/bindings/lib/string_traits_wtf.cc', | 227 'public/cpp/bindings/lib/string_traits_wtf.cc', |
| 228 'public/cpp/bindings/lib/wtf_clone_equals_util.h', |
| 228 'public/cpp/bindings/lib/wtf_serialization.h', | 229 'public/cpp/bindings/lib/wtf_serialization.h', |
| 229 'public/cpp/bindings/map_traits_wtf.h', | 230 'public/cpp/bindings/map_traits_wtf.h', |
| 231 'public/cpp/bindings/map_traits_wtf_hash_map.h', |
| 230 'public/cpp/bindings/string_traits_wtf.h', | 232 'public/cpp/bindings/string_traits_wtf.h', |
| 231 'public/cpp/bindings/wtf_array.h', | 233 'public/cpp/bindings/wtf_array.h', |
| 232 'public/cpp/bindings/wtf_map.h', | 234 'public/cpp/bindings/wtf_map.h', |
| 233 ], | 235 ], |
| 234 'dependencies': [ | 236 'dependencies': [ |
| 235 'mojo_cpp_bindings', | 237 'mojo_cpp_bindings', |
| 236 '../third_party/WebKit/Source/config.gyp:config', | 238 '../third_party/WebKit/Source/config.gyp:config', |
| 237 '../third_party/WebKit/Source/wtf/wtf.gyp:wtf', | 239 '../third_party/WebKit/Source/wtf/wtf.gyp:wtf', |
| 238 ], | 240 ], |
| 239 'export_dependent_settings': [ | 241 'export_dependent_settings': [ |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 299 'configurations': { | 301 'configurations': { |
| 300 'Common_Base': { | 302 'Common_Base': { |
| 301 'msvs_target_platform': 'x64', | 303 'msvs_target_platform': 'x64', |
| 302 }, | 304 }, |
| 303 }, | 305 }, |
| 304 }, | 306 }, |
| 305 ], | 307 ], |
| 306 }], | 308 }], |
| 307 ], | 309 ], |
| 308 } | 310 } |
| OLD | NEW |