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

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: fix 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
« no previous file with comments | « athena/main/athena_main.cc ('k') | 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 29 matching lines...) Expand all
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 '../athena.gyp:athena_lib', 45 '../athena.gyp:athena_lib',
46 '../athena.gyp:athena_test_support', 46 '../athena.gyp:athena_test_support',
47 ], 47 ],
48 'sources': [ 48 'sources': [
49 'athena_shell.cc', 49 'athena_shell.cc',
50 'sample_activity.cc',
51 'sample_activity.h',
52 ], 50 ],
53 } 51 }
54 ], # targets 52 ], # targets
55 } 53 }
OLDNEW
« no previous file with comments | « athena/main/athena_main.cc ('k') | athena/main/athena_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698