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

Side by Side Diff: ash/ash.gyp

Issue 26373009: ash:Shelf - Added UMA stats for ShelfAlignment (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: copywrite header Created 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/ash_periodic_metrics_recorder.h » ('j') | ash/ash_periodic_metrics_recorder.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'accelerators/exit_warning_handler.h', 65 'accelerators/exit_warning_handler.h',
66 'accelerators/focus_manager_factory.cc', 66 'accelerators/focus_manager_factory.cc',
67 'accelerators/focus_manager_factory.h', 67 'accelerators/focus_manager_factory.h',
68 'accelerators/nested_dispatcher_controller.cc', 68 'accelerators/nested_dispatcher_controller.cc',
69 'accelerators/nested_dispatcher_controller.h', 69 'accelerators/nested_dispatcher_controller.h',
70 'accessibility_delegate.h', 70 'accessibility_delegate.h',
71 'autoclick/autoclick_controller.cc', 71 'autoclick/autoclick_controller.cc',
72 'autoclick/autoclick_controller.h', 72 'autoclick/autoclick_controller.h',
73 'ash_constants.cc', 73 'ash_constants.cc',
74 'ash_constants.h', 74 'ash_constants.h',
75 'ash_periodic_metrics_recorder.cc',
James Cook 2013/11/01 00:28:51 This file doesn't need to have ash_ in the name, s
Harry McCleave 2013/11/01 01:00:38 Done.
76 'ash_periodic_metrics_recorder.h',
75 'ash_switches.cc', 77 'ash_switches.cc',
76 'ash_switches.h', 78 'ash_switches.h',
77 'cancel_mode.cc', 79 'cancel_mode.cc',
78 'cancel_mode.h', 80 'cancel_mode.h',
79 'caps_lock_delegate.h', 81 'caps_lock_delegate.h',
80 'caps_lock_delegate_stub.cc', 82 'caps_lock_delegate_stub.cc',
81 'caps_lock_delegate_stub.h', 83 'caps_lock_delegate_stub.h',
82 'debug.cc', 84 'debug.cc',
83 'debug.h', 85 'debug.h',
84 'default_accessibility_delegate.cc', 86 'default_accessibility_delegate.cc',
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 }, 956 },
955 }, 957 },
956 'dependencies': [ 958 'dependencies': [
957 '../sandbox/sandbox.gyp:sandbox', 959 '../sandbox/sandbox.gyp:sandbox',
958 ], 960 ],
959 }], 961 }],
960 ], 962 ],
961 }, 963 },
962 ], 964 ],
963 } 965 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_periodic_metrics_recorder.h » ('j') | ash/ash_periodic_metrics_recorder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698