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

Side by Side Diff: chrome/chrome_browser_extensions.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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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_extensions', 8 'target_name': 'browser_extensions',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 21 matching lines...) Expand all
32 '../skia/skia.gyp:skia', 32 '../skia/skia.gyp:skia',
33 '../sync/sync.gyp:sync', 33 '../sync/sync.gyp:sync',
34 '../third_party/bzip2/bzip2.gyp:bzip2', 34 '../third_party/bzip2/bzip2.gyp:bzip2',
35 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 35 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
36 '../third_party/icu/icu.gyp:icui18n', 36 '../third_party/icu/icu.gyp:icui18n',
37 '../third_party/icu/icu.gyp:icuuc', 37 '../third_party/icu/icu.gyp:icuuc',
38 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 38 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
39 '../third_party/libusb/libusb.gyp:libusb', 39 '../third_party/libusb/libusb.gyp:libusb',
40 '../third_party/re2/re2.gyp:re2', 40 '../third_party/re2/re2.gyp:re2',
41 '../ui/base/strings/ui_strings.gyp:ui_strings', 41 '../ui/base/strings/ui_strings.gyp:ui_strings',
42 '../ui/keyboard/keyboard.gyp:keyboard_resources',
42 '../ui/ui.gyp:ui', 43 '../ui/ui.gyp:ui',
43 '../ui/ui.gyp:ui_resources', 44 '../ui/ui.gyp:ui_resources',
44 '../url/url.gyp:url', 45 '../url/url.gyp:url',
45 '../webkit/support/webkit_support.gyp:glue', 46 '../webkit/support/webkit_support.gyp:glue',
46 '../webkit/support/webkit_support.gyp:user_agent', 47 '../webkit/support/webkit_support.gyp:user_agent',
47 '../webkit/support/webkit_support.gyp:webkit_base', 48 '../webkit/support/webkit_support.gyp:webkit_base',
48 '../webkit/support/webkit_support.gyp:webkit_resources', 49 '../webkit/support/webkit_support.gyp:webkit_resources',
49 '../webkit/support/webkit_support.gyp:webkit_storage', 50 '../webkit/support/webkit_support.gyp:webkit_storage',
50 ], 51 ],
51 'include_dirs': [ 52 'include_dirs': [
(...skipping 882 matching lines...) Expand 10 before | Expand all | Expand 10 after
934 'variables': { 935 'variables': {
935 'proto_in_dir': 'browser/chromeos/contacts', 936 'proto_in_dir': 'browser/chromeos/contacts',
936 'proto_out_dir': 'chrome/browser/chromeos/contacts', 937 'proto_out_dir': 'chrome/browser/chromeos/contacts',
937 }, 938 },
938 'includes': [ '../build/protoc.gypi' ] 939 'includes': [ '../build/protoc.gypi' ]
939 }, 940 },
940 ], 941 ],
941 },], # 'chromeos=1' 942 },], # 'chromeos=1'
942 ], # 'conditions' 943 ], # 'conditions'
943 } 944 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698