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

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

Issue 316323002: Introduces ActivityFactory for SampleActivity. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
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 24 matching lines...) Expand all
35 'target_name': 'athena_shell', 35 'target_name': 'athena_shell',
36 'type': 'executable', 36 'type': 'executable',
37 'dependencies': [ 37 'dependencies': [
38 '../../base/base.gyp:base', 38 '../../base/base.gyp:base',
39 '../../base/base.gyp:base_i18n', 39 '../../base/base.gyp:base_i18n',
40 '../../skia/skia.gyp:skia', 40 '../../skia/skia.gyp:skia',
41 '../../ui/accessibility/accessibility.gyp:ax_gen', 41 '../../ui/accessibility/accessibility.gyp:ax_gen',
42 '../../ui/aura/aura.gyp:aura', 42 '../../ui/aura/aura.gyp:aura',
43 '../../ui/compositor/compositor.gyp:compositor_test_support', 43 '../../ui/compositor/compositor.gyp:compositor_test_support',
44 '../../ui/gfx/gfx.gyp:gfx', 44 '../../ui/gfx/gfx.gyp:gfx',
45 '../../url/url.gyp:url_lib',
45 '../athena.gyp:athena_lib', 46 '../athena.gyp:athena_lib',
46 '../athena.gyp:athena_test_support', 47 '../athena.gyp:athena_test_support',
47 ], 48 ],
48 'sources': [ 49 'sources': [
49 'athena_shell.cc', 50 'athena_shell.cc',
50 'sample_activity.cc',
51 'sample_activity.h',
52 ], 51 ],
53 } 52 }
54 ], # targets 53 ], # targets
55 } 54 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698