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

Side by Side Diff: trunk/src/chrome/chrome_browser.gypi

Issue 281783004: Revert 270226 "Componentize GCM Part 1: create GCM component and..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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 19 matching lines...) Expand all
30 '../components/components.gyp:autofill_core_browser', 30 '../components/components.gyp:autofill_core_browser',
31 '../components/components.gyp:bookmarks_core_browser', 31 '../components/components.gyp:bookmarks_core_browser',
32 '../components/components.gyp:captive_portal', 32 '../components/components.gyp:captive_portal',
33 '../components/components.gyp:cloud_devices_common', 33 '../components/components.gyp:cloud_devices_common',
34 '../components/components.gyp:component_metrics_proto', 34 '../components/components.gyp:component_metrics_proto',
35 '../components/components.gyp:data_reduction_proxy_browser', 35 '../components/components.gyp:data_reduction_proxy_browser',
36 '../components/components.gyp:domain_reliability', 36 '../components/components.gyp:domain_reliability',
37 '../components/components.gyp:favicon_base', 37 '../components/components.gyp:favicon_base',
38 '../components/components.gyp:favicon_core', 38 '../components/components.gyp:favicon_core',
39 '../components/components.gyp:feedback_component', 39 '../components/components.gyp:feedback_component',
40 '../components/components.gyp:gcm_driver',
41 '../components/components.gyp:infobars_core', 40 '../components/components.gyp:infobars_core',
42 '../components/components.gyp:invalidation', 41 '../components/components.gyp:invalidation',
43 '../components/components.gyp:metrics', 42 '../components/components.gyp:metrics',
44 '../components/components.gyp:navigation_metrics', 43 '../components/components.gyp:navigation_metrics',
45 '../components/components.gyp:os_crypt', 44 '../components/components.gyp:os_crypt',
46 '../components/components.gyp:password_manager_core_browser', 45 '../components/components.gyp:password_manager_core_browser',
47 '../components/components.gyp:password_manager_core_common', 46 '../components/components.gyp:password_manager_core_common',
48 '../components/components.gyp:policy_component', 47 '../components/components.gyp:policy_component',
49 '../components/components.gyp:precache_core', 48 '../components/components.gyp:precache_core',
50 '../components/components.gyp:query_parser', 49 '../components/components.gyp:query_parser',
51 '../components/components.gyp:rappor', 50 '../components/components.gyp:rappor',
52 '../components/components.gyp:search_provider_logos', 51 '../components/components.gyp:search_provider_logos',
53 '../components/components.gyp:signin_core_browser', 52 '../components/components.gyp:signin_core_browser',
54 '../components/components.gyp:startup_metric_utils', 53 '../components/components.gyp:startup_metric_utils',
55 '../components/components.gyp:sync_driver', 54 '../components/components.gyp:sync_driver',
56 '../components/components.gyp:translate_core_browser', 55 '../components/components.gyp:translate_core_browser',
57 '../components/components.gyp:translate_core_common', 56 '../components/components.gyp:translate_core_common',
58 '../components/components.gyp:user_prefs', 57 '../components/components.gyp:user_prefs',
59 '../components/components_strings.gyp:components_strings', 58 '../components/components_strings.gyp:components_strings',
60 # This depends directly on the variations target, rather than just 59 # This depends directly on the variations target, rather than just
61 # transitively via the common target because the proto sources need to 60 # transitively via the common target because the proto sources need to
62 # be generated before code in this target can start building. 61 # be generated before code in this target can start building.
63 '../components/components.gyp:variations', 62 '../components/components.gyp:variations',
64 '../components/components.gyp:webdata_common', 63 '../components/components.gyp:webdata_common',
65 '../content/content.gyp:content_browser', 64 '../content/content.gyp:content_browser',
66 '../content/content.gyp:content_common', 65 '../content/content.gyp:content_common',
67 '../courgette/courgette.gyp:courgette_lib', 66 '../courgette/courgette.gyp:courgette_lib',
68 '../crypto/crypto.gyp:crypto', 67 '../crypto/crypto.gyp:crypto',
68 '../google_apis/gcm/gcm.gyp:gcm',
69 '../google_apis/google_apis.gyp:google_apis', 69 '../google_apis/google_apis.gyp:google_apis',
70 '../jingle/jingle.gyp:notifier', 70 '../jingle/jingle.gyp:notifier',
71 '../skia/skia.gyp:skia', 71 '../skia/skia.gyp:skia',
72 '../sql/sql.gyp:sql', 72 '../sql/sql.gyp:sql',
73 '../sync/sync.gyp:sync', 73 '../sync/sync.gyp:sync',
74 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 74 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
75 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 75 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
76 '../third_party/icu/icu.gyp:icui18n', 76 '../third_party/icu/icu.gyp:icui18n',
77 '../third_party/icu/icu.gyp:icuuc', 77 '../third_party/icu/icu.gyp:icuuc',
78 '../third_party/libjingle/libjingle.gyp:libjingle', 78 '../third_party/libjingle/libjingle.gyp:libjingle',
(...skipping 1899 matching lines...) Expand 10 before | Expand all | Expand 10 after
1978 'browser/search_engines/template_url_prepopulate_data.h', 1978 'browser/search_engines/template_url_prepopulate_data.h',
1979 'browser/search_engines/template_url_service.cc', 1979 'browser/search_engines/template_url_service.cc',
1980 'browser/search_engines/template_url_service.h', 1980 'browser/search_engines/template_url_service.h',
1981 'browser/search_engines/template_url_service_android.cc', 1981 'browser/search_engines/template_url_service_android.cc',
1982 'browser/search_engines/template_url_service_android.h', 1982 'browser/search_engines/template_url_service_android.h',
1983 'browser/search_engines/template_url_service_factory.cc', 1983 'browser/search_engines/template_url_service_factory.cc',
1984 'browser/search_engines/template_url_service_factory.h', 1984 'browser/search_engines/template_url_service_factory.h',
1985 'browser/search_engines/template_url_service_observer.h', 1985 'browser/search_engines/template_url_service_observer.h',
1986 'browser/search_engines/util.cc', 1986 'browser/search_engines/util.cc',
1987 'browser/search_engines/util.h', 1987 'browser/search_engines/util.h',
1988 'browser/services/gcm/default_gcm_app_handler.cc',
1989 'browser/services/gcm/default_gcm_app_handler.h',
1990 'browser/services/gcm/gcm_app_handler.h',
1991 'browser/services/gcm/gcm_client_factory.cc',
1992 'browser/services/gcm/gcm_client_factory.h',
1988 'browser/services/gcm/gcm_profile_service.cc', 1993 'browser/services/gcm/gcm_profile_service.cc',
1989 'browser/services/gcm/gcm_profile_service.h', 1994 'browser/services/gcm/gcm_profile_service.h',
1990 'browser/services/gcm/gcm_profile_service_factory.cc', 1995 'browser/services/gcm/gcm_profile_service_factory.cc',
1991 'browser/services/gcm/gcm_profile_service_factory.h', 1996 'browser/services/gcm/gcm_profile_service_factory.h',
1992 'browser/services/gcm/gcm_service.cc', 1997 'browser/services/gcm/gcm_service.cc',
1993 'browser/services/gcm/gcm_service.h', 1998 'browser/services/gcm/gcm_service.h',
1994 'browser/service_process/service_process_control.cc', 1999 'browser/service_process/service_process_control.cc',
1995 'browser/service_process/service_process_control_mac.mm', 2000 'browser/service_process/service_process_control_mac.mm',
1996 'browser/service_process/service_process_control.h', 2001 'browser/service_process/service_process_control.h',
1997 'browser/sessions/base_session_service.cc', 2002 'browser/sessions/base_session_service.cc',
(...skipping 1709 matching lines...) Expand 10 before | Expand all | Expand 10 after
3707 'package_name': 'org/chromium/chrome/browser', 3712 'package_name': 'org/chromium/chrome/browser',
3708 'template_deps': ['browser/android/tab_load_status.h'], 3713 'template_deps': ['browser/android/tab_load_status.h'],
3709 }, 3714 },
3710 'includes': [ '../build/android/java_cpp_template.gypi' ], 3715 'includes': [ '../build/android/java_cpp_template.gypi' ],
3711 }, 3716 },
3712 ], 3717 ],
3713 }, 3718 },
3714 ], 3719 ],
3715 ], 3720 ],
3716 } 3721 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/browser/services/gcm/gcm_service_unittest.cc ('k') | trunk/src/components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698