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 1934 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1945 'browser/sync/glue/extension_data_type_controller.cc', | 1945 'browser/sync/glue/extension_data_type_controller.cc', |
1946 'browser/sync/glue/extension_data_type_controller.h', | 1946 'browser/sync/glue/extension_data_type_controller.h', |
1947 'browser/sync/glue/extension_setting_data_type_controller.cc', | 1947 'browser/sync/glue/extension_setting_data_type_controller.cc', |
1948 'browser/sync/glue/extension_setting_data_type_controller.h', | 1948 'browser/sync/glue/extension_setting_data_type_controller.h', |
1949 'browser/sync/glue/frontend_data_type_controller.cc', | 1949 'browser/sync/glue/frontend_data_type_controller.cc', |
1950 'browser/sync/glue/frontend_data_type_controller.h', | 1950 'browser/sync/glue/frontend_data_type_controller.h', |
1951 'browser/sync/glue/generic_change_processor.cc', | 1951 'browser/sync/glue/generic_change_processor.cc', |
1952 'browser/sync/glue/generic_change_processor.h', | 1952 'browser/sync/glue/generic_change_processor.h', |
1953 'browser/sync/glue/history_model_worker.cc', | 1953 'browser/sync/glue/history_model_worker.cc', |
1954 'browser/sync/glue/history_model_worker.h', | 1954 'browser/sync/glue/history_model_worker.h', |
| 1955 'browser/sync/glue/local_data_type_controller.cc', |
| 1956 'browser/sync/glue/local_data_type_controller.h', |
1955 'browser/sync/glue/model_association_manager.cc', | 1957 'browser/sync/glue/model_association_manager.cc', |
1956 'browser/sync/glue/model_association_manager.h', | 1958 'browser/sync/glue/model_association_manager.h', |
1957 'browser/sync/glue/model_associator.h', | 1959 'browser/sync/glue/model_associator.h', |
1958 'browser/sync/glue/non_frontend_data_type_controller.cc', | 1960 'browser/sync/glue/non_frontend_data_type_controller.cc', |
1959 'browser/sync/glue/non_frontend_data_type_controller.h', | 1961 'browser/sync/glue/non_frontend_data_type_controller.h', |
1960 'browser/sync/glue/non_ui_data_type_controller.cc', | 1962 'browser/sync/glue/non_ui_data_type_controller.cc', |
1961 'browser/sync/glue/non_ui_data_type_controller.h', | 1963 'browser/sync/glue/non_ui_data_type_controller.h', |
1962 'browser/sync/glue/password_change_processor.cc', | 1964 'browser/sync/glue/password_change_processor.cc', |
1963 'browser/sync/glue/password_change_processor.h', | 1965 'browser/sync/glue/password_change_processor.h', |
1964 'browser/sync/glue/password_data_type_controller.cc', | 1966 'browser/sync/glue/password_data_type_controller.cc', |
(...skipping 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3135 'variables': { | 3137 'variables': { |
3136 'jni_gen_dir': 'chrome', | 3138 'jni_gen_dir': 'chrome', |
3137 }, | 3139 }, |
3138 'includes': [ '../build/jni_generator.gypi' ], | 3140 'includes': [ '../build/jni_generator.gypi' ], |
3139 }, | 3141 }, |
3140 ], | 3142 ], |
3141 }, | 3143 }, |
3142 ], | 3144 ], |
3143 ], | 3145 ], |
3144 } | 3146 } |
OLD | NEW |