| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 2609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2620 'browser/usb/usb_device.cc', | 2620 'browser/usb/usb_device.cc', |
| 2621 'browser/usb/usb_device.h', | 2621 'browser/usb/usb_device.h', |
| 2622 'browser/usb/usb_device_handle.cc', | 2622 'browser/usb/usb_device_handle.cc', |
| 2623 'browser/usb/usb_device_handle.h', | 2623 'browser/usb/usb_device_handle.h', |
| 2624 'browser/usb/usb_interface.cc', | 2624 'browser/usb/usb_interface.cc', |
| 2625 'browser/usb/usb_interface.h', | 2625 'browser/usb/usb_interface.h', |
| 2626 'browser/usb/usb_context.cc', | 2626 'browser/usb/usb_context.cc', |
| 2627 'browser/usb/usb_context.h', | 2627 'browser/usb/usb_context.h', |
| 2628 'browser/usb/usb_service.cc', | 2628 'browser/usb/usb_service.cc', |
| 2629 'browser/usb/usb_service.h', | 2629 'browser/usb/usb_service.h', |
| 2630 'browser/web_applications/update_shortcut_worker_win.cc', |
| 2631 'browser/web_applications/update_shortcut_worker_win.h', |
| 2630 'browser/web_applications/web_app.cc', | 2632 'browser/web_applications/web_app.cc', |
| 2631 'browser/web_applications/web_app.h', | 2633 'browser/web_applications/web_app.h', |
| 2632 'browser/web_applications/web_app_android.cc', | 2634 'browser/web_applications/web_app_android.cc', |
| 2633 'browser/web_applications/web_app_chromeos.cc', | 2635 'browser/web_applications/web_app_chromeos.cc', |
| 2634 'browser/web_applications/web_app_linux.cc', | 2636 'browser/web_applications/web_app_linux.cc', |
| 2635 'browser/web_applications/web_app_mac.h', | 2637 'browser/web_applications/web_app_mac.h', |
| 2636 'browser/web_applications/web_app_mac.mm', | 2638 'browser/web_applications/web_app_mac.mm', |
| 2637 'browser/web_applications/web_app_win.h', | 2639 'browser/web_applications/web_app_win.h', |
| 2638 'browser/web_applications/web_app_win.cc', | 2640 'browser/web_applications/web_app_win.cc', |
| 2639 'browser/web_resource/eula_accepted_notifier.cc', | 2641 'browser/web_resource/eula_accepted_notifier.cc', |
| (...skipping 1256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3896 'package_name': 'org/chromium/chrome/browser', | 3898 'package_name': 'org/chromium/chrome/browser', |
| 3897 'template_deps': ['browser/android/tab_load_status.h'], | 3899 'template_deps': ['browser/android/tab_load_status.h'], |
| 3898 }, | 3900 }, |
| 3899 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3901 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3900 }, | 3902 }, |
| 3901 ], | 3903 ], |
| 3902 }, | 3904 }, |
| 3903 ], | 3905 ], |
| 3904 ], | 3906 ], |
| 3905 } | 3907 } |
| OLD | NEW |