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_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 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
312 ], | 312 ], |
313 }], | 313 }], |
314 ['OS=="ios"', { | 314 ['OS=="ios"', { |
315 'sources/': [ | 315 'sources/': [ |
316 # iOS only needs a small portion of content; exclude all the | 316 # iOS only needs a small portion of content; exclude all the |
317 # implementation, and re-include what is used. | 317 # implementation, and re-include what is used. |
318 ['exclude', '\\.(cc|mm)$'], | 318 ['exclude', '\\.(cc|mm)$'], |
319 ], | 319 ], |
320 }, { # OS!="ios" | 320 }, { # OS!="ios" |
321 'dependencies': [ | 321 'dependencies': [ |
| 322 'app/strings/content_strings.gyp:content_strings', |
322 '../third_party/WebKit/public/blink.gyp:blink', | 323 '../third_party/WebKit/public/blink.gyp:blink', |
323 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', | 324 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', |
324 '../third_party/npapi/npapi.gyp:npapi', | 325 '../third_party/npapi/npapi.gyp:npapi', |
325 '../webkit/child/webkit_child.gyp:webkit_child', | 326 '../webkit/child/webkit_child.gyp:webkit_child', |
326 '../webkit/common/webkit_common.gyp:webkit_common', | 327 '../webkit/common/webkit_common.gyp:webkit_common', |
327 '../webkit/webkit_resources.gyp:webkit_resources', | 328 '../webkit/webkit_resources.gyp:webkit_resources', |
328 ], | 329 ], |
329 }], | 330 }], |
330 ['use_aura==1', { | 331 ['use_aura==1', { |
331 'sources!': [ | 332 'sources!': [ |
(...skipping 24 matching lines...) Expand all Loading... |
356 }, { | 357 }, { |
357 'dependencies': [ | 358 'dependencies': [ |
358 '../third_party/nss/nss.gyp:nspr', | 359 '../third_party/nss/nss.gyp:nspr', |
359 '../third_party/nss/nss.gyp:nss', | 360 '../third_party/nss/nss.gyp:nss', |
360 ], | 361 ], |
361 }], | 362 }], |
362 ], | 363 ], |
363 }], | 364 }], |
364 ], | 365 ], |
365 } | 366 } |
OLD | NEW |