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

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: Fix merge conflicts. 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 1862 matching lines...) Expand 10 before | Expand all | Expand 10 after
1873 'browser/sync/backend_migrator.cc', 1873 'browser/sync/backend_migrator.cc',
1874 'browser/sync/backend_migrator.h', 1874 'browser/sync/backend_migrator.h',
1875 'browser/sync/backend_unrecoverable_error_handler.cc', 1875 'browser/sync/backend_unrecoverable_error_handler.cc',
1876 'browser/sync/backend_unrecoverable_error_handler.h', 1876 'browser/sync/backend_unrecoverable_error_handler.h',
1877 'browser/sync/failed_datatypes_handler.cc', 1877 'browser/sync/failed_datatypes_handler.cc',
1878 'browser/sync/failed_datatypes_handler.h', 1878 'browser/sync/failed_datatypes_handler.h',
1879 'browser/sync/glue/android_invalidator_bridge.cc', 1879 'browser/sync/glue/android_invalidator_bridge.cc',
1880 'browser/sync/glue/android_invalidator_bridge.h', 1880 'browser/sync/glue/android_invalidator_bridge.h',
1881 'browser/sync/glue/android_invalidator_bridge_proxy.cc', 1881 'browser/sync/glue/android_invalidator_bridge_proxy.cc',
1882 'browser/sync/glue/android_invalidator_bridge_proxy.h', 1882 'browser/sync/glue/android_invalidator_bridge_proxy.h',
1883 'browser/sync/glue/app_notification_data_type_controller.cc',
1884 'browser/sync/glue/app_notification_data_type_controller.h',
1885 'browser/sync/glue/autofill_data_type_controller.cc', 1883 'browser/sync/glue/autofill_data_type_controller.cc',
1886 'browser/sync/glue/autofill_data_type_controller.h', 1884 'browser/sync/glue/autofill_data_type_controller.h',
1887 'browser/sync/glue/autofill_profile_data_type_controller.cc', 1885 'browser/sync/glue/autofill_profile_data_type_controller.cc',
1888 'browser/sync/glue/autofill_profile_data_type_controller.h', 1886 'browser/sync/glue/autofill_profile_data_type_controller.h',
1889 'browser/sync/glue/backend_data_type_configurer.cc', 1887 'browser/sync/glue/backend_data_type_configurer.cc',
1890 'browser/sync/glue/backend_data_type_configurer.h', 1888 'browser/sync/glue/backend_data_type_configurer.h',
1891 'browser/sync/glue/bookmark_change_processor.cc', 1889 'browser/sync/glue/bookmark_change_processor.cc',
1892 'browser/sync/glue/bookmark_change_processor.h', 1890 'browser/sync/glue/bookmark_change_processor.h',
1893 'browser/sync/glue/bookmark_data_type_controller.cc', 1891 'browser/sync/glue/bookmark_data_type_controller.cc',
1894 'browser/sync/glue/bookmark_data_type_controller.h', 1892 'browser/sync/glue/bookmark_data_type_controller.h',
(...skipping 1270 matching lines...) Expand 10 before | Expand all | Expand 10 after
3165 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3163 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3166 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3164 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3167 }, 3165 },
3168 'includes': [ '../build/android/java_cpp_template.gypi' ], 3166 'includes': [ '../build/android/java_cpp_template.gypi' ],
3169 }, 3167 },
3170 ], 3168 ],
3171 }, 3169 },
3172 ], 3170 ],
3173 ], 3171 ],
3174 } 3172 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/ntp_resource_cache.cc ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698