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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 143883005: HID backend (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@hid-impl-base
Patch Set: Bug fixes Created 6 years, 11 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
« no previous file with comments | « no previous file | device/device_tests.gyp » ('j') | device/hid/hid.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 17 matching lines...) Expand all
28 'installer_util', 28 'installer_util',
29 'safe_browsing_proto', 29 'safe_browsing_proto',
30 'sync_file_system_proto', 30 'sync_file_system_proto',
31 '../components/component_strings.gyp:component_strings', 31 '../components/component_strings.gyp:component_strings',
32 '../components/components.gyp:onc_component', 32 '../components/components.gyp:onc_component',
33 '../components/components.gyp:url_matcher', 33 '../components/components.gyp:url_matcher',
34 '../components/components.gyp:wifi_component', 34 '../components/components.gyp:wifi_component',
35 '../content/content.gyp:content_browser', 35 '../content/content.gyp:content_browser',
36 '../crypto/crypto.gyp:crypto', 36 '../crypto/crypto.gyp:crypto',
37 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 37 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
38 '../device/hid/hid.gyp:device_hid',
38 '../extensions/extensions.gyp:extensions_browser', 39 '../extensions/extensions.gyp:extensions_browser',
39 '../net/net.gyp:net', 40 '../net/net.gyp:net',
40 '../skia/skia.gyp:skia', 41 '../skia/skia.gyp:skia',
41 '../sync/sync.gyp:sync', 42 '../sync/sync.gyp:sync',
42 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
43 '../third_party/icu/icu.gyp:icui18n', 44 '../third_party/icu/icu.gyp:icui18n',
44 '../third_party/icu/icu.gyp:icuuc', 45 '../third_party/icu/icu.gyp:icuuc',
45 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 46 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
46 '../third_party/libusb/libusb.gyp:libusb', 47 '../third_party/libusb/libusb.gyp:libusb',
47 '../third_party/re2/re2.gyp:re2', 48 '../third_party/re2/re2.gyp:re2',
(...skipping 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after
1241 'variables': { 1242 'variables': {
1242 'proto_in_dir': 'browser/chromeos/contacts', 1243 'proto_in_dir': 'browser/chromeos/contacts',
1243 'proto_out_dir': 'chrome/browser/chromeos/contacts', 1244 'proto_out_dir': 'chrome/browser/chromeos/contacts',
1244 }, 1245 },
1245 'includes': [ '../build/protoc.gypi' ] 1246 'includes': [ '../build/protoc.gypi' ]
1246 }, 1247 },
1247 ], 1248 ],
1248 },], # 'chromeos=1' 1249 },], # 'chromeos=1'
1249 ], # 'conditions' 1250 ], # 'conditions'
1250 } 1251 }
OLDNEW
« no previous file with comments | « no previous file | device/device_tests.gyp » ('j') | device/hid/hid.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698