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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 777863002: Introduce new component webdata_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile as static_library instead of component Created 6 years 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
« no previous file with comments | « chrome/browser/webdata/web_data_service_factory.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2916 matching lines...) Expand 10 before | Expand all | Expand 10 after
2927 '../components/components.gyp:translate_core_common', 2927 '../components/components.gyp:translate_core_common',
2928 '../components/components.gyp:url_fixer', 2928 '../components/components.gyp:url_fixer',
2929 '../components/components.gyp:user_prefs', 2929 '../components/components.gyp:user_prefs',
2930 '../components/components_strings.gyp:components_strings', 2930 '../components/components_strings.gyp:components_strings',
2931 # This depends directly on the variations target, rather than just 2931 # This depends directly on the variations target, rather than just
2932 # transitively via the common target because the proto sources need to 2932 # transitively via the common target because the proto sources need to
2933 # be generated before code in this target can start building. 2933 # be generated before code in this target can start building.
2934 '../components/components.gyp:variations', 2934 '../components/components.gyp:variations',
2935 '../components/components.gyp:variations_http_provider', 2935 '../components/components.gyp:variations_http_provider',
2936 '../components/components.gyp:webdata_common', 2936 '../components/components.gyp:webdata_common',
2937 '../components/components.gyp:webdata_services',
2937 '../content/content.gyp:content_browser', 2938 '../content/content.gyp:content_browser',
2938 '../content/content.gyp:content_common', 2939 '../content/content.gyp:content_common',
2939 '../courgette/courgette.gyp:courgette_lib', 2940 '../courgette/courgette.gyp:courgette_lib',
2940 '../crypto/crypto.gyp:crypto', 2941 '../crypto/crypto.gyp:crypto',
2941 '../google_apis/google_apis.gyp:google_apis', 2942 '../google_apis/google_apis.gyp:google_apis',
2942 '../jingle/jingle.gyp:notifier', 2943 '../jingle/jingle.gyp:notifier',
2943 '../skia/skia.gyp:skia', 2944 '../skia/skia.gyp:skia',
2944 '../sql/sql.gyp:sql', 2945 '../sql/sql.gyp:sql',
2945 '../sync/sync.gyp:sync', 2946 '../sync/sync.gyp:sync',
2946 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 2947 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
(...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
3733 'variables': { 3734 'variables': {
3734 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3735 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3735 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3736 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3736 }, 3737 },
3737 'includes': [ '../build/protoc.gypi' ] 3738 'includes': [ '../build/protoc.gypi' ]
3738 }, 3739 },
3739 ], 3740 ],
3740 },], 3741 },],
3741 ], 3742 ],
3742 } 3743 }
OLDNEW
« no previous file with comments | « chrome/browser/webdata/web_data_service_factory.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698