OLD | NEW |
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'variables': { | 6 'variables': { |
7 # All .cc, .h, .m, and .mm files under browser except for: | 7 # All .cc, .h, .m, and .mm files under browser except for: |
8 # * tests and mocks. | 8 # * tests and mocks. |
9 # * code below browser/chromeos | 9 # * code below browser/chromeos |
10 # * code below browser/extensions | 10 # * code below browser/extensions |
(...skipping 2433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2444 'browser/pepper_broker_infobar_delegate.cc', | 2444 'browser/pepper_broker_infobar_delegate.cc', |
2445 'browser/pepper_broker_infobar_delegate.h', | 2445 'browser/pepper_broker_infobar_delegate.h', |
2446 'browser/pepper_flash_settings_manager.cc', | 2446 'browser/pepper_flash_settings_manager.cc', |
2447 'browser/pepper_flash_settings_manager.h', | 2447 'browser/pepper_flash_settings_manager.h', |
2448 'browser/plugins/chrome_content_browser_client_plugins_part.cc', | 2448 'browser/plugins/chrome_content_browser_client_plugins_part.cc', |
2449 'browser/plugins/chrome_content_browser_client_plugins_part.h', | 2449 'browser/plugins/chrome_content_browser_client_plugins_part.h', |
2450 'browser/plugins/chrome_plugin_service_filter.cc', | 2450 'browser/plugins/chrome_plugin_service_filter.cc', |
2451 'browser/plugins/chrome_plugin_service_filter.h', | 2451 'browser/plugins/chrome_plugin_service_filter.h', |
2452 'browser/plugins/plugin_data_remover_helper.cc', | 2452 'browser/plugins/plugin_data_remover_helper.cc', |
2453 'browser/plugins/plugin_data_remover_helper.h', | 2453 'browser/plugins/plugin_data_remover_helper.h', |
| 2454 'browser/plugins/plugin_filter_utils.cc', |
| 2455 'browser/plugins/plugin_filter_utils.h', |
2454 'browser/plugins/plugin_finder.cc', | 2456 'browser/plugins/plugin_finder.cc', |
2455 'browser/plugins/plugin_finder.h', | 2457 'browser/plugins/plugin_finder.h', |
2456 'browser/plugins/plugin_info_message_filter.cc', | 2458 'browser/plugins/plugin_info_message_filter.cc', |
2457 'browser/plugins/plugin_info_message_filter.h', | 2459 'browser/plugins/plugin_info_message_filter.h', |
2458 'browser/plugins/plugin_infobar_delegates.cc', | 2460 'browser/plugins/plugin_infobar_delegates.cc', |
2459 'browser/plugins/plugin_infobar_delegates.h', | 2461 'browser/plugins/plugin_infobar_delegates.h', |
2460 'browser/plugins/plugin_metadata.cc', | 2462 'browser/plugins/plugin_metadata.cc', |
2461 'browser/plugins/plugin_metadata.h', | 2463 'browser/plugins/plugin_metadata.h', |
2462 'browser/plugins/plugin_observer.cc', | 2464 'browser/plugins/plugin_observer.cc', |
2463 'browser/plugins/plugin_observer.h', | 2465 'browser/plugins/plugin_observer.h', |
(...skipping 1879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4343 '../components/components.gyp:rlz', | 4345 '../components/components.gyp:rlz', |
4344 '../components/components.gyp:search_engines', | 4346 '../components/components.gyp:search_engines', |
4345 '../rlz/rlz.gyp:rlz_lib', | 4347 '../rlz/rlz.gyp:rlz_lib', |
4346 'common', | 4348 'common', |
4347 ], | 4349 ], |
4348 }, | 4350 }, |
4349 ], | 4351 ], |
4350 }], | 4352 }], |
4351 ], | 4353 ], |
4352 } | 4354 } |
OLD | NEW |