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

Side by Side Diff: content/content_renderer.gypi

Issue 584713002: Browser Plugin: Remove dependency on NPAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_content_window
Patch Set: Updated histograms.xml 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'renderer/android/phone_number_detector.cc', 97 'renderer/android/phone_number_detector.cc',
98 'renderer/android/phone_number_detector.h', 98 'renderer/android/phone_number_detector.h',
99 'renderer/android/renderer_date_time_picker.cc', 99 'renderer/android/renderer_date_time_picker.cc',
100 'renderer/android/renderer_date_time_picker.h', 100 'renderer/android/renderer_date_time_picker.h',
101 'renderer/android/synchronous_compositor_factory.cc', 101 'renderer/android/synchronous_compositor_factory.cc',
102 'renderer/android/synchronous_compositor_factory.h', 102 'renderer/android/synchronous_compositor_factory.h',
103 'renderer/battery_status/battery_status_dispatcher.cc', 103 'renderer/battery_status/battery_status_dispatcher.cc',
104 'renderer/battery_status/battery_status_dispatcher.h', 104 'renderer/battery_status/battery_status_dispatcher.h',
105 'renderer/browser_plugin/browser_plugin.cc', 105 'renderer/browser_plugin/browser_plugin.cc',
106 'renderer/browser_plugin/browser_plugin.h', 106 'renderer/browser_plugin/browser_plugin.h',
107 'renderer/browser_plugin/browser_plugin_bindings.cc',
108 'renderer/browser_plugin/browser_plugin_bindings.h',
109 'renderer/browser_plugin/browser_plugin_manager_factory.h', 107 'renderer/browser_plugin/browser_plugin_manager_factory.h',
110 'renderer/browser_plugin/browser_plugin_manager_impl.cc', 108 'renderer/browser_plugin/browser_plugin_manager_impl.cc',
111 'renderer/browser_plugin/browser_plugin_manager_impl.h', 109 'renderer/browser_plugin/browser_plugin_manager_impl.h',
112 'renderer/browser_plugin/browser_plugin_manager.cc', 110 'renderer/browser_plugin/browser_plugin_manager.cc',
113 'renderer/browser_plugin/browser_plugin_manager.h', 111 'renderer/browser_plugin/browser_plugin_manager.h',
114 'renderer/clipboard_utils.cc', 112 'renderer/clipboard_utils.cc',
115 'renderer/clipboard_utils.h', 113 'renderer/clipboard_utils.h',
116 'renderer/child_frame_compositing_helper.cc', 114 'renderer/child_frame_compositing_helper.cc',
117 'renderer/child_frame_compositing_helper.h', 115 'renderer/child_frame_compositing_helper.h',
118 'renderer/context_menu_params_builder.cc', 116 'renderer/context_menu_params_builder.cc',
(...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 }], 833 }],
836 ], 834 ],
837 'target_conditions': [ 835 'target_conditions': [
838 ['OS=="android"', { 836 ['OS=="android"', {
839 'sources/': [ 837 'sources/': [
840 ['include', '^renderer/render_view_linux\\.cc$'], 838 ['include', '^renderer/render_view_linux\\.cc$'],
841 ], 839 ],
842 }], 840 }],
843 ], 841 ],
844 } 842 }
OLDNEW
« no previous file with comments | « content/common/browser_plugin/browser_plugin_messages.h ('k') | content/renderer/browser_plugin/browser_plugin.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698