Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(698)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11958029: [Sync] Add support for proxy types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix more tests Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698