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

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: blocking code gets simpler and testcase is moved to /content 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'child/quota_dispatcher.cc', 115 'child/quota_dispatcher.cc',
116 'child/quota_dispatcher.h', 116 'child/quota_dispatcher.h',
117 'child/quota_message_filter.cc', 117 'child/quota_message_filter.cc',
118 'child/quota_message_filter.h', 118 'child/quota_message_filter.h',
119 'child/request_extra_data.cc', 119 'child/request_extra_data.cc',
120 'child/request_extra_data.h', 120 'child/request_extra_data.h',
121 'child/resource_dispatcher.cc', 121 'child/resource_dispatcher.cc',
122 'child/resource_dispatcher.h', 122 'child/resource_dispatcher.h',
123 'child/runtime_features.cc', 123 'child/runtime_features.cc',
124 'child/runtime_features.h', 124 'child/runtime_features.h',
125 'child/site_isolation_policy.cc',
126 'child/site_isolation_policy.h',
125 'child/socket_stream_dispatcher.cc', 127 'child/socket_stream_dispatcher.cc',
126 'child/socket_stream_dispatcher.h', 128 'child/socket_stream_dispatcher.h',
127 'child/thread_safe_sender.cc', 129 'child/thread_safe_sender.cc',
128 'child/thread_safe_sender.h', 130 'child/thread_safe_sender.h',
129 'child/web_database_observer_impl.cc', 131 'child/web_database_observer_impl.cc',
130 'child/web_database_observer_impl.h', 132 'child/web_database_observer_impl.h',
131 'child/webblobregistry_impl.cc', 133 'child/webblobregistry_impl.cc',
132 'child/webblobregistry_impl.h', 134 'child/webblobregistry_impl.h',
133 'child/webkitplatformsupport_impl.cc', 135 'child/webkitplatformsupport_impl.cc',
134 'child/webkitplatformsupport_impl.h', 136 'child/webkitplatformsupport_impl.h',
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 'child/npapi/webplugin_delegate_impl_mac.mm', 173 'child/npapi/webplugin_delegate_impl_mac.mm',
172 ], 174 ],
173 }], 175 }],
174 ['use_aura==1 and OS=="win"', { 176 ['use_aura==1 and OS=="win"', {
175 'sources!': [ 177 'sources!': [
176 'child/npapi/webplugin_delegate_impl_aura.cc', 178 'child/npapi/webplugin_delegate_impl_aura.cc',
177 ], 179 ],
178 }], 180 }],
179 ], 181 ],
180 } 182 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698