| 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 2445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2456 'browser/plugins/plugin_metadata.cc', | 2456 'browser/plugins/plugin_metadata.cc', |
| 2457 'browser/plugins/plugin_metadata.h', | 2457 'browser/plugins/plugin_metadata.h', |
| 2458 'browser/plugins/plugin_observer.cc', | 2458 'browser/plugins/plugin_observer.cc', |
| 2459 'browser/plugins/plugin_observer.h', | 2459 'browser/plugins/plugin_observer.h', |
| 2460 'browser/plugins/plugin_prefs.cc', | 2460 'browser/plugins/plugin_prefs.cc', |
| 2461 'browser/plugins/plugin_prefs.h', | 2461 'browser/plugins/plugin_prefs.h', |
| 2462 'browser/plugins/plugin_prefs_factory.cc', | 2462 'browser/plugins/plugin_prefs_factory.cc', |
| 2463 'browser/plugins/plugin_prefs_factory.h', | 2463 'browser/plugins/plugin_prefs_factory.h', |
| 2464 'browser/plugins/plugin_status_pref_setter.cc', | 2464 'browser/plugins/plugin_status_pref_setter.cc', |
| 2465 'browser/plugins/plugin_status_pref_setter.h', | 2465 'browser/plugins/plugin_status_pref_setter.h', |
| 2466 'browser/plugins/plugins_field_trial.cc', |
| 2467 'browser/plugins/plugins_field_trial.h', |
| 2466 'browser/renderer_host/pepper/chrome_browser_pepper_host_factory.cc', | 2468 'browser/renderer_host/pepper/chrome_browser_pepper_host_factory.cc', |
| 2467 'browser/renderer_host/pepper/chrome_browser_pepper_host_factory.h', | 2469 'browser/renderer_host/pepper/chrome_browser_pepper_host_factory.h', |
| 2468 'browser/renderer_host/pepper/device_id_fetcher.cc', | 2470 'browser/renderer_host/pepper/device_id_fetcher.cc', |
| 2469 'browser/renderer_host/pepper/device_id_fetcher.h', | 2471 'browser/renderer_host/pepper/device_id_fetcher.h', |
| 2470 'browser/renderer_host/pepper/monitor_finder_mac.h', | 2472 'browser/renderer_host/pepper/monitor_finder_mac.h', |
| 2471 'browser/renderer_host/pepper/monitor_finder_mac.mm', | 2473 'browser/renderer_host/pepper/monitor_finder_mac.mm', |
| 2472 'browser/renderer_host/pepper/pepper_broker_message_filter.cc', | 2474 'browser/renderer_host/pepper/pepper_broker_message_filter.cc', |
| 2473 'browser/renderer_host/pepper/pepper_broker_message_filter.h', | 2475 'browser/renderer_host/pepper/pepper_broker_message_filter.h', |
| 2474 'browser/renderer_host/pepper/pepper_flash_browser_host.cc', | 2476 'browser/renderer_host/pepper/pepper_flash_browser_host.cc', |
| 2475 'browser/renderer_host/pepper/pepper_flash_browser_host.h', | 2477 'browser/renderer_host/pepper/pepper_flash_browser_host.h', |
| (...skipping 1865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4341 '../components/components.gyp:rlz', | 4343 '../components/components.gyp:rlz', |
| 4342 '../components/components.gyp:search_engines', | 4344 '../components/components.gyp:search_engines', |
| 4343 '../rlz/rlz.gyp:rlz_lib', | 4345 '../rlz/rlz.gyp:rlz_lib', |
| 4344 'common', | 4346 'common', |
| 4345 ], | 4347 ], |
| 4346 }, | 4348 }, |
| 4347 ], | 4349 ], |
| 4348 }], | 4350 }], |
| 4349 ], | 4351 ], |
| 4350 } | 4352 } |
| OLD | NEW |