OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |