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 '../gin/gin.gyp:gin', | 7 '../gin/gin.gyp:gin', |
8 '../jingle/jingle.gyp:jingle_glue', | 8 '../jingle/jingle.gyp:jingle_glue', |
9 '../media/media.gyp:media', | 9 '../media/media.gyp:media', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
11 '../skia/skia.gyp:skia', | 11 '../skia/skia.gyp:skia', |
12 '../third_party/WebKit/public/blink.gyp:blink', | 12 '../third_party/WebKit/public/blink.gyp:blink', |
13 '../third_party/icu/icu.gyp:icui18n', | 13 '../third_party/icu/icu.gyp:icui18n', |
14 '../third_party/icu/icu.gyp:icuuc', | 14 '../third_party/icu/icu.gyp:icuuc', |
15 '../third_party/libjingle/libjingle.gyp:libjingle', | 15 '../third_party/libjingle/libjingle.gyp:libjingle', |
16 '../third_party/npapi/npapi.gyp:npapi', | 16 '../third_party/npapi/npapi.gyp:npapi', |
17 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 17 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
18 '../ui/accessibility/accessibility.gyp:accessibility', | 18 '../ui/accessibility/accessibility.gyp:accessibility', |
19 '../ui/events/events.gyp:dom4_keycode_converter', | 19 '../ui/events/events.gyp:dom4_keycode_converter', |
20 '../ui/native_theme/native_theme.gyp:native_theme', | 20 '../ui/native_theme/native_theme.gyp:native_theme', |
21 '../ui/surface/surface.gyp:surface', | 21 '../ui/surface/surface.gyp:surface', |
22 '../v8/tools/gyp/v8.gyp:v8', | 22 '../v8/tools/gyp/v8.gyp:v8', |
23 '../webkit/child/webkit_child.gyp:webkit_child', | 23 '../webkit/child/webkit_child.gyp:webkit_child', |
24 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 24 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
25 '../webkit/common/webkit_common.gyp:webkit_common', | 25 '../webkit/common/webkit_common.gyp:webkit_common', |
26 '../webkit/glue/webkit_glue.gyp:glue', | 26 '../webkit/glue/webkit_glue.gyp:glue', |
27 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo
sitor_bindings', | 27 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo
sitor_bindings', |
28 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo
sitor_support', | 28 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo
sitor_support', |
29 '../webkit/renderer/webkit_renderer.gyp:webkit_renderer', | |
30 '../webkit/storage_common.gyp:webkit_storage_common', | 29 '../webkit/storage_common.gyp:webkit_storage_common', |
31 ], | 30 ], |
32 'include_dirs': [ | 31 'include_dirs': [ |
33 '..', | 32 '..', |
34 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. | 33 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. |
35 ], | 34 ], |
36 'sources': [ | 35 'sources': [ |
37 'public/renderer/android_content_detection_prefixes.cc', | 36 'public/renderer/android_content_detection_prefixes.cc', |
38 'public/renderer/android_content_detection_prefixes.h', | 37 'public/renderer/android_content_detection_prefixes.h', |
39 'public/renderer/content_renderer_client.cc', | 38 'public/renderer/content_renderer_client.cc', |
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
757 }], | 756 }], |
758 ], | 757 ], |
759 'target_conditions': [ | 758 'target_conditions': [ |
760 ['OS=="android"', { | 759 ['OS=="android"', { |
761 'sources/': [ | 760 'sources/': [ |
762 ['include', '^renderer/render_view_linux\\.cc$'], | 761 ['include', '^renderer/render_view_linux\\.cc$'], |
763 ], | 762 ], |
764 }], | 763 }], |
765 ], | 764 ], |
766 } | 765 } |
OLD | NEW |