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

Side by Side Diff: content/content_renderer.gypi

Issue 617123005: Remove BrowserPlugin tests (only one test remaining with existing coverage) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@make_lifetime_explicit
Patch Set: More cleanup Created 6 years, 2 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
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_manager_factory.h',
108 'renderer/browser_plugin/browser_plugin_manager_impl.cc',
109 'renderer/browser_plugin/browser_plugin_manager_impl.h',
110 'renderer/browser_plugin/browser_plugin_manager.cc', 107 'renderer/browser_plugin/browser_plugin_manager.cc',
111 'renderer/browser_plugin/browser_plugin_manager.h', 108 'renderer/browser_plugin/browser_plugin_manager.h',
112 'renderer/clipboard_utils.cc', 109 'renderer/clipboard_utils.cc',
113 'renderer/clipboard_utils.h', 110 'renderer/clipboard_utils.h',
114 'renderer/child_frame_compositing_helper.cc', 111 'renderer/child_frame_compositing_helper.cc',
115 'renderer/child_frame_compositing_helper.h', 112 'renderer/child_frame_compositing_helper.h',
116 'renderer/chrome_object_extensions_utils.cc', 113 'renderer/chrome_object_extensions_utils.cc',
117 'renderer/chrome_object_extensions_utils.h', 114 'renderer/chrome_object_extensions_utils.h',
118 'renderer/context_menu_params_builder.cc', 115 'renderer/context_menu_params_builder.cc',
119 'renderer/context_menu_params_builder.h', 116 'renderer/context_menu_params_builder.h',
(...skipping 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 }], 834 }],
838 ], 835 ],
839 'target_conditions': [ 836 'target_conditions': [
840 ['OS=="android"', { 837 ['OS=="android"', {
841 'sources/': [ 838 'sources/': [
842 ['include', '^renderer/render_view_linux\\.cc$'], 839 ['include', '^renderer/render_view_linux\\.cc$'],
843 ], 840 ],
844 }], 841 }],
845 ], 842 ],
846 } 843 }
OLDNEW
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698