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

Side by Side Diff: ash/ash.gyp

Issue 13164002: Create and show the virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix upstream Created 7 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 | « no previous file | ash/root_window_controller.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 'includes': [ 10 'includes': [
(...skipping 19 matching lines...) Expand all
30 '../ui/app_list/app_list.gyp:app_list', 30 '../ui/app_list/app_list.gyp:app_list',
31 '../ui/aura/aura.gyp:aura', 31 '../ui/aura/aura.gyp:aura',
32 '../ui/base/strings/ui_strings.gyp:ui_strings', 32 '../ui/base/strings/ui_strings.gyp:ui_strings',
33 '../ui/compositor/compositor.gyp:compositor', 33 '../ui/compositor/compositor.gyp:compositor',
34 '../ui/message_center/message_center.gyp:message_center', 34 '../ui/message_center/message_center.gyp:message_center',
35 '../ui/oak/oak.gyp:oak', 35 '../ui/oak/oak.gyp:oak',
36 '../ui/ui.gyp:ui', 36 '../ui/ui.gyp:ui',
37 '../ui/ui.gyp:ui_resources', 37 '../ui/ui.gyp:ui_resources',
38 '../ui/views/controls/webview/webview.gyp:webview', 38 '../ui/views/controls/webview/webview.gyp:webview',
39 '../ui/views/views.gyp:views', 39 '../ui/views/views.gyp:views',
40 '../ui/keyboard/keyboard.gyp:keyboard',
40 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 41 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
41 'ash_resources', 42 'ash_resources',
42 'ash_wallpaper_resources', 43 'ash_wallpaper_resources',
43 ], 44 ],
44 'defines': [ 45 'defines': [
45 'ASH_IMPLEMENTATION', 46 'ASH_IMPLEMENTATION',
46 ], 47 ],
47 'sources': [ 48 'sources': [
48 # All .cc, .h under ash, except unittests 49 # All .cc, .h under ash, except unittests
49 'accelerators/accelerator_controller.cc', 50 'accelerators/accelerator_controller.cc',
(...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 'shell/cocoa/app-Info.plist', 825 'shell/cocoa/app-Info.plist',
825 ], 826 ],
826 'xcode_settings': { 827 'xcode_settings': {
827 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 828 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
828 }, 829 },
829 }], 830 }],
830 ], 831 ],
831 }, 832 },
832 ], 833 ],
833 } 834 }
OLDNEW
« no previous file with comments | « no previous file | ash/root_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698