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

Side by Side Diff: content/content_child.gypi

Issue 236813002: Move Mojo channel initialization closer to IPC::Channel setup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: include guards Created 6 years, 8 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 | Annotate | Revision Log
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/base/ui_base.gyp:ui_base', 10 '../ui/base/ui_base.gyp:ui_base',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'child/indexed_db/indexed_db_key_builders.cc', 72 'child/indexed_db/indexed_db_key_builders.cc',
73 'child/indexed_db/indexed_db_key_builders.h', 73 'child/indexed_db/indexed_db_key_builders.h',
74 'child/indexed_db/indexed_db_message_filter.cc', 74 'child/indexed_db/indexed_db_message_filter.cc',
75 'child/indexed_db/indexed_db_message_filter.h', 75 'child/indexed_db/indexed_db_message_filter.h',
76 'child/indexed_db/webidbcursor_impl.cc', 76 'child/indexed_db/webidbcursor_impl.cc',
77 'child/indexed_db/webidbcursor_impl.h', 77 'child/indexed_db/webidbcursor_impl.h',
78 'child/indexed_db/webidbdatabase_impl.cc', 78 'child/indexed_db/webidbdatabase_impl.cc',
79 'child/indexed_db/webidbdatabase_impl.h', 79 'child/indexed_db/webidbdatabase_impl.h',
80 'child/indexed_db/webidbfactory_impl.cc', 80 'child/indexed_db/webidbfactory_impl.cc',
81 'child/indexed_db/webidbfactory_impl.h', 81 'child/indexed_db/webidbfactory_impl.h',
82 'child/mojo/mojo_application.cc',
83 'child/mojo/mojo_application.h',
82 'child/npapi/np_channel_base.cc', 84 'child/npapi/np_channel_base.cc',
83 'child/npapi/np_channel_base.h', 85 'child/npapi/np_channel_base.h',
84 'child/npapi/npobject_base.h', 86 'child/npapi/npobject_base.h',
85 'child/npapi/npobject_proxy.cc', 87 'child/npapi/npobject_proxy.cc',
86 'child/npapi/npobject_proxy.h', 88 'child/npapi/npobject_proxy.h',
87 'child/npapi/npobject_stub.cc', 89 'child/npapi/npobject_stub.cc',
88 'child/npapi/npobject_stub.h', 90 'child/npapi/npobject_stub.h',
89 'child/npapi/npobject_util.cc', 91 'child/npapi/npobject_util.cc',
90 'child/npapi/npobject_util.h', 92 'child/npapi/npobject_util.h',
91 'child/npapi/npruntime_util.cc', 93 'child/npapi/npruntime_util.cc',
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 }, { 288 }, {
287 'dependencies': [ 289 'dependencies': [
288 '../third_party/nss/nss.gyp:nspr', 290 '../third_party/nss/nss.gyp:nspr',
289 '../third_party/nss/nss.gyp:nss', 291 '../third_party/nss/nss.gyp:nss',
290 ], 292 ],
291 }], 293 }],
292 ], 294 ],
293 }], 295 }],
294 ], 296 ],
295 } 297 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698