Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(935)

Side by Side Diff: content/content_renderer.gypi

Issue 376033002: Adding MimeHandlerView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pending-zork-patch2
Patch Set: address comments from Fady Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 801 matching lines...) Expand 10 before | Expand all | Expand 10 after
856 }], 857 }],
857 ], 858 ],
858 'target_conditions': [ 859 'target_conditions': [
859 ['OS=="android"', { 860 ['OS=="android"', {
860 'sources/': [ 861 'sources/': [
861 ['include', '^renderer/render_view_linux\\.cc$'], 862 ['include', '^renderer/render_view_linux\\.cc$'],
862 ], 863 ],
863 }], 864 }],
864 ], 865 ],
865 } 866 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698