OLD | NEW |
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.gyp:mojo_environment_chromium', |
| 10 '../mojo/mojo.gyp:mojo_shell_bindings', |
9 '../skia/skia.gyp:skia', | 11 '../skia/skia.gyp:skia', |
10 '../ui/base/ui_base.gyp:ui_base', | 12 '../ui/base/ui_base.gyp:ui_base', |
11 '../ui/gfx/gfx.gyp:gfx', | 13 '../ui/gfx/gfx.gyp:gfx', |
12 '../ui/gfx/gfx.gyp:gfx_geometry', | 14 '../ui/gfx/gfx.gyp:gfx_geometry', |
13 '../url/url.gyp:url_lib', | 15 '../url/url.gyp:url_lib', |
14 ], | 16 ], |
15 'include_dirs': [ | 17 'include_dirs': [ |
16 '..', | 18 '..', |
17 ], | 19 ], |
18 'export_dependent_settings': [ | 20 'export_dependent_settings': [ |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 'child/indexed_db/indexed_db_key_builders.cc', | 74 'child/indexed_db/indexed_db_key_builders.cc', |
73 'child/indexed_db/indexed_db_key_builders.h', | 75 'child/indexed_db/indexed_db_key_builders.h', |
74 'child/indexed_db/indexed_db_message_filter.cc', | 76 'child/indexed_db/indexed_db_message_filter.cc', |
75 'child/indexed_db/indexed_db_message_filter.h', | 77 'child/indexed_db/indexed_db_message_filter.h', |
76 'child/indexed_db/webidbcursor_impl.cc', | 78 'child/indexed_db/webidbcursor_impl.cc', |
77 'child/indexed_db/webidbcursor_impl.h', | 79 'child/indexed_db/webidbcursor_impl.h', |
78 'child/indexed_db/webidbdatabase_impl.cc', | 80 'child/indexed_db/webidbdatabase_impl.cc', |
79 'child/indexed_db/webidbdatabase_impl.h', | 81 'child/indexed_db/webidbdatabase_impl.h', |
80 'child/indexed_db/webidbfactory_impl.cc', | 82 'child/indexed_db/webidbfactory_impl.cc', |
81 'child/indexed_db/webidbfactory_impl.h', | 83 'child/indexed_db/webidbfactory_impl.h', |
| 84 'child/mojo/mojo_application.cc', |
| 85 'child/mojo/mojo_application.h', |
82 'child/npapi/np_channel_base.cc', | 86 'child/npapi/np_channel_base.cc', |
83 'child/npapi/np_channel_base.h', | 87 'child/npapi/np_channel_base.h', |
84 'child/npapi/npobject_base.h', | 88 'child/npapi/npobject_base.h', |
85 'child/npapi/npobject_proxy.cc', | 89 'child/npapi/npobject_proxy.cc', |
86 'child/npapi/npobject_proxy.h', | 90 'child/npapi/npobject_proxy.h', |
87 'child/npapi/npobject_stub.cc', | 91 'child/npapi/npobject_stub.cc', |
88 'child/npapi/npobject_stub.h', | 92 'child/npapi/npobject_stub.h', |
89 'child/npapi/npobject_util.cc', | 93 'child/npapi/npobject_util.cc', |
90 'child/npapi/npobject_util.h', | 94 'child/npapi/npobject_util.h', |
91 'child/npapi/npruntime_util.cc', | 95 'child/npapi/npruntime_util.cc', |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 }, { | 290 }, { |
287 'dependencies': [ | 291 'dependencies': [ |
288 '../third_party/nss/nss.gyp:nspr', | 292 '../third_party/nss/nss.gyp:nspr', |
289 '../third_party/nss/nss.gyp:nss', | 293 '../third_party/nss/nss.gyp:nss', |
290 ], | 294 ], |
291 }], | 295 }], |
292 ], | 296 ], |
293 }], | 297 }], |
294 ], | 298 ], |
295 } | 299 } |
OLD | NEW |