Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(333)

Side by Side Diff: athena/athena.gyp

Issue 405753004: athena: Fix for r284268. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 ], 138 ],
139 }, 139 },
140 { 140 {
141 'target_name': 'athena_unittests', 141 'target_name': 'athena_unittests',
142 'type': 'executable', 142 'type': 'executable',
143 'dependencies': [ 143 'dependencies': [
144 '../testing/gtest.gyp:gtest', 144 '../testing/gtest.gyp:gtest',
145 '../skia/skia.gyp:skia', 145 '../skia/skia.gyp:skia',
146 'athena_lib', 146 'athena_lib',
147 'athena_test_support', 147 'athena_test_support',
148 'resources/athena_resources.gyp:athena_resources', 148 'resources/athena_resources.gyp:athena_pak',
149 ], 149 ],
150 'sources': [ 150 'sources': [
151 'test/athena_unittests.cc', 151 'test/athena_unittests.cc',
152 'activity/activity_manager_unittest.cc', 152 'activity/activity_manager_unittest.cc',
153 'input/accelerator_manager_unittest.cc', 153 'input/accelerator_manager_unittest.cc',
154 'wm/window_manager_unittest.cc', 154 'wm/window_manager_unittest.cc',
155 ], 155 ],
156 } 156 }
157 ], 157 ],
158 } 158 }
159 159
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698