| 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 2134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2145 'browser/sync/glue/extension_data_type_controller.cc', | 2145 'browser/sync/glue/extension_data_type_controller.cc', |
| 2146 'browser/sync/glue/extension_data_type_controller.h', | 2146 'browser/sync/glue/extension_data_type_controller.h', |
| 2147 'browser/sync/glue/extension_setting_data_type_controller.cc', | 2147 'browser/sync/glue/extension_setting_data_type_controller.cc', |
| 2148 'browser/sync/glue/extension_setting_data_type_controller.h', | 2148 'browser/sync/glue/extension_setting_data_type_controller.h', |
| 2149 'browser/sync/glue/frontend_data_type_controller.cc', | 2149 'browser/sync/glue/frontend_data_type_controller.cc', |
| 2150 'browser/sync/glue/frontend_data_type_controller.h', | 2150 'browser/sync/glue/frontend_data_type_controller.h', |
| 2151 'browser/sync/glue/generic_change_processor.cc', | 2151 'browser/sync/glue/generic_change_processor.cc', |
| 2152 'browser/sync/glue/generic_change_processor.h', | 2152 'browser/sync/glue/generic_change_processor.h', |
| 2153 'browser/sync/glue/history_model_worker.cc', | 2153 'browser/sync/glue/history_model_worker.cc', |
| 2154 'browser/sync/glue/history_model_worker.h', | 2154 'browser/sync/glue/history_model_worker.h', |
| 2155 'browser/sync/glue/http_bridge.cc', | |
| 2156 'browser/sync/glue/http_bridge.h', | |
| 2157 'browser/sync/glue/model_association_manager.cc', | 2155 'browser/sync/glue/model_association_manager.cc', |
| 2158 'browser/sync/glue/model_association_manager.h', | 2156 'browser/sync/glue/model_association_manager.h', |
| 2159 'browser/sync/glue/model_associator.h', | 2157 'browser/sync/glue/model_associator.h', |
| 2160 'browser/sync/glue/new_non_frontend_data_type_controller.cc', | 2158 'browser/sync/glue/new_non_frontend_data_type_controller.cc', |
| 2161 'browser/sync/glue/new_non_frontend_data_type_controller.h', | 2159 'browser/sync/glue/new_non_frontend_data_type_controller.h', |
| 2162 'browser/sync/glue/non_frontend_data_type_controller.cc', | 2160 'browser/sync/glue/non_frontend_data_type_controller.cc', |
| 2163 'browser/sync/glue/non_frontend_data_type_controller.h', | 2161 'browser/sync/glue/non_frontend_data_type_controller.h', |
| 2164 'browser/sync/glue/password_change_processor.cc', | 2162 'browser/sync/glue/password_change_processor.cc', |
| 2165 'browser/sync/glue/password_change_processor.h', | 2163 'browser/sync/glue/password_change_processor.h', |
| 2166 'browser/sync/glue/password_data_type_controller.cc', | 2164 'browser/sync/glue/password_data_type_controller.cc', |
| (...skipping 3079 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5246 'browser/metrics/proto/study.proto', | 5244 'browser/metrics/proto/study.proto', |
| 5247 ], | 5245 ], |
| 5248 'variables': { | 5246 'variables': { |
| 5249 'proto_in_dir': 'browser/metrics/proto', | 5247 'proto_in_dir': 'browser/metrics/proto', |
| 5250 'proto_out_dir': 'chrome/browser/metrics/proto', | 5248 'proto_out_dir': 'chrome/browser/metrics/proto', |
| 5251 }, | 5249 }, |
| 5252 'includes': [ '../build/protoc.gypi' ] | 5250 'includes': [ '../build/protoc.gypi' ] |
| 5253 }, | 5251 }, |
| 5254 ], | 5252 ], |
| 5255 } | 5253 } |
| OLD | NEW |