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

Side by Side Diff: components/network_hints.gypi

Issue 1151523009: Forward accessibility events to the automation extension process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@step1
Patch Set: Handle case where RenderThread destroys AutomationMessageFilter first Created 5 years, 6 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # GN version: //components/network_hints/common 8 # GN version: //components/network_hints/common
9 'target_name': 'network_hints_common', 9 'target_name': 'network_hints_common',
10 'type': 'static_library', 10 'type': 'static_library',
11 'include_dirs': [ 11 'include_dirs': [
12 '..', 12 '..',
13 ], 13 ],
14 'dependencies': [ 14 'dependencies': [
15 '../base/base.gyp:base', 15 '../base/base.gyp:base',
16 '../ui/accessibility/accessibility.gyp:accessibility',
16 ], 17 ],
17 'sources': [ 18 'sources': [
18 'network_hints/common/network_hints_common.cc', 19 'network_hints/common/network_hints_common.cc',
19 'network_hints/common/network_hints_common.h', 20 'network_hints/common/network_hints_common.h',
20 'network_hints/common/network_hints_message_generator.cc', 21 'network_hints/common/network_hints_message_generator.cc',
21 'network_hints/common/network_hints_message_generator.h', 22 'network_hints/common/network_hints_message_generator.h',
22 'network_hints/common/network_hints_messages.cc', 23 'network_hints/common/network_hints_messages.cc',
23 'network_hints/common/network_hints_messages.h', 24 'network_hints/common/network_hints_messages.h',
24 ], 25 ],
25 }, 26 },
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'network_hints/renderer/renderer_dns_prefetch.cc', 64 'network_hints/renderer/renderer_dns_prefetch.cc',
64 'network_hints/renderer/renderer_dns_prefetch.h', 65 'network_hints/renderer/renderer_dns_prefetch.h',
65 'network_hints/renderer/renderer_preconnect.cc', 66 'network_hints/renderer/renderer_preconnect.cc',
66 'network_hints/renderer/renderer_preconnect.h', 67 'network_hints/renderer/renderer_preconnect.h',
67 ], 68 ],
68 }, 69 },
69 ], 70 ],
70 }], 71 }],
71 ], 72 ],
72 } 73 }
OLDNEW
« no previous file with comments | « chrome/renderer/resources/extensions/automation_custom_bindings.js ('k') | components/network_hints/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698