| 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 import("//testing/test.gni") | 5 import("//testing/test.gni") |
| 6 | 6 |
| 7 # GYP version: ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_
widget_mac | 7 # GYP version: ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_
widget_mac |
| 8 component("accelerated_widget_mac") { | 8 component("accelerated_widget_mac") { |
| 9 sources = [ | 9 sources = [ |
| 10 "accelerated_widget_mac.h", | 10 "accelerated_widget_mac.h", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 ] | 58 ] |
| 59 deps = [ | 59 deps = [ |
| 60 ":accelerated_widget_mac", | 60 ":accelerated_widget_mac", |
| 61 "//base", | 61 "//base", |
| 62 "//base/test:run_all_unittests", | 62 "//base/test:run_all_unittests", |
| 63 "//base/test:test_support", | 63 "//base/test:test_support", |
| 64 "//skia", | 64 "//skia", |
| 65 "//testing/gmock", | 65 "//testing/gmock", |
| 66 "//testing/gtest", | 66 "//testing/gtest", |
| 67 "//ui/gfx:test_support", | 67 "//ui/gfx:test_support", |
| 68 "//ui/gl:test_support", | 68 "//ui/gl", |
| 69 ] | 69 ] |
| 70 libs = [ | 70 libs = [ |
| 71 "AVFoundation.framework", | 71 "AVFoundation.framework", |
| 72 "QuartzCore.framework", | 72 "QuartzCore.framework", |
| 73 ] | 73 ] |
| 74 } | 74 } |
| OLD | NEW |