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

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

Issue 428583003: athena: Use overlay scrollbars. (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 | « athena/main/athena_main.cc ('k') | athena/main/debug/network_selector.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 14 matching lines...) Expand all
25 # search_engines and its dependencies. See crbug.com/386171 25 # search_engines and its dependencies. See crbug.com/386171
26 # TODO(mukai): declare those symbols for Athena. 26 # TODO(mukai): declare those symbols for Athena.
27 '../../components/components.gyp:infobars_test_support', 27 '../../components/components.gyp:infobars_test_support',
28 '../../components/components.gyp:search_engines', 28 '../../components/components.gyp:search_engines',
29 '../../extensions/shell/app_shell.gyp:app_shell_lib', 29 '../../extensions/shell/app_shell.gyp:app_shell_lib',
30 '../../skia/skia.gyp:skia', 30 '../../skia/skia.gyp:skia',
31 '../../ui/accessibility/accessibility.gyp:ax_gen', 31 '../../ui/accessibility/accessibility.gyp:ax_gen',
32 '../../ui/app_list/app_list.gyp:app_list', 32 '../../ui/app_list/app_list.gyp:app_list',
33 '../../ui/chromeos/ui_chromeos.gyp:ui_chromeos', 33 '../../ui/chromeos/ui_chromeos.gyp:ui_chromeos',
34 '../../ui/keyboard/keyboard.gyp:keyboard', 34 '../../ui/keyboard/keyboard.gyp:keyboard',
35 '../../ui/native_theme/native_theme.gyp:native_theme',
35 '../../ui/views/views.gyp:views', 36 '../../ui/views/views.gyp:views',
36 '../../url/url.gyp:url_lib', 37 '../../url/url.gyp:url_lib',
37 ], 38 ],
38 'include_dirs': [ 39 'include_dirs': [
39 '../..', 40 '../..',
40 ], 41 ],
41 'sources': [ 42 'sources': [
42 'athena_app_window_controller.cc', 43 'athena_app_window_controller.cc',
43 'athena_app_window_controller.h', 44 'athena_app_window_controller.h',
44 'athena_launcher.cc', 45 'athena_launcher.cc',
(...skipping 23 matching lines...) Expand all
68 '../athena.gyp:athena_lib', 69 '../athena.gyp:athena_lib',
69 '../athena.gyp:athena_test_support', 70 '../athena.gyp:athena_test_support',
70 '../resources/athena_resources.gyp:athena_pak', 71 '../resources/athena_resources.gyp:athena_pak',
71 ], 72 ],
72 'sources': [ 73 'sources': [
73 'athena_shell.cc', 74 'athena_shell.cc',
74 ], 75 ],
75 } 76 }
76 ], # targets 77 ], # targets
77 } 78 }
OLDNEW
« no previous file with comments | « athena/main/athena_main.cc ('k') | athena/main/debug/network_selector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698