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

Side by Side Diff: content/content_child.gypi

Issue 702593002: bluetooth: Initial simple mock content::WebBluetoothImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: CONTENT_CHILD_BLUETOOTH_WEB_BLUETOOTH_IMPL_H_ Created 6 years, 1 month 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 | « content/child/bluetooth/web_bluetooth_impl.cc ('k') | content/public/test/layouttest_support.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../mojo/mojo_base.gyp:mojo_environment_chromium', 9 '../mojo/mojo_base.gyp:mojo_environment_chromium',
10 '../mojo/public/mojo_public.gyp:mojo_application_bindings', 10 '../mojo/public/mojo_public.gyp:mojo_application_bindings',
(...skipping 20 matching lines...) Expand all
31 'child/appcache/appcache_backend_proxy.h', 31 'child/appcache/appcache_backend_proxy.h',
32 'child/appcache/appcache_dispatcher.cc', 32 'child/appcache/appcache_dispatcher.cc',
33 'child/appcache/appcache_dispatcher.h', 33 'child/appcache/appcache_dispatcher.h',
34 'child/appcache/appcache_frontend_impl.cc', 34 'child/appcache/appcache_frontend_impl.cc',
35 'child/appcache/appcache_frontend_impl.h', 35 'child/appcache/appcache_frontend_impl.h',
36 'child/appcache/web_application_cache_host_impl.cc', 36 'child/appcache/web_application_cache_host_impl.cc',
37 'child/appcache/web_application_cache_host_impl.h', 37 'child/appcache/web_application_cache_host_impl.h',
38 'child/assert_matching_enums.cc', 38 'child/assert_matching_enums.cc',
39 'child/blink_platform_impl.cc', 39 'child/blink_platform_impl.cc',
40 'child/blink_platform_impl.h', 40 'child/blink_platform_impl.h',
41 'child/bluetooth/web_bluetooth_impl.cc',
42 'child/bluetooth/web_bluetooth_impl.h',
41 'child/browser_font_resource_trusted.cc', 43 'child/browser_font_resource_trusted.cc',
42 'child/browser_font_resource_trusted.h', 44 'child/browser_font_resource_trusted.h',
43 'child/child_discardable_shared_memory_manager.cc', 45 'child/child_discardable_shared_memory_manager.cc',
44 'child/child_discardable_shared_memory_manager.h', 46 'child/child_discardable_shared_memory_manager.h',
45 'child/child_gpu_memory_buffer_manager.cc', 47 'child/child_gpu_memory_buffer_manager.cc',
46 'child/child_gpu_memory_buffer_manager.h', 48 'child/child_gpu_memory_buffer_manager.h',
47 'child/child_histogram_message_filter.cc', 49 'child/child_histogram_message_filter.cc',
48 'child/child_histogram_message_filter.h', 50 'child/child_histogram_message_filter.h',
49 'child/child_message_filter.cc', 51 'child/child_message_filter.cc',
50 'child/child_message_filter.h', 52 'child/child_message_filter.h',
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 }, { 373 }, {
372 'dependencies': [ 374 'dependencies': [
373 '../third_party/nss/nss.gyp:nspr', 375 '../third_party/nss/nss.gyp:nspr',
374 '../third_party/nss/nss.gyp:nss', 376 '../third_party/nss/nss.gyp:nss',
375 ], 377 ],
376 }], 378 }],
377 ], 379 ],
378 }], 380 }],
379 ], 381 ],
380 } 382 }
OLDNEW
« no previous file with comments | « content/child/bluetooth/web_bluetooth_impl.cc ('k') | content/public/test/layouttest_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698