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 '../build/temp_gyp/googleurl.gyp:googleurl', | 8 '../build/temp_gyp/googleurl.gyp:googleurl', |
9 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
10 '../media/media.gyp:media', | 10 '../media/media.gyp:media', |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 'common/android/trace_event_binding.h', | 121 'common/android/trace_event_binding.h', |
122 'common/appcache/appcache_backend_proxy.cc', | 122 'common/appcache/appcache_backend_proxy.cc', |
123 'common/appcache/appcache_backend_proxy.h', | 123 'common/appcache/appcache_backend_proxy.h', |
124 'common/appcache/appcache_dispatcher.cc', | 124 'common/appcache/appcache_dispatcher.cc', |
125 'common/appcache/appcache_dispatcher.h', | 125 'common/appcache/appcache_dispatcher.h', |
126 'common/appcache_messages.h', | 126 'common/appcache_messages.h', |
127 'common/browser_plugin/browser_plugin_constants.cc', | 127 'common/browser_plugin/browser_plugin_constants.cc', |
128 'common/browser_plugin/browser_plugin_constants.h', | 128 'common/browser_plugin/browser_plugin_constants.h', |
129 'common/browser_plugin/browser_plugin_message_enums.h', | 129 'common/browser_plugin/browser_plugin_message_enums.h', |
130 'common/browser_plugin/browser_plugin_messages.h', | 130 'common/browser_plugin/browser_plugin_messages.h', |
| 131 'common/browser_rendering_stats.cc', |
| 132 'common/browser_rendering_stats.h', |
131 'common/cc_messages.cc', | 133 'common/cc_messages.cc', |
132 'common/cc_messages.h', | 134 'common/cc_messages.h', |
133 'common/child_histogram_message_filter.cc', | 135 'common/child_histogram_message_filter.cc', |
134 'common/child_histogram_message_filter.h', | 136 'common/child_histogram_message_filter.h', |
135 'common/child_process.cc', | 137 'common/child_process.cc', |
136 'common/child_process.h', | 138 'common/child_process.h', |
137 'common/child_process_host_impl.cc', | 139 'common/child_process_host_impl.cc', |
138 'common/child_process_host_impl.h', | 140 'common/child_process_host_impl.h', |
139 'common/child_process_messages.h', | 141 'common/child_process_messages.h', |
140 'common/child_process_sandbox_support_impl_linux.cc', | 142 'common/child_process_sandbox_support_impl_linux.cc', |
(...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
563 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 565 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
564 '<(output)', | 566 '<(output)', |
565 '<(PRODUCT_DIR)', | 567 '<(PRODUCT_DIR)', |
566 ], | 568 ], |
567 'msvs_cygwin_shell': 1, | 569 'msvs_cygwin_shell': 1, |
568 }, | 570 }, |
569 ] | 571 ] |
570 }], | 572 }], |
571 ], | 573 ], |
572 } | 574 } |
OLD | NEW |