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

Side by Side Diff: athena/athena.gyp

Issue 443703002: athena: Bundle a static background image with athena. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 4 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/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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 '../testing/gtest.gyp:gtest', 118 '../testing/gtest.gyp:gtest',
119 '../ui/accessibility/accessibility.gyp:ax_gen', 119 '../ui/accessibility/accessibility.gyp:ax_gen',
120 '../ui/app_list/app_list.gyp:app_list', 120 '../ui/app_list/app_list.gyp:app_list',
121 '../ui/aura/aura.gyp:aura_test_support', 121 '../ui/aura/aura.gyp:aura_test_support',
122 '../ui/base/ui_base.gyp:ui_base_test_support', 122 '../ui/base/ui_base.gyp:ui_base_test_support',
123 '../ui/compositor/compositor.gyp:compositor_test_support', 123 '../ui/compositor/compositor.gyp:compositor_test_support',
124 '../ui/views/views.gyp:views', 124 '../ui/views/views.gyp:views',
125 '../ui/wm/wm.gyp:wm', 125 '../ui/wm/wm.gyp:wm',
126 '../url/url.gyp:url_lib', 126 '../url/url.gyp:url_lib',
127 'athena_lib', 127 'athena_lib',
128 'resources/athena_resources.gyp:athena_resources',
128 ], 129 ],
129 'sources': [ 130 'sources': [
130 'main/athena_launcher.cc', 131 'main/athena_launcher.cc',
131 'main/athena_launcher.h', 132 'main/athena_launcher.h',
132 'main/placeholder.cc', 133 'main/placeholder.cc',
133 'main/placeholder.h', 134 'main/placeholder.h',
134 'test/athena_test_base.cc', 135 'test/athena_test_base.cc',
135 'test/athena_test_base.h', 136 'test/athena_test_base.h',
136 'test/athena_test_helper.cc', 137 'test/athena_test_helper.cc',
137 'test/athena_test_helper.h', 138 'test/athena_test_helper.h',
(...skipping 20 matching lines...) Expand all
158 'activity/activity_manager_unittest.cc', 159 'activity/activity_manager_unittest.cc',
159 'home/home_card_unittest.cc', 160 'home/home_card_unittest.cc',
160 'input/accelerator_manager_unittest.cc', 161 'input/accelerator_manager_unittest.cc',
161 'screen/screen_manager_unittest.cc', 162 'screen/screen_manager_unittest.cc',
162 'wm/window_manager_unittest.cc', 163 'wm/window_manager_unittest.cc',
163 ], 164 ],
164 } 165 }
165 ], 166 ],
166 } 167 }
167 168
OLDNEW
« no previous file with comments | « no previous file | athena/main/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698