OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 1988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1999 'browser/translate/options_menu_model.cc', | 1999 'browser/translate/options_menu_model.cc', |
2000 'browser/translate/options_menu_model.h', | 2000 'browser/translate/options_menu_model.h', |
2001 'browser/translate/translate_infobar_delegate.cc', | 2001 'browser/translate/translate_infobar_delegate.cc', |
2002 'browser/translate/translate_infobar_delegate.h', | 2002 'browser/translate/translate_infobar_delegate.h', |
2003 'browser/translate/translate_manager.cc', | 2003 'browser/translate/translate_manager.cc', |
2004 'browser/translate/translate_manager.h', | 2004 'browser/translate/translate_manager.h', |
2005 'browser/translate/translate_prefs.cc', | 2005 'browser/translate/translate_prefs.cc', |
2006 'browser/translate/translate_prefs.h', | 2006 'browser/translate/translate_prefs.h', |
2007 'browser/translate/translate_tab_helper.cc', | 2007 'browser/translate/translate_tab_helper.cc', |
2008 'browser/translate/translate_tab_helper.h', | 2008 'browser/translate/translate_tab_helper.h', |
2009 'browser/ui/android/window_android_helper.h', | |
2010 'browser/ui/android/window_android_helper.cc', | |
Avi (use Gerrit)
2012/10/09 21:30:50
Note the lack of other "browser/ui/" files here. T
aurimas (slooooooooow)
2012/10/10 00:22:14
Done.
| |
2009 'browser/upgrade_detector.cc', | 2011 'browser/upgrade_detector.cc', |
2010 'browser/upgrade_detector.h', | 2012 'browser/upgrade_detector.h', |
2011 'browser/upgrade_detector_impl.cc', | 2013 'browser/upgrade_detector_impl.cc', |
2012 'browser/upgrade_detector_impl.h', | 2014 'browser/upgrade_detector_impl.h', |
2013 'browser/usb/usb_device.cc', | 2015 'browser/usb/usb_device.cc', |
2014 'browser/usb/usb_device.h', | 2016 'browser/usb/usb_device.h', |
2015 'browser/usb/usb_service.cc', | 2017 'browser/usb/usb_service.cc', |
2016 'browser/usb/usb_service.h', | 2018 'browser/usb/usb_service.h', |
2017 'browser/usb/usb_service_factory.cc', | 2019 'browser/usb/usb_service_factory.cc', |
2018 'browser/usb/usb_service_factory.h', | 2020 'browser/usb/usb_service_factory.h', |
(...skipping 811 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2830 'variables': { | 2832 'variables': { |
2831 'jni_gen_dir': 'chrome', | 2833 'jni_gen_dir': 'chrome', |
2832 }, | 2834 }, |
2833 'includes': [ '../build/jni_generator.gypi' ], | 2835 'includes': [ '../build/jni_generator.gypi' ], |
2834 }, | 2836 }, |
2835 ], | 2837 ], |
2836 }, | 2838 }, |
2837 ], | 2839 ], |
2838 ], | 2840 ], |
2839 } | 2841 } |
OLD | NEW |