| 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 1957 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1968 'browser/sync/glue/non_ui_data_type_controller.cc', | 1968 'browser/sync/glue/non_ui_data_type_controller.cc', |
| 1969 'browser/sync/glue/non_ui_data_type_controller.h', | 1969 'browser/sync/glue/non_ui_data_type_controller.h', |
| 1970 'browser/sync/glue/password_change_processor.cc', | 1970 'browser/sync/glue/password_change_processor.cc', |
| 1971 'browser/sync/glue/password_change_processor.h', | 1971 'browser/sync/glue/password_change_processor.h', |
| 1972 'browser/sync/glue/password_data_type_controller.cc', | 1972 'browser/sync/glue/password_data_type_controller.cc', |
| 1973 'browser/sync/glue/password_data_type_controller.h', | 1973 'browser/sync/glue/password_data_type_controller.h', |
| 1974 'browser/sync/glue/password_model_associator.cc', | 1974 'browser/sync/glue/password_model_associator.cc', |
| 1975 'browser/sync/glue/password_model_associator.h', | 1975 'browser/sync/glue/password_model_associator.h', |
| 1976 'browser/sync/glue/password_model_worker.cc', | 1976 'browser/sync/glue/password_model_worker.cc', |
| 1977 'browser/sync/glue/password_model_worker.h', | 1977 'browser/sync/glue/password_model_worker.h', |
| 1978 'browser/sync/glue/proxy_data_type_controller.cc', |
| 1979 'browser/sync/glue/proxy_data_type_controller.h', |
| 1978 'browser/sync/glue/search_engine_data_type_controller.cc', | 1980 'browser/sync/glue/search_engine_data_type_controller.cc', |
| 1979 'browser/sync/glue/search_engine_data_type_controller.h', | 1981 'browser/sync/glue/search_engine_data_type_controller.h', |
| 1980 'browser/sync/glue/session_change_processor.cc', | 1982 'browser/sync/glue/session_change_processor.cc', |
| 1981 'browser/sync/glue/session_change_processor.h', | 1983 'browser/sync/glue/session_change_processor.h', |
| 1982 'browser/sync/glue/session_data_type_controller.cc', | 1984 'browser/sync/glue/session_data_type_controller.cc', |
| 1983 'browser/sync/glue/session_data_type_controller.h', | 1985 'browser/sync/glue/session_data_type_controller.h', |
| 1984 'browser/sync/glue/session_model_associator.cc', | 1986 'browser/sync/glue/session_model_associator.cc', |
| 1985 'browser/sync/glue/session_model_associator.h', | 1987 'browser/sync/glue/session_model_associator.h', |
| 1986 'browser/sync/glue/shared_change_processor.cc', | 1988 'browser/sync/glue/shared_change_processor.cc', |
| 1987 'browser/sync/glue/shared_change_processor.h', | 1989 'browser/sync/glue/shared_change_processor.h', |
| (...skipping 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3128 'variables': { | 3130 'variables': { |
| 3129 'jni_gen_dir': 'chrome', | 3131 'jni_gen_dir': 'chrome', |
| 3130 }, | 3132 }, |
| 3131 'includes': [ '../build/jni_generator.gypi' ], | 3133 'includes': [ '../build/jni_generator.gypi' ], |
| 3132 }, | 3134 }, |
| 3133 ], | 3135 ], |
| 3134 }, | 3136 }, |
| 3135 ], | 3137 ], |
| 3136 ], | 3138 ], |
| 3137 } | 3139 } |
| OLD | NEW |