| 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.gyp:mojo_environment_chromium', |
| 16 '../mojo/mojo.gyp:mojo_interface_provider_bindings', | |
| 17 '../mojo/mojo.gyp:mojo_js_bindings_lib', | 16 '../mojo/mojo.gyp:mojo_js_bindings_lib', |
| 17 '../mojo/mojo.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 852 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 880 }], | 880 }], |
| 881 ], | 881 ], |
| 882 'target_conditions': [ | 882 'target_conditions': [ |
| 883 ['OS=="android"', { | 883 ['OS=="android"', { |
| 884 'sources/': [ | 884 'sources/': [ |
| 885 ['include', '^renderer/render_view_linux\\.cc$'], | 885 ['include', '^renderer/render_view_linux\\.cc$'], |
| 886 ], | 886 ], |
| 887 }], | 887 }], |
| 888 ], | 888 ], |
| 889 } | 889 } |
| OLD | NEW |