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