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 'content_common_mojo_bindings', | 7 'content_common_mojo_bindings', |
8 '../base/base.gyp:base', | 8 '../base/base.gyp:base', |
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', | 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', |
10 '../cc/cc.gyp:cc', | 10 '../cc/cc.gyp:cc', |
11 '../cc/blink/cc_blink.gyp:cc_blink', | 11 '../cc/blink/cc_blink.gyp:cc_blink', |
12 '../gin/gin.gyp:gin', | 12 '../gin/gin.gyp:gin', |
13 '../gpu/gpu.gyp:gpu', | 13 '../gpu/gpu.gyp:gpu', |
14 '../jingle/jingle.gyp:jingle_glue', | 14 '../jingle/jingle.gyp:jingle_glue', |
15 '../media/media.gyp:media', | 15 '../media/media.gyp:media', |
16 '../mojo/mojo_base.gyp:mojo_application_bindings', | 16 '../mojo/mojo_base.gyp:mojo_application_bindings', |
17 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 17 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
18 '../mojo/mojo_base.gyp:mojo_js_bindings_lib', | 18 '../mojo/mojo_base.gyp:mojo_js_bindings_lib', |
19 '../net/net.gyp:net', | 19 '../net/net.gyp:net', |
20 '../skia/skia.gyp:skia', | 20 '../skia/skia.gyp:skia', |
| 21 '../storage/storage_common.gyp:storage_common', |
21 '../third_party/WebKit/public/blink.gyp:blink', | 22 '../third_party/WebKit/public/blink.gyp:blink', |
22 '../third_party/icu/icu.gyp:icui18n', | 23 '../third_party/icu/icu.gyp:icui18n', |
23 '../third_party/icu/icu.gyp:icuuc', | 24 '../third_party/icu/icu.gyp:icuuc', |
24 '../third_party/libjingle/libjingle.gyp:libjingle', | 25 '../third_party/libjingle/libjingle.gyp:libjingle', |
25 '../third_party/npapi/npapi.gyp:npapi', | 26 '../third_party/npapi/npapi.gyp:npapi', |
26 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 27 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
27 '../ui/accessibility/accessibility.gyp:accessibility', | 28 '../ui/accessibility/accessibility.gyp:accessibility', |
28 '../ui/events/events.gyp:dom4_keycode_converter', | 29 '../ui/events/events.gyp:dom4_keycode_converter', |
29 '../ui/gfx/gfx.gyp:gfx', | 30 '../ui/gfx/gfx.gyp:gfx', |
30 '../ui/gfx/gfx.gyp:gfx_geometry', | 31 '../ui/gfx/gfx.gyp:gfx_geometry', |
31 '../ui/native_theme/native_theme.gyp:native_theme', | 32 '../ui/native_theme/native_theme.gyp:native_theme', |
32 '../ui/surface/surface.gyp:surface', | 33 '../ui/surface/surface.gyp:surface', |
33 '../v8/tools/gyp/v8.gyp:v8', | 34 '../v8/tools/gyp/v8.gyp:v8', |
34 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 35 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
35 '../webkit/storage_common.gyp:storage_common', | |
36 ], | 36 ], |
37 'include_dirs': [ | 37 'include_dirs': [ |
38 '..', | 38 '..', |
39 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. | 39 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. |
40 ], | 40 ], |
41 'variables': { | 41 'variables': { |
42 'public_renderer_sources': [ | 42 'public_renderer_sources': [ |
43 'public/renderer/android_content_detection_prefixes.cc', | 43 'public/renderer/android_content_detection_prefixes.cc', |
44 'public/renderer/android_content_detection_prefixes.h', | 44 'public/renderer/android_content_detection_prefixes.h', |
45 'public/renderer/content_renderer_client.cc', | 45 'public/renderer/content_renderer_client.cc', |
(...skipping 814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
860 }], | 860 }], |
861 ], | 861 ], |
862 'target_conditions': [ | 862 'target_conditions': [ |
863 ['OS=="android"', { | 863 ['OS=="android"', { |
864 'sources/': [ | 864 'sources/': [ |
865 ['include', '^renderer/render_view_linux\\.cc$'], | 865 ['include', '^renderer/render_view_linux\\.cc$'], |
866 ], | 866 ], |
867 }], | 867 }], |
868 ], | 868 ], |
869 } | 869 } |
OLD | NEW |