Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright (c) 2015 The Chromium Authors. All rights reserved. | |
|
cpu_(ooo_6.6-7.5)
2015/01/23 23:59:47
I believe the new files don't have (c).
Slava Chigrin
2015/01/24 16:20:34
Done.
| |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 source_set("bspatch") { | |
|
Slava Chigrin
2015/01/23 20:35:30
Users of this target use absolute include paths, t
| |
| 6 sources = [ | |
| 7 "mbspatch.cc", | |
| 8 "mbspatch.h", | |
| 9 ] | |
| 10 | |
| 11 configs -= [ "//build/config/compiler:chromium_code" ] | |
| 12 configs += [ "//build/config/compiler:no_chromium_code" ] | |
| 13 | |
| 14 deps = [ | |
| 15 "//third_party/lzma_sdk", | |
| 16 ] | |
| 17 } | |
| OLD | NEW |