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

Side by Side Diff: content/content_child.gypi

Issue 22254005: UMA data collector for cross-site documents(XSD) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: fix compile error Created 7 years, 4 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 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 '../skia/skia.gyp:skia', 9 '../skia/skia.gyp:skia',
10 '../ui/ui.gyp:ui', 10 '../ui/ui.gyp:ui',
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'child/quota_dispatcher.cc', 113 'child/quota_dispatcher.cc',
114 'child/quota_dispatcher.h', 114 'child/quota_dispatcher.h',
115 'child/quota_message_filter.cc', 115 'child/quota_message_filter.cc',
116 'child/quota_message_filter.h', 116 'child/quota_message_filter.h',
117 'child/request_extra_data.cc', 117 'child/request_extra_data.cc',
118 'child/request_extra_data.h', 118 'child/request_extra_data.h',
119 'child/resource_dispatcher.cc', 119 'child/resource_dispatcher.cc',
120 'child/resource_dispatcher.h', 120 'child/resource_dispatcher.h',
121 'child/runtime_features.cc', 121 'child/runtime_features.cc',
122 'child/runtime_features.h', 122 'child/runtime_features.h',
123 'child/site_isolation_policy.cc',
124 'child/site_isolation_policy.h',
123 'child/socket_stream_dispatcher.cc', 125 'child/socket_stream_dispatcher.cc',
124 'child/socket_stream_dispatcher.h', 126 'child/socket_stream_dispatcher.h',
125 'child/thread_safe_sender.cc', 127 'child/thread_safe_sender.cc',
126 'child/thread_safe_sender.h', 128 'child/thread_safe_sender.h',
127 'child/web_database_observer_impl.cc', 129 'child/web_database_observer_impl.cc',
128 'child/web_database_observer_impl.h', 130 'child/web_database_observer_impl.h',
129 'child/webblobregistry_impl.cc', 131 'child/webblobregistry_impl.cc',
130 'child/webblobregistry_impl.h', 132 'child/webblobregistry_impl.h',
131 'child/webkitplatformsupport_impl.cc', 133 'child/webkitplatformsupport_impl.cc',
132 'child/webkitplatformsupport_impl.h', 134 'child/webkitplatformsupport_impl.h',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'child/npapi/webplugin_delegate_impl_mac.mm', 171 'child/npapi/webplugin_delegate_impl_mac.mm',
170 ], 172 ],
171 }], 173 }],
172 ['use_aura==1 and OS=="win"', { 174 ['use_aura==1 and OS=="win"', {
173 'sources!': [ 175 'sources!': [
174 'child/npapi/webplugin_delegate_impl_aura.cc', 176 'child/npapi/webplugin_delegate_impl_aura.cc',
175 ], 177 ],
176 }], 178 }],
177 ], 179 ],
178 } 180 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698