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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 13652010: Add a virtual keyboard webui at chrome://keyboard/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved to src/ui/ 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 29 matching lines...) Expand all
40 '../sync/sync.gyp:sync', 40 '../sync/sync.gyp:sync',
41 '../third_party/bzip2/bzip2.gyp:bzip2', 41 '../third_party/bzip2/bzip2.gyp:bzip2',
42 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 42 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
44 '../third_party/icu/icu.gyp:icui18n', 44 '../third_party/icu/icu.gyp:icui18n',
45 '../third_party/icu/icu.gyp:icuuc', 45 '../third_party/icu/icu.gyp:icuuc',
46 '../third_party/libusb/libusb.gyp:libusb', 46 '../third_party/libusb/libusb.gyp:libusb',
47 '../third_party/libxml/libxml.gyp:libxml', 47 '../third_party/libxml/libxml.gyp:libxml',
48 '../third_party/zlib/zlib.gyp:zlib', 48 '../third_party/zlib/zlib.gyp:zlib',
49 '../ui/base/strings/ui_strings.gyp:ui_strings', 49 '../ui/base/strings/ui_strings.gyp:ui_strings',
50 '../ui/keyboard/keyboard.gyp:keyboard',
51 '../ui/keyboard/keyboard.gyp:keyboard_resources',
50 '../ui/native_theme/native_theme.gyp:native_theme', 52 '../ui/native_theme/native_theme.gyp:native_theme',
51 '../ui/snapshot/snapshot.gyp:snapshot', 53 '../ui/snapshot/snapshot.gyp:snapshot',
52 '../ui/ui.gyp:ui', 54 '../ui/ui.gyp:ui',
53 '../ui/ui.gyp:ui_resources', 55 '../ui/ui.gyp:ui_resources',
54 '../url/url.gyp:url', 56 '../url/url.gyp:url',
55 '../webkit/support/webkit_support.gyp:user_agent', 57 '../webkit/support/webkit_support.gyp:user_agent',
56 ], 58 ],
57 'include_dirs': [ 59 'include_dirs': [
58 '..', 60 '..',
59 '<(INTERMEDIATE_DIR)', 61 '<(INTERMEDIATE_DIR)',
(...skipping 2826 matching lines...) Expand 10 before | Expand all | Expand 10 after
2886 }], 2888 }],
2887 ['enable_message_center==1', { 2889 ['enable_message_center==1', {
2888 'dependencies': [ 2890 'dependencies': [
2889 '../ui/message_center/message_center.gyp:message_center', 2891 '../ui/message_center/message_center.gyp:message_center',
2890 ], 2892 ],
2891 }], 2893 }],
2892 ], 2894 ],
2893 }, 2895 },
2894 ], 2896 ],
2895 } 2897 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698