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

Side by Side Diff: ash/ash.gyp

Issue 9228013: Add ash/accelerators/accelerator_filter_unittest.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 11 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 | « ash/accelerators/accelerator_filter_unittest.cc ('k') | no next file » | no next file with comments »
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 10
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 '../ui/ui.gyp:ui', 196 '../ui/ui.gyp:ui',
197 '../ui/ui.gyp:ui_resources', 197 '../ui/ui.gyp:ui_resources',
198 '../ui/ui.gyp:ui_resources_standard', 198 '../ui/ui.gyp:ui_resources_standard',
199 '../ui/views/views.gyp:views', 199 '../ui/views/views.gyp:views',
200 'ash', 200 'ash',
201 ], 201 ],
202 'sources': [ 202 'sources': [
203 '../ui/views/test/test_views_delegate.cc', 203 '../ui/views/test/test_views_delegate.cc',
204 '../ui/views/test/test_views_delegate.h', 204 '../ui/views/test/test_views_delegate.h',
205 'accelerators/accelerator_controller_unittest.cc', 205 'accelerators/accelerator_controller_unittest.cc',
206 'accelerators/accelerator_filter_unittest.cc',
206 'drag_drop/drag_drop_controller_unittest.cc', 207 'drag_drop/drag_drop_controller_unittest.cc',
207 'ime/input_method_event_filter_unittest.cc', 208 'ime/input_method_event_filter_unittest.cc',
208 'launcher/launcher_model_unittest.cc', 209 'launcher/launcher_model_unittest.cc',
209 'launcher/launcher_unittest.cc', 210 'launcher/launcher_unittest.cc',
210 'launcher/view_model_unittest.cc', 211 'launcher/view_model_unittest.cc',
211 'launcher/view_model_utils_unittest.cc', 212 'launcher/view_model_utils_unittest.cc',
212 'shell_unittest.cc', 213 'shell_unittest.cc',
213 'test/ash_unittests.cc', 214 'test/ash_unittests.cc',
214 'test/aura_shell_test_base.cc', 215 'test/aura_shell_test_base.cc',
215 'test/aura_shell_test_base.h', 216 'test/aura_shell_test_base.h',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 'shell/cocoa/app-Info.plist', 319 'shell/cocoa/app-Info.plist',
319 ], 320 ],
320 'xcode_settings': { 321 'xcode_settings': {
321 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 322 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
322 }, 323 },
323 }], 324 }],
324 ], 325 ],
325 }, 326 },
326 ], 327 ],
327 } 328 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_filter_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698