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

Side by Side Diff: athena/main/athena_main.gyp

Issue 420663004: Make athena_unittests pass if the chrome executable is not built (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 | athena/main/athena_shell.cc » ('j') | 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'target_name': 'athena_shell', 55 'target_name': 'athena_shell',
56 'type': 'executable', 56 'type': 'executable',
57 'dependencies': [ 57 'dependencies': [
58 '../../base/base.gyp:base', 58 '../../base/base.gyp:base',
59 '../../base/base.gyp:base_i18n', 59 '../../base/base.gyp:base_i18n',
60 '../../skia/skia.gyp:skia', 60 '../../skia/skia.gyp:skia',
61 '../../ui/accessibility/accessibility.gyp:ax_gen', 61 '../../ui/accessibility/accessibility.gyp:ax_gen',
62 '../../ui/aura/aura.gyp:aura', 62 '../../ui/aura/aura.gyp:aura',
63 '../../ui/compositor/compositor.gyp:compositor_test_support', 63 '../../ui/compositor/compositor.gyp:compositor_test_support',
64 '../../ui/gfx/gfx.gyp:gfx', 64 '../../ui/gfx/gfx.gyp:gfx',
65 '../../ui/resources/ui_resources.gyp:ui_test_pak',
66 '../athena.gyp:athena_lib', 65 '../athena.gyp:athena_lib',
67 '../athena.gyp:athena_test_support', 66 '../athena.gyp:athena_test_support',
67 '../resources/athena_resources.gyp:athena_pak',
68 ], 68 ],
69 'sources': [ 69 'sources': [
70 'athena_shell.cc', 70 'athena_shell.cc',
71 ], 71 ],
72 } 72 }
73 ], # targets 73 ], # targets
74 } 74 }
OLDNEW
« no previous file with comments | « no previous file | athena/main/athena_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698