| 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 '../skia/skia.gyp:skia', | 9 '../skia/skia.gyp:skia', |
| 10 '../ui/base/ui_base.gyp:ui_base', |
| 10 '../ui/gfx/gfx.gyp:gfx', | 11 '../ui/gfx/gfx.gyp:gfx', |
| 11 '../ui/gfx/gfx.gyp:gfx_geometry', | 12 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 12 '../ui/ui.gyp:ui', | |
| 13 '../url/url.gyp:url_lib', | 13 '../url/url.gyp:url_lib', |
| 14 ], | 14 ], |
| 15 'include_dirs': [ | 15 'include_dirs': [ |
| 16 '..', | 16 '..', |
| 17 ], | 17 ], |
| 18 'export_dependent_settings': [ | 18 'export_dependent_settings': [ |
| 19 '../base/base.gyp:base', | 19 '../base/base.gyp:base', |
| 20 ], | 20 ], |
| 21 'sources': [ | 21 'sources': [ |
| 22 'child/appcache/appcache_backend_proxy.cc', | 22 'child/appcache/appcache_backend_proxy.cc', |
| (...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 277 }, { | 277 }, { |
| 278 'dependencies': [ | 278 'dependencies': [ |
| 279 '../third_party/nss/nss.gyp:nspr', | 279 '../third_party/nss/nss.gyp:nspr', |
| 280 '../third_party/nss/nss.gyp:nss', | 280 '../third_party/nss/nss.gyp:nss', |
| 281 ], | 281 ], |
| 282 }], | 282 }], |
| 283 ], | 283 ], |
| 284 }], | 284 }], |
| 285 ], | 285 ], |
| 286 } | 286 } |
| OLD | NEW |