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

Side by Side Diff: content/content_shell.gypi

Issue 848613003: bluetooth: Shutdown BluetoothAdapter before DBus on ChromeOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Limit shutdown to defined(CHROMEOS); add checks that methods aren't run after shutdown Created 5 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
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 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 # The "19" is so that sites that sniff for version think that this is 8 # The "19" is so that sites that sniff for version think that this is
9 # something reasonably current; the "77.34.5" is a hint that this isn't a 9 # something reasonably current; the "77.34.5" is a hint that this isn't a
10 # standard Chrome. 10 # standard Chrome.
(...skipping 30 matching lines...) Expand all
41 'content_shell_resources', 41 'content_shell_resources',
42 'copy_test_netscape_plugin', 42 'copy_test_netscape_plugin',
43 'layouttest_support_content', 43 'layouttest_support_content',
44 '../base/base.gyp:base', 44 '../base/base.gyp:base',
45 '../base/base.gyp:base_static', 45 '../base/base.gyp:base_static',
46 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 46 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
47 '../cc/blink/cc_blink.gyp:cc_blink', 47 '../cc/blink/cc_blink.gyp:cc_blink',
48 '../cc/cc.gyp:cc', 48 '../cc/cc.gyp:cc',
49 '../components/components.gyp:crash_component', 49 '../components/components.gyp:crash_component',
50 '../components/components.gyp:web_cache_renderer', 50 '../components/components.gyp:web_cache_renderer',
51 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
51 '../gin/gin.gyp:gin', 52 '../gin/gin.gyp:gin',
52 '../gpu/gpu.gyp:gpu', 53 '../gpu/gpu.gyp:gpu',
53 '../ipc/ipc.gyp:ipc', 54 '../ipc/ipc.gyp:ipc',
54 '../media/blink/media_blink.gyp:media_blink', 55 '../media/blink/media_blink.gyp:media_blink',
55 '../media/media.gyp:media', 56 '../media/media.gyp:media',
56 '../net/net.gyp:net', 57 '../net/net.gyp:net',
57 '../net/net.gyp:net_resources', 58 '../net/net.gyp:net_resources',
58 '../skia/skia.gyp:skia', 59 '../skia/skia.gyp:skia',
59 '../storage/storage_browser.gyp:storage', 60 '../storage/storage_browser.gyp:storage',
60 '../third_party/WebKit/public/blink.gyp:blink', 61 '../third_party/WebKit/public/blink.gyp:blink',
(...skipping 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1163 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 1164 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1164 '--destination_dir', '<(dest_dir)', 1165 '--destination_dir', '<(dest_dir)',
1165 ], 1166 ],
1166 }, 1167 },
1167 ], 1168 ],
1168 }, 1169 },
1169 ], 1170 ],
1170 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1171 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1171 ] 1172 ]
1172 } 1173 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698