| 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 13 matching lines...) Expand all Loading... |
| 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/common/gpu/webkit_gpu.gyp:webkit_gpu', | 33 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 34 '../webkit/storage_common.gyp:webkit_storage_common', | 34 '../storage/storage.gyp:webkit_storage_common', |
| 35 ], | 35 ], |
| 36 'include_dirs': [ | 36 'include_dirs': [ |
| 37 '..', | 37 '..', |
| 38 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. | 38 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. |
| 39 ], | 39 ], |
| 40 'variables': { | 40 'variables': { |
| 41 'public_renderer_sources': [ | 41 'public_renderer_sources': [ |
| 42 'public/renderer/android_content_detection_prefixes.cc', | 42 'public/renderer/android_content_detection_prefixes.cc', |
| 43 'public/renderer/android_content_detection_prefixes.h', | 43 'public/renderer/android_content_detection_prefixes.h', |
| 44 'public/renderer/content_renderer_client.cc', | 44 'public/renderer/content_renderer_client.cc', |
| (...skipping 848 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 893 }], | 893 }], |
| 894 ], | 894 ], |
| 895 'target_conditions': [ | 895 'target_conditions': [ |
| 896 ['OS=="android"', { | 896 ['OS=="android"', { |
| 897 'sources/': [ | 897 'sources/': [ |
| 898 ['include', '^renderer/render_view_linux\\.cc$'], | 898 ['include', '^renderer/render_view_linux\\.cc$'], |
| 899 ], | 899 ], |
| 900 }], | 900 }], |
| 901 ], | 901 ], |
| 902 } | 902 } |
| OLD | NEW |