| 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', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 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', |
| 28 '../ui/gfx/gfx.gyp:gfx', | 28 '../ui/gfx/gfx.gyp:gfx', |
| 29 '../ui/gfx/gfx.gyp:gfx_geometry', | 29 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 30 '../ui/native_theme/native_theme.gyp:native_theme', | 30 '../ui/native_theme/native_theme.gyp:native_theme', |
| 31 '../ui/surface/surface.gyp:surface', | 31 '../ui/surface/surface.gyp:surface', |
| 32 '../v8/tools/gyp/v8.gyp:v8', | 32 '../v8/tools/gyp/v8.gyp:v8', |
| 33 '../webkit/child/webkit_child.gyp:webkit_child', | |
| 34 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 33 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 35 '../webkit/storage_common.gyp:webkit_storage_common', | 34 '../webkit/storage_common.gyp:webkit_storage_common', |
| 36 ], | 35 ], |
| 37 'include_dirs': [ | 36 'include_dirs': [ |
| 38 '..', | 37 '..', |
| 39 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. | 38 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. |
| 40 ], | 39 ], |
| 41 'variables': { | 40 'variables': { |
| 42 'public_renderer_sources': [ | 41 'public_renderer_sources': [ |
| 43 'public/renderer/android_content_detection_prefixes.cc', | 42 'public/renderer/android_content_detection_prefixes.cc', |
| (...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 884 }], | 883 }], |
| 885 ], | 884 ], |
| 886 'target_conditions': [ | 885 'target_conditions': [ |
| 887 ['OS=="android"', { | 886 ['OS=="android"', { |
| 888 'sources/': [ | 887 'sources/': [ |
| 889 ['include', '^renderer/render_view_linux\\.cc$'], | 888 ['include', '^renderer/render_view_linux\\.cc$'], |
| 890 ], | 889 ], |
| 891 }], | 890 }], |
| 892 ], | 891 ], |
| 893 } | 892 } |
| OLD | NEW |