Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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 source_set("render_widget") { | 5 source_set("render_widget") { |
| 6 visibility = [ | 6 visibility = [ |
| 7 "//blimp/client/app:session", # TODO(nyquist): Remove this. See crbug/65196 4. | 7 "//blimp/client/app:session", # TODO(nyquist): Remove this. See crbug/65196 4. |
| 8 "//blimp/client/core/*", | 8 "//blimp/client/core/*", |
| 9 ] | 9 ] |
| 10 | 10 |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 69 "render_widget_feature_unittest.cc", | 69 "render_widget_feature_unittest.cc", |
| 70 ] | 70 ] |
| 71 | 71 |
| 72 deps = [ | 72 deps = [ |
| 73 ":render_widget", | 73 ":render_widget", |
| 74 ":test_support", | 74 ":test_support", |
| 75 "//base", | 75 "//base", |
| 76 "//blimp/client/test/compositor", | 76 "//blimp/client/test/compositor", |
| 77 "//blimp/common", | 77 "//blimp/common", |
| 78 "//blimp/net:test_support", | 78 "//blimp/net:test_support", |
| 79 "//cc/animation", | |
|
Khushal
2016/11/18 21:20:23
Not needed.
loyso (OOO)
2016/11/21 06:47:54
Done.
| |
| 79 "//cc/proto", | 80 "//cc/proto", |
| 80 "//cc/surfaces", | 81 "//cc/surfaces", |
| 81 "//net", | 82 "//net", |
| 82 "//net:test_support", | 83 "//net:test_support", |
| 83 "//testing/gtest", | 84 "//testing/gtest", |
| 84 ] | 85 ] |
| 85 } | 86 } |
| OLD | NEW |