| 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 24 matching lines...) Expand all Loading... |
| 35 '../webkit/storage_common.gyp: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/browser_plugin_delegate.h', |
| 45 'public/renderer/content_renderer_client.cc', | 46 'public/renderer/content_renderer_client.cc', |
| 46 'public/renderer/content_renderer_client.h', | 47 'public/renderer/content_renderer_client.h', |
| 47 'public/renderer/context_menu_client.h', | 48 'public/renderer/context_menu_client.h', |
| 48 'public/renderer/document_state.cc', | 49 'public/renderer/document_state.cc', |
| 49 'public/renderer/document_state.h', | 50 'public/renderer/document_state.h', |
| 50 'public/renderer/key_system_info.cc', | 51 'public/renderer/key_system_info.cc', |
| 51 'public/renderer/key_system_info.h', | 52 'public/renderer/key_system_info.h', |
| 52 'public/renderer/navigation_state.cc', | 53 'public/renderer/navigation_state.cc', |
| 53 'public/renderer/navigation_state.h', | 54 'public/renderer/navigation_state.h', |
| 54 'public/renderer/pepper_plugin_instance.h', | 55 'public/renderer/pepper_plugin_instance.h', |
| (...skipping 806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 861 }], | 862 }], |
| 862 ], | 863 ], |
| 863 'target_conditions': [ | 864 'target_conditions': [ |
| 864 ['OS=="android"', { | 865 ['OS=="android"', { |
| 865 'sources/': [ | 866 'sources/': [ |
| 866 ['include', '^renderer/render_view_linux\\.cc$'], | 867 ['include', '^renderer/render_view_linux\\.cc$'], |
| 867 ], | 868 ], |
| 868 }], | 869 }], |
| 869 ], | 870 ], |
| 870 } | 871 } |
| OLD | NEW |