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 1984 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1995 'browser/plugins/plugin_metadata.cc', | 1995 'browser/plugins/plugin_metadata.cc', |
1996 'browser/plugins/plugin_metadata.h', | 1996 'browser/plugins/plugin_metadata.h', |
1997 'browser/plugins/plugin_observer.cc', | 1997 'browser/plugins/plugin_observer.cc', |
1998 'browser/plugins/plugin_observer.h', | 1998 'browser/plugins/plugin_observer.h', |
1999 'browser/plugins/plugin_prefs.cc', | 1999 'browser/plugins/plugin_prefs.cc', |
2000 'browser/plugins/plugin_prefs.h', | 2000 'browser/plugins/plugin_prefs.h', |
2001 'browser/plugins/plugin_prefs_factory.cc', | 2001 'browser/plugins/plugin_prefs_factory.cc', |
2002 'browser/plugins/plugin_prefs_factory.h', | 2002 'browser/plugins/plugin_prefs_factory.h', |
2003 'browser/plugins/plugin_status_pref_setter.cc', | 2003 'browser/plugins/plugin_status_pref_setter.cc', |
2004 'browser/plugins/plugin_status_pref_setter.h', | 2004 'browser/plugins/plugin_status_pref_setter.h', |
| 2005 'browser/plugins/plugins_field_trial.cc', |
| 2006 'browser/plugins/plugins_field_trial.h', |
2005 'browser/renderer_host/pepper/chrome_browser_pepper_host_factory.cc', | 2007 'browser/renderer_host/pepper/chrome_browser_pepper_host_factory.cc', |
2006 'browser/renderer_host/pepper/chrome_browser_pepper_host_factory.h', | 2008 'browser/renderer_host/pepper/chrome_browser_pepper_host_factory.h', |
2007 'browser/renderer_host/pepper/device_id_fetcher.cc', | 2009 'browser/renderer_host/pepper/device_id_fetcher.cc', |
2008 'browser/renderer_host/pepper/device_id_fetcher.h', | 2010 'browser/renderer_host/pepper/device_id_fetcher.h', |
2009 'browser/renderer_host/pepper/monitor_finder_mac.h', | 2011 'browser/renderer_host/pepper/monitor_finder_mac.h', |
2010 'browser/renderer_host/pepper/monitor_finder_mac.mm', | 2012 'browser/renderer_host/pepper/monitor_finder_mac.mm', |
2011 'browser/renderer_host/pepper/pepper_broker_message_filter.cc', | 2013 'browser/renderer_host/pepper/pepper_broker_message_filter.cc', |
2012 'browser/renderer_host/pepper/pepper_broker_message_filter.h', | 2014 'browser/renderer_host/pepper/pepper_broker_message_filter.h', |
2013 'browser/renderer_host/pepper/pepper_flash_browser_host.cc', | 2015 'browser/renderer_host/pepper/pepper_flash_browser_host.cc', |
2014 'browser/renderer_host/pepper/pepper_flash_browser_host.h', | 2016 'browser/renderer_host/pepper/pepper_flash_browser_host.h', |
(...skipping 1794 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3809 'variables': { | 3811 'variables': { |
3810 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3812 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3811 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3813 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3812 }, | 3814 }, |
3813 'includes': [ '../build/protoc.gypi' ] | 3815 'includes': [ '../build/protoc.gypi' ] |
3814 }, | 3816 }, |
3815 ], | 3817 ], |
3816 },], | 3818 },], |
3817 ], | 3819 ], |
3818 } | 3820 } |
OLD | NEW |