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

Side by Side Diff: athena/athena.gyp

Issue 517053002: Fix athena_unittests dependency (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« 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 {
11 'target_name': 'athena_lib', 11 'target_name': 'athena_lib',
12 'type': '<(component)', 12 'type': '<(component)',
13 'dependencies': [ 13 'dependencies': [
14 '../base/base.gyp:test_support_base', 14 '../base/base.gyp:test_support_base',
15 '../extensions/shell/app_shell.gyp:app_shell_version_header', 15 '../extensions/shell/app_shell.gyp:app_shell_version_header',
16 '../ipc/ipc.gyp:ipc', 16 '../ipc/ipc.gyp:ipc',
17 '../skia/skia.gyp:skia', 17 '../skia/skia.gyp:skia',
18 '../ui/accessibility/accessibility.gyp:ax_gen', 18 '../ui/accessibility/accessibility.gyp:ax_gen',
19 '../ui/app_list/app_list.gyp:app_list', 19 '../ui/app_list/app_list.gyp:app_list',
20 '../ui/aura/aura.gyp:aura', 20 '../ui/aura/aura.gyp:aura',
21 '../ui/aura/aura.gyp:aura_test_support', 21 '../ui/aura/aura.gyp:aura_test_support',
22 '../ui/display/display.gyp:display',
22 '../ui/events/events.gyp:events_base', 23 '../ui/events/events.gyp:events_base',
23 '../ui/strings/ui_strings.gyp:ui_strings', 24 '../ui/strings/ui_strings.gyp:ui_strings',
24 '../ui/views/views.gyp:views', 25 '../ui/views/views.gyp:views',
25 'resources/athena_resources.gyp:athena_resources', 26 'resources/athena_resources.gyp:athena_resources',
26 ], 27 ],
27 'defines': [ 28 'defines': [
28 'ATHENA_IMPLEMENTATION', 29 'ATHENA_IMPLEMENTATION',
29 ], 30 ],
30 'sources': [ 31 'sources': [
31 # All .cc, .h under athena, except unittests 32 # All .cc, .h under athena, except unittests
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 'screen/screen_manager_unittest.cc', 228 'screen/screen_manager_unittest.cc',
228 'test/athena_unittests.cc', 229 'test/athena_unittests.cc',
229 'wm/split_view_controller_unittest.cc', 230 'wm/split_view_controller_unittest.cc',
230 'wm/window_list_provider_impl_unittest.cc', 231 'wm/window_list_provider_impl_unittest.cc',
231 'wm/window_manager_unittest.cc', 232 'wm/window_manager_unittest.cc',
232 ], 233 ],
233 } 234 }
234 ], 235 ],
235 } 236 }
236 237
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