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

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

Issue 687533002: Print activity state when Ctrl+Shift+Alt+W is pressed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move debug accelerators to DebugAcceleratorHandler Created 6 years, 1 month 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 | « athena/main/athena_launcher.cc ('k') | athena/main/debug_accelerator_handler.h » ('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 25 matching lines...) Expand all
36 'sources': [ 36 'sources': [
37 'athena_content_client.cc', 37 'athena_content_client.cc',
38 'athena_content_client.h', 38 'athena_content_client.h',
39 'athena_frame_view.cc', 39 'athena_frame_view.cc',
40 'athena_frame_view.h', 40 'athena_frame_view.h',
41 'athena_launcher.cc', 41 'athena_launcher.cc',
42 'athena_renderer_pdf_helper.cc', 42 'athena_renderer_pdf_helper.cc',
43 'athena_renderer_pdf_helper.h', 43 'athena_renderer_pdf_helper.h',
44 'athena_views_delegate.cc', 44 'athena_views_delegate.cc',
45 'athena_views_delegate.h', 45 'athena_views_delegate.h',
46 'debug_accelerator_handler.cc',
47 'debug_accelerator_handler.h',
46 'placeholder.cc', 48 'placeholder.cc',
47 'placeholder.h', 49 'placeholder.h',
48 'public/athena_launcher.h', 50 'public/athena_launcher.h',
49 ], 51 ],
50 }, 52 },
51 { 53 {
52 'target_name': 'athena_main', 54 'target_name': 'athena_main',
53 'type': 'executable', 55 'type': 'executable',
54 'dependencies': [ 56 'dependencies': [
55 '../../ui/accessibility/accessibility.gyp:ax_gen', 57 '../../ui/accessibility/accessibility.gyp:ax_gen',
56 '../athena.gyp:athena_app_shell_lib', 58 '../athena.gyp:athena_app_shell_lib',
57 '../resources/athena_resources.gyp:athena_pak', 59 '../resources/athena_resources.gyp:athena_pak',
58 'athena_main_lib', 60 'athena_main_lib',
59 ], 61 ],
60 'include_dirs': [ 62 'include_dirs': [
61 '../..', 63 '../..',
62 ], 64 ],
63 'sources': [ 65 'sources': [
64 'athena_main.cc', 66 'athena_main.cc',
65 ], 67 ],
66 } 68 }
67 ], # targets 69 ], # targets
68 } 70 }
OLDNEW
« no previous file with comments | « athena/main/athena_launcher.cc ('k') | athena/main/debug_accelerator_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698