| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 ], | 186 ], |
| 187 'sources': [ | 187 'sources': [ |
| 188 'chromeos/test/action_logger.cc', | 188 'chromeos/test/action_logger.cc', |
| 189 'chromeos/test/action_logger.h', | 189 'chromeos/test/action_logger.h', |
| 190 'chromeos/test/action_logger_util.cc', | 190 'chromeos/test/action_logger_util.cc', |
| 191 'chromeos/test/action_logger_util.h', | 191 'chromeos/test/action_logger_util.h', |
| 192 'chromeos/test/test_display_layout_manager.cc', | 192 'chromeos/test/test_display_layout_manager.cc', |
| 193 'chromeos/test/test_display_layout_manager.h', | 193 'chromeos/test/test_display_layout_manager.h', |
| 194 'chromeos/test/test_native_display_delegate.cc', | 194 'chromeos/test/test_native_display_delegate.cc', |
| 195 'chromeos/test/test_native_display_delegate.h', | 195 'chromeos/test/test_native_display_delegate.h', |
| 196 'test/test_screen.cc', |
| 197 'test/test_screen.h', |
| 196 ], | 198 ], |
| 197 }, | 199 }, |
| 198 { | 200 { |
| 199 # GN version: //ui/display:display_unittests | 201 # GN version: //ui/display:display_unittests |
| 200 'target_name': 'display_unittests', | 202 'target_name': 'display_unittests', |
| 201 'type': 'executable', | 203 'type': 'executable', |
| 202 'dependencies': [ | 204 'dependencies': [ |
| 203 '../../base/base.gyp:run_all_unittests', | 205 '../../base/base.gyp:run_all_unittests', |
| 204 '../../testing/gtest.gyp:gtest', | 206 '../../testing/gtest.gyp:gtest', |
| 205 '../../ui/gfx/gfx.gyp:gfx_geometry', | 207 '../../ui/gfx/gfx.gyp:gfx_geometry', |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 '../../build/isolate.gypi', | 251 '../../build/isolate.gypi', |
| 250 ], | 252 ], |
| 251 'sources': [ | 253 'sources': [ |
| 252 'display_unittests.isolate', | 254 'display_unittests.isolate', |
| 253 ], | 255 ], |
| 254 }, | 256 }, |
| 255 ], | 257 ], |
| 256 }], | 258 }], |
| 257 ], | 259 ], |
| 258 } | 260 } |
| OLD | NEW |