| 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 2459 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 2470       'browser/plugins/plugin_metadata.cc', | 2470       'browser/plugins/plugin_metadata.cc', | 
| 2471       'browser/plugins/plugin_metadata.h', | 2471       'browser/plugins/plugin_metadata.h', | 
| 2472       'browser/plugins/plugin_observer.cc', | 2472       'browser/plugins/plugin_observer.cc', | 
| 2473       'browser/plugins/plugin_observer.h', | 2473       'browser/plugins/plugin_observer.h', | 
| 2474       'browser/plugins/plugin_prefs.cc', | 2474       'browser/plugins/plugin_prefs.cc', | 
| 2475       'browser/plugins/plugin_prefs.h', | 2475       'browser/plugins/plugin_prefs.h', | 
| 2476       'browser/plugins/plugin_prefs_factory.cc', | 2476       'browser/plugins/plugin_prefs_factory.cc', | 
| 2477       'browser/plugins/plugin_prefs_factory.h', | 2477       'browser/plugins/plugin_prefs_factory.h', | 
| 2478       'browser/plugins/plugin_status_pref_setter.cc', | 2478       'browser/plugins/plugin_status_pref_setter.cc', | 
| 2479       'browser/plugins/plugin_status_pref_setter.h', | 2479       'browser/plugins/plugin_status_pref_setter.h', | 
|  | 2480       'browser/plugins/plugins_field_trial.cc', | 
|  | 2481       'browser/plugins/plugins_field_trial.h', | 
| 2480       'browser/renderer_host/pepper/chrome_browser_pepper_host_factory.cc', | 2482       'browser/renderer_host/pepper/chrome_browser_pepper_host_factory.cc', | 
| 2481       'browser/renderer_host/pepper/chrome_browser_pepper_host_factory.h', | 2483       'browser/renderer_host/pepper/chrome_browser_pepper_host_factory.h', | 
| 2482       'browser/renderer_host/pepper/device_id_fetcher.cc', | 2484       'browser/renderer_host/pepper/device_id_fetcher.cc', | 
| 2483       'browser/renderer_host/pepper/device_id_fetcher.h', | 2485       'browser/renderer_host/pepper/device_id_fetcher.h', | 
| 2484       'browser/renderer_host/pepper/monitor_finder_mac.h', | 2486       'browser/renderer_host/pepper/monitor_finder_mac.h', | 
| 2485       'browser/renderer_host/pepper/monitor_finder_mac.mm', | 2487       'browser/renderer_host/pepper/monitor_finder_mac.mm', | 
| 2486       'browser/renderer_host/pepper/pepper_broker_message_filter.cc', | 2488       'browser/renderer_host/pepper/pepper_broker_message_filter.cc', | 
| 2487       'browser/renderer_host/pepper/pepper_broker_message_filter.h', | 2489       'browser/renderer_host/pepper/pepper_broker_message_filter.h', | 
| 2488       'browser/renderer_host/pepper/pepper_flash_browser_host.cc', | 2490       'browser/renderer_host/pepper/pepper_flash_browser_host.cc', | 
| 2489       'browser/renderer_host/pepper/pepper_flash_browser_host.h', | 2491       'browser/renderer_host/pepper/pepper_flash_browser_host.h', | 
| (...skipping 1863 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 4353             '../components/components.gyp:rlz', | 4355             '../components/components.gyp:rlz', | 
| 4354             '../components/components.gyp:search_engines', | 4356             '../components/components.gyp:search_engines', | 
| 4355             '../rlz/rlz.gyp:rlz_lib', | 4357             '../rlz/rlz.gyp:rlz_lib', | 
| 4356             'common', | 4358             'common', | 
| 4357           ], | 4359           ], | 
| 4358         }, | 4360         }, | 
| 4359       ], | 4361       ], | 
| 4360     }], | 4362     }], | 
| 4361   ], | 4363   ], | 
| 4362 } | 4364 } | 
| OLD | NEW | 
|---|