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

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: build fix 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 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 ['include', '^browser/extensions/api/web_request/web_request_api_con stants.cc'], 820 ['include', '^browser/extensions/api/web_request/web_request_api_con stants.cc'],
821 ['include', '^browser/extensions/api/web_request/web_request_api_hel pers.cc'], 821 ['include', '^browser/extensions/api/web_request/web_request_api_hel pers.cc'],
822 ['include', '^browser/extensions/api/web_request/web_request_permiss ions.cc'], 822 ['include', '^browser/extensions/api/web_request/web_request_permiss ions.cc'],
823 ['include', '^browser/extensions/api/web_request/web_request_time_tr acker.cc'], 823 ['include', '^browser/extensions/api/web_request/web_request_time_tr acker.cc'],
824 ], 824 ],
825 'dependencies!': [ 825 'dependencies!': [
826 '../device/device.gyp:device_bluetooth', 826 '../device/device.gyp:device_bluetooth',
827 '../third_party/libusb/libusb.gyp:libusb' 827 '../third_party/libusb/libusb.gyp:libusb'
828 ], 828 ],
829 }], 829 }],
830 ['use_aura==1', {
831 'dependencies': [
832 '../ui/keyboard/keyboard.gyp:keyboard_resources',
833 ],
834 }],
830 ['OS=="linux" and use_aura==1', { 835 ['OS=="linux" and use_aura==1', {
831 'dependencies': [ 836 'dependencies': [
832 '../build/linux/system.gyp:dbus', 837 '../build/linux/system.gyp:dbus',
833 '../build/linux/system.gyp:fontconfig', 838 '../build/linux/system.gyp:fontconfig',
834 '../build/linux/system.gyp:x11', 839 '../build/linux/system.gyp:x11',
835 '../dbus/dbus.gyp:dbus', 840 '../dbus/dbus.gyp:dbus',
836 ], 841 ],
837 }], 842 }],
838 ['safe_browsing==1', { 843 ['safe_browsing==1', {
839 'defines': [ 844 'defines': [
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
936 'variables': { 941 'variables': {
937 'proto_in_dir': 'browser/chromeos/contacts', 942 'proto_in_dir': 'browser/chromeos/contacts',
938 'proto_out_dir': 'chrome/browser/chromeos/contacts', 943 'proto_out_dir': 'chrome/browser/chromeos/contacts',
939 }, 944 },
940 'includes': [ '../build/protoc.gypi' ] 945 'includes': [ '../build/protoc.gypi' ]
941 }, 946 },
942 ], 947 ],
943 },], # 'chromeos=1' 948 },], # 'chromeos=1'
944 ], # 'conditions' 949 ], # 'conditions'
945 } 950 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698