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', | |
27 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo
sitor_bindings', | 26 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo
sitor_bindings', |
28 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo
sitor_support', | 27 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webkit_compo
sitor_support', |
29 '../webkit/storage_common.gyp:webkit_storage_common', | 28 '../webkit/storage_common.gyp:webkit_storage_common', |
30 ], | 29 ], |
31 'include_dirs': [ | 30 'include_dirs': [ |
32 '..', | 31 '..', |
33 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. | 32 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. |
34 ], | 33 ], |
35 'sources': [ | 34 'sources': [ |
36 'public/renderer/android_content_detection_prefixes.cc', | 35 'public/renderer/android_content_detection_prefixes.cc', |
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
758 }], | 757 }], |
759 ], | 758 ], |
760 'target_conditions': [ | 759 'target_conditions': [ |
761 ['OS=="android"', { | 760 ['OS=="android"', { |
762 'sources/': [ | 761 'sources/': [ |
763 ['include', '^renderer/render_view_linux\\.cc$'], | 762 ['include', '^renderer/render_view_linux\\.cc$'], |
764 ], | 763 ], |
765 }], | 764 }], |
766 ], | 765 ], |
767 } | 766 } |
OLD | NEW |