| 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 visibility = ["//sky/*"] | 5 visibility = ["//sky/*"] |
| 6 | 6 |
| 7 component("wtf") { | 7 component("wtf") { |
| 8 sources = [ | 8 sources = [ |
| 9 "ASCIICType.h", | 9 "ASCIICType.h", |
| 10 "AddressSpaceRandomization.cpp", | 10 "AddressSpaceRandomization.cpp", |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 "DynamicAnnotations.cpp", | 51 "DynamicAnnotations.cpp", |
| 52 "DynamicAnnotations.h", | 52 "DynamicAnnotations.h", |
| 53 "FastAllocBase.h", | 53 "FastAllocBase.h", |
| 54 "FastMalloc.cpp", | 54 "FastMalloc.cpp", |
| 55 "FastMalloc.h", | 55 "FastMalloc.h", |
| 56 "FilePrintStream.cpp", | 56 "FilePrintStream.cpp", |
| 57 "FilePrintStream.h", | 57 "FilePrintStream.h", |
| 58 "Float32Array.h", | 58 "Float32Array.h", |
| 59 "Float64Array.h", | 59 "Float64Array.h", |
| 60 "Forward.h", | 60 "Forward.h", |
| 61 "Functional.h", | |
| 62 "GetPtr.h", | 61 "GetPtr.h", |
| 63 "HashCountedSet.h", | 62 "HashCountedSet.h", |
| 64 "HashFunctions.h", | 63 "HashFunctions.h", |
| 65 "HashIterators.h", | 64 "HashIterators.h", |
| 66 "HashMap.h", | 65 "HashMap.h", |
| 67 "HashSet.h", | 66 "HashSet.h", |
| 68 "HashTable.cpp", | 67 "HashTable.cpp", |
| 69 "HashTable.h", | 68 "HashTable.h", |
| 70 "HashTableDeletedValueType.h", | 69 "HashTableDeletedValueType.h", |
| 71 "HashTraits.h", | 70 "HashTraits.h", |
| (...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 | 284 |
| 286 configs += [ | 285 configs += [ |
| 287 "//sky/engine:config", | 286 "//sky/engine:config", |
| 288 "//sky/engine:non_test_config", | 287 "//sky/engine:non_test_config", |
| 289 ] | 288 ] |
| 290 | 289 |
| 291 deps = [ | 290 deps = [ |
| 292 ":wtf", | 291 ":wtf", |
| 293 ] | 292 ] |
| 294 } | 293 } |
| OLD | NEW |