| 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 2089 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2100 'browser/usb/usb_service_factory.cc', | 2100 'browser/usb/usb_service_factory.cc', |
| 2101 'browser/usb/usb_service_factory.h', | 2101 'browser/usb/usb_service_factory.h', |
| 2102 'browser/user_data_dir_extractor.cc', | 2102 'browser/user_data_dir_extractor.cc', |
| 2103 'browser/user_data_dir_extractor.h', | 2103 'browser/user_data_dir_extractor.h', |
| 2104 'browser/user_data_dir_extractor_win.cc', | 2104 'browser/user_data_dir_extractor_win.cc', |
| 2105 'browser/user_data_dir_extractor_win.h', | 2105 'browser/user_data_dir_extractor_win.h', |
| 2106 'browser/user_style_sheet_watcher.cc', | 2106 'browser/user_style_sheet_watcher.cc', |
| 2107 'browser/user_style_sheet_watcher.h', | 2107 'browser/user_style_sheet_watcher.h', |
| 2108 'browser/user_style_sheet_watcher_factory.cc', | 2108 'browser/user_style_sheet_watcher_factory.cc', |
| 2109 'browser/user_style_sheet_watcher_factory.h', | 2109 'browser/user_style_sheet_watcher_factory.h', |
| 2110 'browser/validation_message_message_filter.cc', |
| 2111 'browser/validation_message_message_filter.h', |
| 2110 'browser/value_store/leveldb_value_store.cc', | 2112 'browser/value_store/leveldb_value_store.cc', |
| 2111 'browser/value_store/leveldb_value_store.h', | 2113 'browser/value_store/leveldb_value_store.h', |
| 2112 'browser/value_store/testing_value_store.cc', | 2114 'browser/value_store/testing_value_store.cc', |
| 2113 'browser/value_store/testing_value_store.h', | 2115 'browser/value_store/testing_value_store.h', |
| 2114 'browser/value_store/value_store_change.cc', | 2116 'browser/value_store/value_store_change.cc', |
| 2115 'browser/value_store/value_store_change.h', | 2117 'browser/value_store/value_store_change.h', |
| 2116 'browser/value_store/value_store_frontend.cc', | 2118 'browser/value_store/value_store_frontend.cc', |
| 2117 'browser/value_store/value_store_frontend.h', | 2119 'browser/value_store/value_store_frontend.h', |
| 2118 'browser/value_store/value_store.cc', | 2120 'browser/value_store/value_store.cc', |
| 2119 'browser/value_store/value_store.h', | 2121 'browser/value_store/value_store.h', |
| (...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3051 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3053 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3052 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3054 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3053 }, | 3055 }, |
| 3054 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3056 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3055 }, | 3057 }, |
| 3056 ], | 3058 ], |
| 3057 }, | 3059 }, |
| 3058 ], | 3060 ], |
| 3059 ], | 3061 ], |
| 3060 } | 3062 } |
| OLD | NEW |