| OLD | NEW |
| 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 { | 5 { |
| 6 'includes': [ | 6 'includes': [ |
| 7 'mojo_variables.gypi', | 7 'mojo_variables.gypi', |
| 8 ], | 8 ], |
| 9 'target_defaults' : { | 9 'target_defaults' : { |
| 10 'include_dirs': [ | 10 'include_dirs': [ |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 }, | 232 }, |
| 233 { | 233 { |
| 234 # GN version: //mojo/public/cpp/bindings:wtf_support | 234 # GN version: //mojo/public/cpp/bindings:wtf_support |
| 235 'target_name': 'mojo_cpp_bindings_wtf_support', | 235 'target_name': 'mojo_cpp_bindings_wtf_support', |
| 236 'type': 'static_library', | 236 'type': 'static_library', |
| 237 'include_dirs': [ | 237 'include_dirs': [ |
| 238 '..' | 238 '..' |
| 239 ], | 239 ], |
| 240 'sources': [ | 240 'sources': [ |
| 241 'public/cpp/bindings/array_traits_wtf.h', | 241 'public/cpp/bindings/array_traits_wtf.h', |
| 242 'public/cpp/bindings/array_traits_wtf_vector.h', |
| 242 'public/cpp/bindings/lib/string_traits_wtf.cc', | 243 'public/cpp/bindings/lib/string_traits_wtf.cc', |
| 243 'public/cpp/bindings/lib/wtf_serialization.h', | 244 'public/cpp/bindings/lib/wtf_serialization.h', |
| 244 'public/cpp/bindings/string_traits_wtf.h', | 245 'public/cpp/bindings/string_traits_wtf.h', |
| 245 'public/cpp/bindings/wtf_array.h', | 246 'public/cpp/bindings/wtf_array.h', |
| 246 ], | 247 ], |
| 247 'dependencies': [ | 248 'dependencies': [ |
| 248 'mojo_cpp_bindings', | 249 'mojo_cpp_bindings', |
| 249 '../third_party/WebKit/Source/config.gyp:config', | 250 '../third_party/WebKit/Source/config.gyp:config', |
| 250 '../third_party/WebKit/Source/wtf/wtf.gyp:wtf', | 251 '../third_party/WebKit/Source/wtf/wtf.gyp:wtf', |
| 251 ], | 252 ], |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 524 'mojo_interface_bindings_java_sources', | 525 'mojo_interface_bindings_java_sources', |
| 525 'mojo_public_java', | 526 'mojo_public_java', |
| 526 '<(DEPTH)/base/base.gyp:base_java', | 527 '<(DEPTH)/base/base.gyp:base_java', |
| 527 ], | 528 ], |
| 528 'includes': [ '../build/java.gypi' ], | 529 'includes': [ '../build/java.gypi' ], |
| 529 }, | 530 }, |
| 530 ], | 531 ], |
| 531 }], | 532 }], |
| 532 ], | 533 ], |
| 533 } | 534 } |
| OLD | NEW |