| 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/npapi/npapi.gyp:npapi', | 25 '../third_party/npapi/npapi.gyp:npapi', |
| 26 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', | 26 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
| 27 '../ui/accessibility/accessibility.gyp:accessibility', | 27 '../ui/accessibility/accessibility.gyp:accessibility', |
| 28 '../ui/events/events.gyp:dom4_keycode_converter', | 28 '../ui/events/events.gyp:dom4_keycode_converter', |
| 29 '../ui/gfx/gfx.gyp:gfx', | 29 '../ui/gfx/gfx.gyp:gfx', |
| 30 '../ui/gfx/gfx.gyp:gfx_geometry', | 30 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 31 '../ui/native_theme/native_theme.gyp:native_theme', | 31 '../ui/native_theme/native_theme.gyp:native_theme', |
| 32 '../ui/surface/surface.gyp:surface', | 32 '../ui/surface/surface.gyp:surface', |
| 33 '../v8/tools/gyp/v8.gyp:v8', | 33 '../v8/tools/gyp/v8.gyp:v8', |
| 34 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 34 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 35 '../webkit/storage_common.gyp:webkit_storage_common', | 35 '../webkit/storage_common.gyp:storage_common', |
| 36 ], | 36 ], |
| 37 'include_dirs': [ | 37 'include_dirs': [ |
| 38 '..', | 38 '..', |
| 39 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. | 39 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems.cc. |
| 40 ], | 40 ], |
| 41 'variables': { | 41 'variables': { |
| 42 'public_renderer_sources': [ | 42 'public_renderer_sources': [ |
| 43 'public/renderer/android_content_detection_prefixes.cc', | 43 'public/renderer/android_content_detection_prefixes.cc', |
| 44 'public/renderer/android_content_detection_prefixes.h', | 44 'public/renderer/android_content_detection_prefixes.h', |
| 45 'public/renderer/content_renderer_client.cc', | 45 'public/renderer/content_renderer_client.cc', |
| (...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 856 }], | 856 }], |
| 857 ], | 857 ], |
| 858 'target_conditions': [ | 858 'target_conditions': [ |
| 859 ['OS=="android"', { | 859 ['OS=="android"', { |
| 860 'sources/': [ | 860 'sources/': [ |
| 861 ['include', '^renderer/render_view_linux\\.cc$'], | 861 ['include', '^renderer/render_view_linux\\.cc$'], |
| 862 ], | 862 ], |
| 863 }], | 863 }], |
| 864 ], | 864 ], |
| 865 } | 865 } |
| OLD | NEW |