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

Side by Side Diff: ash/ash.gyp

Issue 9958152: Consolidate win/x dispatchers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync, addressed comments Created 8 years, 8 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/nested_dispatcher_controller_unittest.cc ('k') | base/message_loop.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 (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 22 matching lines...) Expand all
33 ], 33 ],
34 'defines': [ 34 'defines': [
35 'ASH_IMPLEMENTATION', 35 'ASH_IMPLEMENTATION',
36 ], 36 ],
37 'sources': [ 37 'sources': [
38 # All .cc, .h under ash, except unittests 38 # All .cc, .h under ash, except unittests
39 'accelerators/accelerator_controller.cc', 39 'accelerators/accelerator_controller.cc',
40 'accelerators/accelerator_controller.h', 40 'accelerators/accelerator_controller.h',
41 'accelerators/accelerator_dispatcher.cc', 41 'accelerators/accelerator_dispatcher.cc',
42 'accelerators/accelerator_dispatcher.h', 42 'accelerators/accelerator_dispatcher.h',
43 'accelerators/accelerator_dispatcher_linux.cc',
44 'accelerators/accelerator_dispatcher_win.cc',
45 'accelerators/accelerator_filter.cc', 43 'accelerators/accelerator_filter.cc',
46 'accelerators/accelerator_filter.h', 44 'accelerators/accelerator_filter.h',
47 'accelerators/accelerator_table.cc', 45 'accelerators/accelerator_table.cc',
48 'accelerators/accelerator_table.h', 46 'accelerators/accelerator_table.h',
49 'accelerators/nested_dispatcher_controller.cc', 47 'accelerators/nested_dispatcher_controller.cc',
50 'accelerators/nested_dispatcher_controller.h', 48 'accelerators/nested_dispatcher_controller.h',
51 'app_list/app_list.cc', 49 'app_list/app_list.cc',
52 'app_list/app_list.h', 50 'app_list/app_list.h',
53 'app_list/app_list_item_model.cc', 51 'app_list/app_list_item_model.cc',
54 'app_list/app_list_item_model.h', 52 'app_list/app_list_item_model.h',
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 'shell/cocoa/app-Info.plist', 483 'shell/cocoa/app-Info.plist',
486 ], 484 ],
487 'xcode_settings': { 485 'xcode_settings': {
488 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 486 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
489 }, 487 },
490 }], 488 }],
491 ], 489 ],
492 }, 490 },
493 ], 491 ],
494 } 492 }
OLDNEW
« no previous file with comments | « ash/accelerators/nested_dispatcher_controller_unittest.cc ('k') | base/message_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698