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

Side by Side Diff: athena/athena.gyp

Issue 336263002: Adds an item for loaded app. (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 | « apps/shell/browser/shell_extension_system.h ('k') | athena/content/DEPS » ('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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 'screen/screen_accelerator_handler.h', 52 'screen/screen_accelerator_handler.h',
53 'screen/screen_manager_impl.cc', 53 'screen/screen_manager_impl.cc',
54 'wm/public/window_manager.h', 54 'wm/public/window_manager.h',
55 'wm/window_manager_impl.cc', 55 'wm/window_manager_impl.cc',
56 'wm/window_overview_mode.cc', 56 'wm/window_overview_mode.cc',
57 'wm/window_overview_mode.h', 57 'wm/window_overview_mode.h',
58 ], 58 ],
59 }, 59 },
60 { 60 {
61 'target_name': 'athena_content_lib', 61 'target_name': 'athena_content_lib',
62 'type': '<(component)', 62 'type': 'static_library',
63 'dependencies': [ 63 'dependencies': [
64 'athena_lib', 64 'athena_lib',
65 '../content/content.gyp:content_browser', 65 '../content/content.gyp:content_browser',
66 '../ui/app_list/app_list.gyp:app_list', 66 '../ui/app_list/app_list.gyp:app_list',
67 '../ui/views/controls/webview/webview.gyp:webview', 67 '../ui/views/controls/webview/webview.gyp:webview',
68 '../skia/skia.gyp:skia', 68 '../skia/skia.gyp:skia',
69 ], 69 ],
70 'defines': [ 70 'defines': [
71 'ATHENA_IMPLEMENTATION', 71 'ATHENA_IMPLEMENTATION',
72 ], 72 ],
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 'sources': [ 125 'sources': [
126 'test/athena_unittests.cc', 126 'test/athena_unittests.cc',
127 'activity/activity_manager_unittest.cc', 127 'activity/activity_manager_unittest.cc',
128 'input/accelerator_manager_unittest.cc', 128 'input/accelerator_manager_unittest.cc',
129 'wm/window_manager_unittest.cc', 129 'wm/window_manager_unittest.cc',
130 ], 130 ],
131 } 131 }
132 ], 132 ],
133 } 133 }
134 134
OLDNEW
« no previous file with comments | « apps/shell/browser/shell_extension_system.h ('k') | athena/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698