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 component("platform") { | 5 component("platform") { |
6 output_name = "blink_platform" | 6 output_name = "blink_platform" |
7 | 7 |
8 sources = [ | 8 sources = [ |
9 "weborigin/DatabaseIdentifier.cpp", | 9 "weborigin/DatabaseIdentifier.cpp", |
10 "weborigin/DatabaseIdentifier.h", | 10 "weborigin/DatabaseIdentifier.h", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 ] | 64 ] |
65 | 65 |
66 # if (is_linux && use_tcmalloc) { | 66 # if (is_linux && use_tcmalloc) { |
67 # deps += [ | 67 # deps += [ |
68 # "//base:base", | 68 # "//base:base", |
69 # "//base/allocator:allocator", | 69 # "//base/allocator:allocator", |
70 # ], | 70 # ], |
71 # } | 71 # } |
72 | 72 |
73 } | 73 } |
OLD | NEW |