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 '../gin/gin.gyp:gin', | 11 '../gin/gin.gyp:gin', |
12 '../gpu/gpu.gyp:gpu', | 12 '../gpu/gpu.gyp:gpu', |
13 '../jingle/jingle.gyp:jingle_glue', | 13 '../jingle/jingle.gyp:jingle_glue', |
14 '../media/media.gyp:media', | 14 '../media/media.gyp:media', |
15 '../mojo/mojo.gyp:mojo_environment_chromium', | 15 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
16 '../mojo/mojo.gyp:mojo_js_bindings_lib', | 16 '../mojo/mojo_base.gyp:mojo_js_bindings_lib', |
17 '../mojo/mojo.gyp:mojo_service_provider_bindings', | 17 '../mojo/mojo_base.gyp:mojo_service_provider_bindings', |
18 '../net/net.gyp:net', | 18 '../net/net.gyp:net', |
19 '../skia/skia.gyp:skia', | 19 '../skia/skia.gyp:skia', |
20 '../third_party/WebKit/public/blink.gyp:blink', | 20 '../third_party/WebKit/public/blink.gyp:blink', |
21 '../third_party/icu/icu.gyp:icui18n', | 21 '../third_party/icu/icu.gyp:icui18n', |
22 '../third_party/icu/icu.gyp:icuuc', | 22 '../third_party/icu/icu.gyp:icuuc', |
23 '../third_party/libjingle/libjingle.gyp:libjingle', | 23 '../third_party/libjingle/libjingle.gyp:libjingle', |
24 '../third_party/npapi/npapi.gyp:npapi', | 24 '../third_party/npapi/npapi.gyp:npapi', |
25 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 25 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
26 '../ui/accessibility/accessibility.gyp:accessibility', | 26 '../ui/accessibility/accessibility.gyp:accessibility', |
27 '../ui/events/events.gyp:dom4_keycode_converter', | 27 '../ui/events/events.gyp:dom4_keycode_converter', |
(...skipping 861 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
889 }], | 889 }], |
890 ], | 890 ], |
891 'target_conditions': [ | 891 'target_conditions': [ |
892 ['OS=="android"', { | 892 ['OS=="android"', { |
893 'sources/': [ | 893 'sources/': [ |
894 ['include', '^renderer/render_view_linux\\.cc$'], | 894 ['include', '^renderer/render_view_linux\\.cc$'], |
895 ], | 895 ], |
896 }], | 896 }], |
897 ], | 897 ], |
898 } | 898 } |
OLD | NEW |