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 2532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2543 'browser/usb/usb_device.cc', | 2543 'browser/usb/usb_device.cc', |
2544 'browser/usb/usb_device.h', | 2544 'browser/usb/usb_device.h', |
2545 'browser/usb/usb_device_handle.cc', | 2545 'browser/usb/usb_device_handle.cc', |
2546 'browser/usb/usb_device_handle.h', | 2546 'browser/usb/usb_device_handle.h', |
2547 'browser/usb/usb_interface.cc', | 2547 'browser/usb/usb_interface.cc', |
2548 'browser/usb/usb_interface.h', | 2548 'browser/usb/usb_interface.h', |
2549 'browser/usb/usb_context.cc', | 2549 'browser/usb/usb_context.cc', |
2550 'browser/usb/usb_context.h', | 2550 'browser/usb/usb_context.h', |
2551 'browser/usb/usb_service.cc', | 2551 'browser/usb/usb_service.cc', |
2552 'browser/usb/usb_service.h', | 2552 'browser/usb/usb_service.h', |
2553 'browser/user_data_dir_extractor.cc', | |
2554 'browser/user_data_dir_extractor.h', | |
2555 'browser/value_store/leveldb_value_store.cc', | 2553 'browser/value_store/leveldb_value_store.cc', |
2556 'browser/value_store/leveldb_value_store.h', | 2554 'browser/value_store/leveldb_value_store.h', |
2557 'browser/value_store/testing_value_store.cc', | 2555 'browser/value_store/testing_value_store.cc', |
2558 'browser/value_store/testing_value_store.h', | 2556 'browser/value_store/testing_value_store.h', |
2559 'browser/value_store/value_store.cc', | 2557 'browser/value_store/value_store.cc', |
2560 'browser/value_store/value_store.h', | 2558 'browser/value_store/value_store.h', |
2561 'browser/value_store/value_store_change.cc', | 2559 'browser/value_store/value_store_change.cc', |
2562 'browser/value_store/value_store_change.h', | 2560 'browser/value_store/value_store_change.h', |
2563 'browser/value_store/value_store_frontend.cc', | 2561 'browser/value_store/value_store_frontend.cc', |
2564 'browser/value_store/value_store_frontend.h', | 2562 'browser/value_store/value_store_frontend.h', |
(...skipping 1187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3752 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3750 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3753 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3751 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3754 }, | 3752 }, |
3755 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3753 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3756 }, | 3754 }, |
3757 ], | 3755 ], |
3758 }, | 3756 }, |
3759 ], | 3757 ], |
3760 ], | 3758 ], |
3761 } | 3759 } |
OLD | NEW |