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

Side by Side Diff: content/content_child.gypi

Issue 542903002: Do the murdering. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « content/child/webthemeengine_impl_mac.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '../mojo/mojo_base.gyp:mojo_application_bindings', 9 '../mojo/mojo_base.gyp:mojo_application_bindings',
10 '../mojo/mojo_base.gyp:mojo_environment_chromium', 10 '../mojo/mojo_base.gyp:mojo_environment_chromium',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'child/webmessageportchannel_impl.cc', 229 'child/webmessageportchannel_impl.cc',
230 'child/webmessageportchannel_impl.h', 230 'child/webmessageportchannel_impl.h',
231 'child/websocket_bridge.cc', 231 'child/websocket_bridge.cc',
232 'child/websocket_bridge.h', 232 'child/websocket_bridge.h',
233 'child/websocket_dispatcher.cc', 233 'child/websocket_dispatcher.cc',
234 'child/websocket_dispatcher.h', 234 'child/websocket_dispatcher.h',
235 'child/webthemeengine_impl_android.cc', 235 'child/webthemeengine_impl_android.cc',
236 'child/webthemeengine_impl_android.h', 236 'child/webthemeengine_impl_android.h',
237 'child/webthemeengine_impl_default.cc', 237 'child/webthemeengine_impl_default.cc',
238 'child/webthemeengine_impl_default.h', 238 'child/webthemeengine_impl_default.h',
239 'child/webthemeengine_impl_mac.cc',
240 'child/webthemeengine_impl_mac.h', 239 'child/webthemeengine_impl_mac.h',
241 'child/webthread_impl.cc', 240 'child/webthread_impl.cc',
242 'child/webthread_impl.h', 241 'child/webthread_impl.h',
243 'child/weburlresponse_extradata_impl.cc', 242 'child/weburlresponse_extradata_impl.cc',
244 'child/weburlresponse_extradata_impl.h', 243 'child/weburlresponse_extradata_impl.h',
245 'child/worker_task_runner.cc', 244 'child/worker_task_runner.cc',
246 'child/worker_task_runner.h', 245 'child/worker_task_runner.h',
247 'child/worker_thread_task_runner.cc', 246 'child/worker_thread_task_runner.cc',
248 'child/worker_thread_task_runner.h', 247 'child/worker_thread_task_runner.h',
249 ], 248 ],
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 }, { 359 }, {
361 'dependencies': [ 360 'dependencies': [
362 '../third_party/nss/nss.gyp:nspr', 361 '../third_party/nss/nss.gyp:nspr',
363 '../third_party/nss/nss.gyp:nss', 362 '../third_party/nss/nss.gyp:nss',
364 ], 363 ],
365 }], 364 }],
366 ], 365 ],
367 }], 366 }],
368 ], 367 ],
369 } 368 }
OLDNEW
« no previous file with comments | « content/child/webthemeengine_impl_mac.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698