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 '../media/media.gyp:media', | 8 '../media/media.gyp:media', |
9 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
11 '../third_party/WebKit/public/blink.gyp:blink', | 11 '../third_party/WebKit/public/blink.gyp:blink', |
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 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 16 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
17 '../ui/native_theme/native_theme.gyp:native_theme', | 17 '../ui/native_theme/native_theme.gyp:native_theme', |
18 '../ui/surface/surface.gyp:surface', | 18 '../ui/surface/surface.gyp:surface', |
19 '../v8/tools/gyp/v8.gyp:v8', | 19 '../v8/tools/gyp/v8.gyp:v8', |
20 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 20 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
21 '../webkit/common/webkit_common.gyp:webkit_common', | 21 '../webkit/common/webkit_common.gyp:webkit_common', |
| 22 '../webkit/glue/webkit_glue.gyp:glue', |
| 23 '../webkit/glue/webkit_glue.gyp:glue_child', |
22 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo
sitor_bindings', | 24 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo
sitor_bindings', |
23 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo
sitor_support', | 25 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo
sitor_support', |
24 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', | 26 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', |
25 '../webkit/storage_common.gyp:webkit_storage_common', | 27 '../webkit/storage_common.gyp:webkit_storage_common', |
26 '../webkit/support/webkit_support.gyp:glue', | |
27 '../webkit/support/webkit_support.gyp:glue_child', | |
28 ], | 28 ], |
29 'include_dirs': [ | 29 'include_dirs': [ |
30 '..', | 30 '..', |
31 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_info.cc. | 31 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_info.cc. |
32 ], | 32 ], |
33 'sources': [ | 33 'sources': [ |
34 'public/renderer/android_content_detection_prefixes.cc', | 34 'public/renderer/android_content_detection_prefixes.cc', |
35 'public/renderer/android_content_detection_prefixes.h', | 35 'public/renderer/android_content_detection_prefixes.h', |
36 'public/renderer/content_renderer_client.cc', | 36 'public/renderer/content_renderer_client.cc', |
37 'public/renderer/content_renderer_client.h', | 37 'public/renderer/content_renderer_client.h', |
(...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
726 }], | 726 }], |
727 ], | 727 ], |
728 'target_conditions': [ | 728 'target_conditions': [ |
729 ['OS=="android"', { | 729 ['OS=="android"', { |
730 'sources/': [ | 730 'sources/': [ |
731 ['include', '^renderer/render_view_linux\\.cc$'], | 731 ['include', '^renderer/render_view_linux\\.cc$'], |
732 ], | 732 ], |
733 }], | 733 }], |
734 ], | 734 ], |
735 } | 735 } |
OLD | NEW |