| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 '../jingle/jingle.gyp:jingle_glue', | 7 '../jingle/jingle.gyp:jingle_glue', |
| 8 '../net/net.gyp:net', | 8 '../net/net.gyp:net', |
| 9 '../skia/skia.gyp:skia', | 9 '../skia/skia.gyp:skia', |
| 10 '../third_party/WebKit/public/blink.gyp:blink', | 10 '../third_party/WebKit/public/blink.gyp:blink', |
| 11 '../third_party/hyphen/hyphen.gyp:hyphen', | 11 '../third_party/hyphen/hyphen.gyp:hyphen', |
| 12 '../third_party/icu/icu.gyp:icui18n', | 12 '../third_party/icu/icu.gyp:icui18n', |
| 13 '../third_party/icu/icu.gyp:icuuc', | 13 '../third_party/icu/icu.gyp:icuuc', |
| 14 '../third_party/libjingle/libjingle.gyp:libjingle', | 14 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 15 '../third_party/npapi/npapi.gyp:npapi', | 15 '../third_party/npapi/npapi.gyp:npapi', |
| 16 '../ui/native_theme/native_theme.gyp:native_theme', | 16 '../ui/native_theme/native_theme.gyp:native_theme', |
| 17 '../ui/surface/surface.gyp:surface', | 17 '../ui/surface/surface.gyp:surface', |
| 18 '../v8/tools/gyp/v8.gyp:v8', | 18 '../v8/tools/gyp/v8.gyp:v8', |
| 19 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 19 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 20 '../webkit/common/webkit_common.gyp:webkit_common', |
| 20 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo
sitor_bindings', | 21 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo
sitor_bindings', |
| 21 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo
sitor_support', | 22 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo
sitor_support', |
| 22 '../webkit/plugins/webkit_plugins.gyp:plugins_common', | 23 '../webkit/plugins/webkit_plugins.gyp:plugins_common', |
| 23 '../webkit/storage_renderer.gyp:webkit_storage_renderer', | 24 '../webkit/storage_renderer.gyp:webkit_storage_renderer', |
| 24 '../webkit/storage_common.gyp:webkit_storage_common', | 25 '../webkit/storage_common.gyp:webkit_storage_common', |
| 25 '../webkit/support/webkit_support.gyp:glue', | 26 '../webkit/support/webkit_support.gyp:glue', |
| 26 '../webkit/support/webkit_support.gyp:glue_child', | 27 '../webkit/support/webkit_support.gyp:glue_child', |
| 27 '../webkit/support/webkit_support.gyp:glue_common', | 28 '../webkit/support/webkit_support.gyp:glue_common', |
| 28 '../webkit/support/webkit_support.gyp:glue_renderer', | 29 '../webkit/support/webkit_support.gyp:glue_renderer', |
| 29 '../webkit/support/webkit_support.gyp:plugins', | 30 '../webkit/support/webkit_support.gyp:plugins', |
| 30 '../webkit/support/webkit_support.gyp:webkit_common', | |
| 31 '../webkit/support/webkit_support.gyp:webkit_media', | 31 '../webkit/support/webkit_support.gyp:webkit_media', |
| 32 ], | 32 ], |
| 33 'include_dirs': [ | 33 'include_dirs': [ |
| 34 '..', | 34 '..', |
| 35 ], | 35 ], |
| 36 'sources': [ | 36 'sources': [ |
| 37 'public/renderer/android_content_detection_prefixes.cc', | 37 'public/renderer/android_content_detection_prefixes.cc', |
| 38 'public/renderer/android_content_detection_prefixes.h', | 38 'public/renderer/android_content_detection_prefixes.h', |
| 39 'public/renderer/content_renderer_client.cc', | 39 'public/renderer/content_renderer_client.cc', |
| 40 'public/renderer/content_renderer_client.h', | 40 'public/renderer/content_renderer_client.h', |
| (...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 518 }], | 518 }], |
| 519 ], | 519 ], |
| 520 'target_conditions': [ | 520 'target_conditions': [ |
| 521 ['OS=="android"', { | 521 ['OS=="android"', { |
| 522 'sources/': [ | 522 'sources/': [ |
| 523 ['include', '^renderer/render_view_linux\\.cc$'], | 523 ['include', '^renderer/render_view_linux\\.cc$'], |
| 524 ], | 524 ], |
| 525 }], | 525 }], |
| 526 ], | 526 ], |
| 527 } | 527 } |
| OLD | NEW |