| 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 1985 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1996 'browser/plugins/plugin_metadata.cc', | 1996 'browser/plugins/plugin_metadata.cc', |
| 1997 'browser/plugins/plugin_metadata.h', | 1997 'browser/plugins/plugin_metadata.h', |
| 1998 'browser/plugins/plugin_observer.cc', | 1998 'browser/plugins/plugin_observer.cc', |
| 1999 'browser/plugins/plugin_observer.h', | 1999 'browser/plugins/plugin_observer.h', |
| 2000 'browser/plugins/plugin_prefs.cc', | 2000 'browser/plugins/plugin_prefs.cc', |
| 2001 'browser/plugins/plugin_prefs.h', | 2001 'browser/plugins/plugin_prefs.h', |
| 2002 'browser/plugins/plugin_prefs_factory.cc', | 2002 'browser/plugins/plugin_prefs_factory.cc', |
| 2003 'browser/plugins/plugin_prefs_factory.h', | 2003 'browser/plugins/plugin_prefs_factory.h', |
| 2004 'browser/plugins/plugin_status_pref_setter.cc', | 2004 'browser/plugins/plugin_status_pref_setter.cc', |
| 2005 'browser/plugins/plugin_status_pref_setter.h', | 2005 'browser/plugins/plugin_status_pref_setter.h', |
| 2006 'browser/plugins/plugins_field_trial.cc', | |
| 2007 'browser/plugins/plugins_field_trial.h', | |
| 2008 'browser/renderer_host/pepper/chrome_browser_pepper_host_factory.cc', | 2006 'browser/renderer_host/pepper/chrome_browser_pepper_host_factory.cc', |
| 2009 'browser/renderer_host/pepper/chrome_browser_pepper_host_factory.h', | 2007 'browser/renderer_host/pepper/chrome_browser_pepper_host_factory.h', |
| 2010 'browser/renderer_host/pepper/device_id_fetcher.cc', | 2008 'browser/renderer_host/pepper/device_id_fetcher.cc', |
| 2011 'browser/renderer_host/pepper/device_id_fetcher.h', | 2009 'browser/renderer_host/pepper/device_id_fetcher.h', |
| 2012 'browser/renderer_host/pepper/monitor_finder_mac.h', | 2010 'browser/renderer_host/pepper/monitor_finder_mac.h', |
| 2013 'browser/renderer_host/pepper/monitor_finder_mac.mm', | 2011 'browser/renderer_host/pepper/monitor_finder_mac.mm', |
| 2014 'browser/renderer_host/pepper/pepper_broker_message_filter.cc', | 2012 'browser/renderer_host/pepper/pepper_broker_message_filter.cc', |
| 2015 'browser/renderer_host/pepper/pepper_broker_message_filter.h', | 2013 'browser/renderer_host/pepper/pepper_broker_message_filter.h', |
| 2016 'browser/renderer_host/pepper/pepper_flash_browser_host.cc', | 2014 'browser/renderer_host/pepper/pepper_flash_browser_host.cc', |
| 2017 'browser/renderer_host/pepper/pepper_flash_browser_host.h', | 2015 'browser/renderer_host/pepper/pepper_flash_browser_host.h', |
| (...skipping 1828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3846 'variables': { | 3844 'variables': { |
| 3847 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3845 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3848 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3846 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3849 }, | 3847 }, |
| 3850 'includes': [ '../build/protoc.gypi' ] | 3848 'includes': [ '../build/protoc.gypi' ] |
| 3851 }, | 3849 }, |
| 3852 ], | 3850 ], |
| 3853 },], | 3851 },], |
| 3854 ], | 3852 ], |
| 3855 } | 3853 } |
| OLD | NEW |