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

Side by Side Diff: chrome/renderer/BUILD.gn

Issue 2961383002: Show a new placeholder for PDF's when plugins are disabled. (Closed)
Patch Set: . Created 3 years, 5 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 | chrome/renderer/chrome_content_renderer_client.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//chrome/common/features.gni") 6 import("//chrome/common/features.gni")
7 import("//components/spellcheck/spellcheck_build_features.gni") 7 import("//components/spellcheck/spellcheck_build_features.gni")
8 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "pepper/pepper_flash_renderer_host.cc", 187 "pepper/pepper_flash_renderer_host.cc",
188 "pepper/pepper_flash_renderer_host.h", 188 "pepper/pepper_flash_renderer_host.h",
189 "pepper/pepper_helper.cc", 189 "pepper/pepper_helper.cc",
190 "pepper/pepper_helper.h", 190 "pepper/pepper_helper.h",
191 "pepper/pepper_shared_memory_message_filter.cc", 191 "pepper/pepper_shared_memory_message_filter.cc",
192 "pepper/pepper_shared_memory_message_filter.h", 192 "pepper/pepper_shared_memory_message_filter.h",
193 "pepper/pepper_uma_host.cc", 193 "pepper/pepper_uma_host.cc",
194 "pepper/pepper_uma_host.h", 194 "pepper/pepper_uma_host.h",
195 "plugins/chrome_plugin_placeholder.cc", 195 "plugins/chrome_plugin_placeholder.cc",
196 "plugins/chrome_plugin_placeholder.h", 196 "plugins/chrome_plugin_placeholder.h",
197 "plugins/pdf_plugin_placeholder.cc",
198 "plugins/pdf_plugin_placeholder.h",
197 "plugins/plugin_preroller.cc", 199 "plugins/plugin_preroller.cc",
198 "plugins/plugin_preroller.h", 200 "plugins/plugin_preroller.h",
199 "plugins/power_saver_info.cc", 201 "plugins/power_saver_info.cc",
200 "plugins/power_saver_info.h", 202 "plugins/power_saver_info.h",
201 ] 203 ]
202 deps += [ 204 deps += [
203 "//components/pdf/renderer", 205 "//components/pdf/renderer",
204 "//components/strings", 206 "//components/strings",
205 "//ppapi/host", 207 "//ppapi/host",
206 "//ppapi/proxy", 208 "//ppapi/proxy",
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
430 ] 432 ]
431 } 433 }
432 434
433 if (is_android) { 435 if (is_android) {
434 sources -= [ 436 sources -= [
435 "safe_browsing/mock_feature_extractor_clock.cc", 437 "safe_browsing/mock_feature_extractor_clock.cc",
436 "safe_browsing/mock_feature_extractor_clock.h", 438 "safe_browsing/mock_feature_extractor_clock.h",
437 ] 439 ]
438 } 440 }
439 } 441 }
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698