OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 'target_name': 'aura_unittests', | 76 'target_name': 'aura_unittests', |
77 'type': 'executable', | 77 'type': 'executable', |
78 'dependencies': [ | 78 'dependencies': [ |
79 '<(DEPTH)/base/base.gyp:test_support_base', | 79 '<(DEPTH)/base/base.gyp:test_support_base', |
80 '<(DEPTH)/chrome/chrome.gyp:packed_resources', | 80 '<(DEPTH)/chrome/chrome.gyp:packed_resources', |
81 '<(DEPTH)/skia/skia.gyp:skia', | 81 '<(DEPTH)/skia/skia.gyp:skia', |
82 '<(DEPTH)/testing/gtest.gyp:gtest', | 82 '<(DEPTH)/testing/gtest.gyp:gtest', |
83 '<(DEPTH)/ui/ui.gyp:gfx_resources', | 83 '<(DEPTH)/ui/ui.gyp:gfx_resources', |
84 '<(DEPTH)/ui/ui.gyp:ui', | 84 '<(DEPTH)/ui/ui.gyp:ui', |
85 '<(DEPTH)/ui/ui.gyp:ui_resources', | 85 '<(DEPTH)/ui/ui.gyp:ui_resources', |
| 86 '<(DEPTH)/ui/gfx/gl/gl.gyp:gl', |
86 'aura', | 87 'aura', |
87 ], | 88 ], |
88 'include_dirs': [ | 89 'include_dirs': [ |
89 '..', | 90 '..', |
90 ], | 91 ], |
91 'sources': [ | 92 'sources': [ |
92 'window_unittest.cc', | 93 'window_unittest.cc', |
93 'run_all_unittests.cc', | 94 'run_all_unittests.cc', |
94 'test_suite.cc', | 95 'test_suite.cc', |
95 'test_suite.h', | 96 'test_suite.h', |
96 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 97 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
97 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 98 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
98 ], | 99 ], |
99 }, | 100 }, |
100 ], | 101 ], |
101 } | 102 } |
OLD | NEW |