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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7477044: Use PluginPrefs in ChromePluginServiceFilter to check whether a plugin is enabled. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 9 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/plugins_ui.cc ('k') | chrome/common/chrome_notification_types.h » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/math.pb.cc', 337 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/math.pb.cc',
338 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/web.pb.cc', 338 '<(protoc_out_dir)/chrome/browser/userfeedback/proto/web.pb.cc',
339 'browser/character_encoding.cc', 339 'browser/character_encoding.cc',
340 'browser/character_encoding.h', 340 'browser/character_encoding.h',
341 'browser/chrome_browser_application_mac.h', 341 'browser/chrome_browser_application_mac.h',
342 'browser/chrome_browser_application_mac.mm', 342 'browser/chrome_browser_application_mac.mm',
343 'browser/chrome_content_browser_client.cc', 343 'browser/chrome_content_browser_client.cc',
344 'browser/chrome_content_browser_client.h', 344 'browser/chrome_content_browser_client.h',
345 'browser/chrome_plugin_message_filter.cc', 345 'browser/chrome_plugin_message_filter.cc',
346 'browser/chrome_plugin_message_filter.h', 346 'browser/chrome_plugin_message_filter.h',
347 'browser/chrome_plugin_service_filter.cc',
348 'browser/chrome_plugin_service_filter.h',
347 'browser/chrome_quota_permission_context.cc', 349 'browser/chrome_quota_permission_context.cc',
348 'browser/chrome_quota_permission_context.h', 350 'browser/chrome_quota_permission_context.h',
349 'browser/chrome_worker_message_filter.cc', 351 'browser/chrome_worker_message_filter.cc',
350 'browser/chrome_worker_message_filter.h', 352 'browser/chrome_worker_message_filter.h',
351 'browser/chromeos/accessibility_util.cc', 353 'browser/chromeos/accessibility_util.cc',
352 'browser/chromeos/accessibility_util.h', 354 'browser/chromeos/accessibility_util.h',
353 'browser/chromeos/audio_handler.cc', 355 'browser/chromeos/audio_handler.cc',
354 'browser/chromeos/audio_handler.h', 356 'browser/chromeos/audio_handler.h',
355 'browser/chromeos/audio_mixer.h', 357 'browser/chromeos/audio_mixer.h',
356 'browser/chromeos/audio_mixer_alsa.cc', 358 'browser/chromeos/audio_mixer_alsa.cc',
(...skipping 4581 matching lines...) Expand 10 before | Expand all | Expand 10 after
4938 # weak imports in dependents, who still must #include 4940 # weak imports in dependents, who still must #include
4939 # closure_blocks_leopard_compat.h to get weak imports. 4941 # closure_blocks_leopard_compat.h to get weak imports.
4940 'type': 'none', 4942 'type': 'none',
4941 }], 4943 }],
4942 ], 4944 ],
4943 }, 4945 },
4944 ], 4946 ],
4945 }], 4947 }],
4946 ], 4948 ],
4947 } 4949 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/plugins_ui.cc ('k') | chrome/common/chrome_notification_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698