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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 12680004: Remove chrome/ code to handle App Notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Revert sync pref changes Created 7 years, 9 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 1957 matching lines...) Expand 10 before | Expand all | Expand 10 after
1968 'browser/sync/backend_migrator.cc', 1968 'browser/sync/backend_migrator.cc',
1969 'browser/sync/backend_migrator.h', 1969 'browser/sync/backend_migrator.h',
1970 'browser/sync/backend_unrecoverable_error_handler.cc', 1970 'browser/sync/backend_unrecoverable_error_handler.cc',
1971 'browser/sync/backend_unrecoverable_error_handler.h', 1971 'browser/sync/backend_unrecoverable_error_handler.h',
1972 'browser/sync/failed_datatypes_handler.cc', 1972 'browser/sync/failed_datatypes_handler.cc',
1973 'browser/sync/failed_datatypes_handler.h', 1973 'browser/sync/failed_datatypes_handler.h',
1974 'browser/sync/glue/android_invalidator_bridge.cc', 1974 'browser/sync/glue/android_invalidator_bridge.cc',
1975 'browser/sync/glue/android_invalidator_bridge.h', 1975 'browser/sync/glue/android_invalidator_bridge.h',
1976 'browser/sync/glue/android_invalidator_bridge_proxy.cc', 1976 'browser/sync/glue/android_invalidator_bridge_proxy.cc',
1977 'browser/sync/glue/android_invalidator_bridge_proxy.h', 1977 'browser/sync/glue/android_invalidator_bridge_proxy.h',
1978 'browser/sync/glue/app_notification_data_type_controller.cc',
1979 'browser/sync/glue/app_notification_data_type_controller.h',
1980 'browser/sync/glue/autofill_data_type_controller.cc', 1978 'browser/sync/glue/autofill_data_type_controller.cc',
1981 'browser/sync/glue/autofill_data_type_controller.h', 1979 'browser/sync/glue/autofill_data_type_controller.h',
1982 'browser/sync/glue/autofill_profile_data_type_controller.cc', 1980 'browser/sync/glue/autofill_profile_data_type_controller.cc',
1983 'browser/sync/glue/autofill_profile_data_type_controller.h', 1981 'browser/sync/glue/autofill_profile_data_type_controller.h',
1984 'browser/sync/glue/backend_data_type_configurer.cc', 1982 'browser/sync/glue/backend_data_type_configurer.cc',
1985 'browser/sync/glue/backend_data_type_configurer.h', 1983 'browser/sync/glue/backend_data_type_configurer.h',
1986 'browser/sync/glue/bookmark_change_processor.cc', 1984 'browser/sync/glue/bookmark_change_processor.cc',
1987 'browser/sync/glue/bookmark_change_processor.h', 1985 'browser/sync/glue/bookmark_change_processor.h',
1988 'browser/sync/glue/bookmark_data_type_controller.cc', 1986 'browser/sync/glue/bookmark_data_type_controller.cc',
1989 'browser/sync/glue/bookmark_data_type_controller.h', 1987 'browser/sync/glue/bookmark_data_type_controller.h',
(...skipping 1176 matching lines...) Expand 10 before | Expand all | Expand 10 after
3166 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3164 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3167 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3165 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3168 }, 3166 },
3169 'includes': [ '../build/android/java_cpp_template.gypi' ], 3167 'includes': [ '../build/android/java_cpp_template.gypi' ],
3170 }, 3168 },
3171 ], 3169 ],
3172 }, 3170 },
3173 ], 3171 ],
3174 ], 3172 ],
3175 } 3173 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698