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 static_library("common") { | 5 static_library("common") { |
6 sources = [ | 6 sources = [ |
groby-ooo-7-16
2015/03/27 23:12:32
Question: Why make this into a component? There's
tommycli
2015/03/28 00:40:04
This goes into the existing 'plugins' component, w
| |
7 "thumbnail_score.cc", | 7 "plugins_field_trial.cc", |
8 "thumbnail_score.h", | 8 "plugins_field_trial.h", |
9 "plugins_switches.cc", | |
10 "plugins_switches.h", | |
9 ] | 11 ] |
10 | 12 |
11 deps = [ | 13 deps = [] |
12 "//base", | |
13 ] | |
14 } | 14 } |
OLD | NEW |