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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7387010: Add PluginServiceFilter interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit test Created 9 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 | 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 'browser/certificate_viewer.cc', 334 'browser/certificate_viewer.cc',
335 'browser/certificate_viewer.h', 335 'browser/certificate_viewer.h',
336 'browser/character_encoding.cc', 336 'browser/character_encoding.cc',
337 'browser/character_encoding.h', 337 'browser/character_encoding.h',
338 'browser/chrome_browser_application_mac.h', 338 'browser/chrome_browser_application_mac.h',
339 'browser/chrome_browser_application_mac.mm', 339 'browser/chrome_browser_application_mac.mm',
340 'browser/chrome_content_browser_client.cc', 340 'browser/chrome_content_browser_client.cc',
341 'browser/chrome_content_browser_client.h', 341 'browser/chrome_content_browser_client.h',
342 'browser/chrome_plugin_message_filter.cc', 342 'browser/chrome_plugin_message_filter.cc',
343 'browser/chrome_plugin_message_filter.h', 343 'browser/chrome_plugin_message_filter.h',
344 'browser/chrome_plugin_service_filter.cc',
345 'browser/chrome_plugin_service_filter.h',
344 'browser/chrome_quota_permission_context.cc', 346 'browser/chrome_quota_permission_context.cc',
345 'browser/chrome_quota_permission_context.h', 347 'browser/chrome_quota_permission_context.h',
346 'browser/chrome_worker_message_filter.cc', 348 'browser/chrome_worker_message_filter.cc',
347 'browser/chrome_worker_message_filter.h', 349 'browser/chrome_worker_message_filter.h',
348 'browser/chromeos/accessibility_util.cc', 350 'browser/chromeos/accessibility_util.cc',
349 'browser/chromeos/accessibility_util.h', 351 'browser/chromeos/accessibility_util.h',
350 'browser/chromeos/audio_handler.cc', 352 'browser/chromeos/audio_handler.cc',
351 'browser/chromeos/audio_handler.h', 353 'browser/chromeos/audio_handler.h',
352 'browser/chromeos/audio_mixer.h', 354 'browser/chromeos/audio_mixer.h',
353 'browser/chromeos/audio_mixer_alsa.cc', 355 'browser/chromeos/audio_mixer_alsa.cc',
(...skipping 4564 matching lines...) Expand 10 before | Expand all | Expand 10 after
4918 # weak imports in dependents, who still must #include 4920 # weak imports in dependents, who still must #include
4919 # closure_blocks_leopard_compat.h to get weak imports. 4921 # closure_blocks_leopard_compat.h to get weak imports.
4920 'type': 'none', 4922 'type': 'none',
4921 }], 4923 }],
4922 ], 4924 ],
4923 }, 4925 },
4924 ], 4926 ],
4925 }], 4927 }],
4926 ], 4928 ],
4927 } 4929 }
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