OLD | NEW |
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 'dependencies': [ | 6 'dependencies': [ |
7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
8 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
9 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
11 '../third_party/icu/icu.gyp:icuuc', | 11 '../third_party/icu/icu.gyp:icuuc', |
12 '../ui/gfx/gfx.gyp:gfx', | 12 '../ui/gfx/gfx.gyp:gfx', |
13 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 13 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
14 '../ui/ui.gyp:ui', | 14 '../ui/ui.gyp:ui', |
15 '../url/url.gyp:url_lib', | 15 '../url/url.gyp:url_lib', |
16 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 16 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
17 ], | 17 ], |
18 'include_dirs': [ | 18 'include_dirs': [ |
19 '..', | 19 '..', |
20 ], | 20 ], |
21 'export_dependent_settings': [ | 21 'export_dependent_settings': [ |
22 '../base/base.gyp:base', | 22 '../base/base.gyp:base', |
23 ], | 23 ], |
24 'sources': [ | 24 'sources': [ |
| 25 'public/common/ax_node.cc', |
| 26 'public/common/ax_node.h', |
| 27 'public/common/ax_node_data.cc', |
| 28 'public/common/ax_node_data.h', |
| 29 'public/common/ax_tree.cc', |
| 30 'public/common/ax_tree.h', |
| 31 'public/common/ax_tree_update.cc', |
| 32 'public/common/ax_tree_update.h', |
25 'public/common/bindings_policy.h', | 33 'public/common/bindings_policy.h', |
26 'public/common/child_process_host.h', | 34 'public/common/child_process_host.h', |
27 'public/common/child_process_host_delegate.cc', | 35 'public/common/child_process_host_delegate.cc', |
28 'public/common/child_process_host_delegate.h', | 36 'public/common/child_process_host_delegate.h', |
29 'public/common/child_process_sandbox_support_linux.h', | 37 'public/common/child_process_sandbox_support_linux.h', |
30 'public/common/content_constants.cc', | 38 'public/common/content_constants.cc', |
31 'public/common/content_constants.h', | 39 'public/common/content_constants.h', |
32 'public/common/content_descriptors.h', | 40 'public/common/content_descriptors.h', |
33 'public/common/content_ipc_logging.h', | 41 'public/common/content_ipc_logging.h', |
34 'public/common/content_paths.h', | 42 'public/common/content_paths.h', |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 'common/android/common_jni_registrar.h', | 122 'common/android/common_jni_registrar.h', |
115 'common/android/device_telephony_info.cc', | 123 'common/android/device_telephony_info.cc', |
116 'common/android/device_telephony_info.h', | 124 'common/android/device_telephony_info.h', |
117 'common/android/hash_set.cc', | 125 'common/android/hash_set.cc', |
118 'common/android/hash_set.h', | 126 'common/android/hash_set.h', |
119 'common/android/surface_texture_peer.cc', | 127 'common/android/surface_texture_peer.cc', |
120 'common/android/surface_texture_peer.h', | 128 'common/android/surface_texture_peer.h', |
121 'common/android/trace_event_binding.cc', | 129 'common/android/trace_event_binding.cc', |
122 'common/android/trace_event_binding.h', | 130 'common/android/trace_event_binding.h', |
123 'common/appcache_messages.h', | 131 'common/appcache_messages.h', |
| 132 'common/ax_node_impl.cc', |
| 133 'common/ax_node_impl.h', |
| 134 'common/ax_tree_impl.cc', |
| 135 'common/ax_tree_impl.h', |
| 136 'common/ax_tree_serializer.cc', |
| 137 'common/ax_tree_serializer.h', |
| 138 'common/ax_tree_source.h', |
124 'common/browser_plugin/browser_plugin_constants.cc', | 139 'common/browser_plugin/browser_plugin_constants.cc', |
125 'common/browser_plugin/browser_plugin_constants.h', | 140 'common/browser_plugin/browser_plugin_constants.h', |
126 'common/browser_plugin/browser_plugin_messages.h', | 141 'common/browser_plugin/browser_plugin_messages.h', |
127 'common/browser_rendering_stats.cc', | 142 'common/browser_rendering_stats.cc', |
128 'common/browser_rendering_stats.h', | 143 'common/browser_rendering_stats.h', |
129 'common/cc_messages.cc', | 144 'common/cc_messages.cc', |
130 'common/cc_messages.h', | 145 'common/cc_messages.h', |
131 'common/child_process_host_impl.cc', | 146 'common/child_process_host_impl.cc', |
132 'common/child_process_host_impl.h', | 147 'common/child_process_host_impl.h', |
133 'common/child_process_messages.h', | 148 'common/child_process_messages.h', |
(...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
585 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 600 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
586 '<(output)', | 601 '<(output)', |
587 '<(PRODUCT_DIR)', | 602 '<(PRODUCT_DIR)', |
588 ], | 603 ], |
589 'msvs_cygwin_shell': 1, | 604 'msvs_cygwin_shell': 1, |
590 }, | 605 }, |
591 ] | 606 ] |
592 }], | 607 }], |
593 ], | 608 ], |
594 } | 609 } |
OLD | NEW |