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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 'demo/demo_main.cc', | 67 'demo/demo_main.cc', |
68 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 68 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
69 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 69 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
70 ], | 70 ], |
71 }, | 71 }, |
72 { | 72 { |
73 'target_name': 'aura_unittests', | 73 'target_name': 'aura_unittests', |
74 'type': 'executable', | 74 'type': 'executable', |
75 'dependencies': [ | 75 'dependencies': [ |
76 '<(DEPTH)/base/base.gyp:test_support_base', | 76 '<(DEPTH)/base/base.gyp:test_support_base', |
77 '../chrome/chrome.gyp:packed_resources', | 77 '<(DEPTH)/chrome/chrome.gyp:packed_resources', |
78 '<(DEPTH)/skia/skia.gyp:skia', | 78 '<(DEPTH)/skia/skia.gyp:skia', |
79 '<(DEPTH)/testing/gtest.gyp:gtest', | 79 '<(DEPTH)/testing/gtest.gyp:gtest', |
80 '<(DEPTH)/ui/ui.gyp:gfx_resources', | 80 '<(DEPTH)/ui/ui.gyp:gfx_resources', |
81 '<(DEPTH)/ui/ui.gyp:ui', | 81 '<(DEPTH)/ui/ui.gyp:ui', |
82 '<(DEPTH)/ui/ui.gyp:ui_resources', | 82 '<(DEPTH)/ui/ui.gyp:ui_resources', |
83 'aura', | 83 'aura', |
84 ], | 84 ], |
85 'include_dirs': [ | 85 'include_dirs': [ |
86 '..', | 86 '..', |
87 ], | 87 ], |
88 'sources': [ | 88 'sources': [ |
89 'window_unittest.cc', | 89 'window_unittest.cc', |
90 'run_all_unittests.cc', | 90 'run_all_unittests.cc', |
91 'test_suite.cc', | 91 'test_suite.cc', |
92 'test_suite.h', | 92 'test_suite.h', |
93 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 93 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
94 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 94 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
95 ], | 95 ], |
96 }, | 96 }, |
97 ], | 97 ], |
98 } | 98 } |
OLD | NEW |