| 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 14 matching lines...) Expand all Loading... |
| 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', | 33 '../webkit/child/webkit_child.gyp:webkit_child', |
| 34 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 34 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 35 '../webkit/common/webkit_common.gyp:webkit_common', | |
| 36 '../webkit/storage_common.gyp:webkit_storage_common', | 35 '../webkit/storage_common.gyp:webkit_storage_common', |
| 37 ], | 36 ], |
| 38 'include_dirs': [ | 37 'include_dirs': [ |
| 39 '..', | 38 '..', |
| 40 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. | 39 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. |
| 41 ], | 40 ], |
| 42 'variables': { | 41 'variables': { |
| 43 'public_renderer_sources': [ | 42 'public_renderer_sources': [ |
| 44 'public/renderer/android_content_detection_prefixes.cc', | 43 'public/renderer/android_content_detection_prefixes.cc', |
| 45 'public/renderer/android_content_detection_prefixes.h', | 44 'public/renderer/android_content_detection_prefixes.h', |
| (...skipping 836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 882 }], | 881 }], |
| 883 ], | 882 ], |
| 884 'target_conditions': [ | 883 'target_conditions': [ |
| 885 ['OS=="android"', { | 884 ['OS=="android"', { |
| 886 'sources/': [ | 885 'sources/': [ |
| 887 ['include', '^renderer/render_view_linux\\.cc$'], | 886 ['include', '^renderer/render_view_linux\\.cc$'], |
| 888 ], | 887 ], |
| 889 }], | 888 }], |
| 890 ], | 889 ], |
| 891 } | 890 } |
| OLD | NEW |