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

Side by Side Diff: athena/athena.gyp

Issue 591803002: Add athena_strings.grd with athena specific strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | 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 11 matching lines...) Expand all
22 '../ui/accessibility/accessibility.gyp:ax_gen', 22 '../ui/accessibility/accessibility.gyp:ax_gen',
23 '../ui/app_list/app_list.gyp:app_list', 23 '../ui/app_list/app_list.gyp:app_list',
24 '../ui/aura/aura.gyp:aura', 24 '../ui/aura/aura.gyp:aura',
25 '../ui/aura/aura.gyp:aura_test_support', 25 '../ui/aura/aura.gyp:aura_test_support',
26 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', 26 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos',
27 '../ui/display/display.gyp:display', 27 '../ui/display/display.gyp:display',
28 '../ui/events/events.gyp:events_base', 28 '../ui/events/events.gyp:events_base',
29 '../ui/strings/ui_strings.gyp:ui_strings', 29 '../ui/strings/ui_strings.gyp:ui_strings',
30 '../ui/views/views.gyp:views', 30 '../ui/views/views.gyp:views',
31 'resources/athena_resources.gyp:athena_resources', 31 'resources/athena_resources.gyp:athena_resources',
32 'strings/athena_strings.gyp:athena_strings',
32 ], 33 ],
33 'defines': [ 34 'defines': [
34 'ATHENA_IMPLEMENTATION', 35 'ATHENA_IMPLEMENTATION',
35 ], 36 ],
36 'sources': [ 37 'sources': [
37 # All .cc, .h under athena, except unittests 38 # All .cc, .h under athena, except unittests
38 'activity/activity.cc', 39 'activity/activity.cc',
39 'activity/activity_factory.cc', 40 'activity/activity_factory.cc',
40 'activity/activity_manager_impl.cc', 41 'activity/activity_manager_impl.cc',
41 'activity/activity_manager_impl.h', 42 'activity/activity_manager_impl.h',
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 'util/drag_handle_unittest.cc', 281 'util/drag_handle_unittest.cc',
281 'util/fill_layout_manager_unittest.cc', 282 'util/fill_layout_manager_unittest.cc',
282 'wm/split_view_controller_unittest.cc', 283 'wm/split_view_controller_unittest.cc',
283 'wm/window_list_provider_impl_unittest.cc', 284 'wm/window_list_provider_impl_unittest.cc',
284 'wm/window_manager_unittest.cc', 285 'wm/window_manager_unittest.cc',
285 ], 286 ],
286 } 287 }
287 ], 288 ],
288 } 289 }
289 290
OLDNEW
« no previous file with comments | « no previous file | athena/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698