OLD | NEW |
---|---|
(Empty) | |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | |
robliao
2017/01/03 08:00:01
I guess it's time to change these to 2017. Happy N
fdoray
2017/01/04 22:47:39
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 static_library("renderer") { | |
6 sources = [ | |
7 "renderer/initialization.cc", | |
8 "renderer/initialization.h", | |
9 ] | |
10 | |
11 deps = [ | |
12 ":common", | |
13 "//base", | |
14 ] | |
15 } | |
OLD | NEW |