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

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: Fix component build & gn build 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
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 2901 matching lines...) Expand 10 before | Expand all | Expand 10 after
2912 '../components/components.gyp:translate_core_common', 2912 '../components/components.gyp:translate_core_common',
2913 '../components/components.gyp:url_fixer', 2913 '../components/components.gyp:url_fixer',
2914 '../components/components.gyp:user_prefs', 2914 '../components/components.gyp:user_prefs',
2915 '../components/components_strings.gyp:components_strings', 2915 '../components/components_strings.gyp:components_strings',
2916 # This depends directly on the variations target, rather than just 2916 # This depends directly on the variations target, rather than just
2917 # transitively via the common target because the proto sources need to 2917 # transitively via the common target because the proto sources need to
2918 # be generated before code in this target can start building. 2918 # be generated before code in this target can start building.
2919 '../components/components.gyp:variations', 2919 '../components/components.gyp:variations',
2920 '../components/components.gyp:variations_http_provider', 2920 '../components/components.gyp:variations_http_provider',
2921 '../components/components.gyp:webdata_common', 2921 '../components/components.gyp:webdata_common',
2922 '../components/components.gyp:webdata_services',
2922 '../content/content.gyp:content_browser', 2923 '../content/content.gyp:content_browser',
2923 '../content/content.gyp:content_common', 2924 '../content/content.gyp:content_common',
2924 '../courgette/courgette.gyp:courgette_lib', 2925 '../courgette/courgette.gyp:courgette_lib',
2925 '../crypto/crypto.gyp:crypto', 2926 '../crypto/crypto.gyp:crypto',
2926 '../google_apis/google_apis.gyp:google_apis', 2927 '../google_apis/google_apis.gyp:google_apis',
2927 '../jingle/jingle.gyp:notifier', 2928 '../jingle/jingle.gyp:notifier',
2928 '../skia/skia.gyp:skia', 2929 '../skia/skia.gyp:skia',
2929 '../sql/sql.gyp:sql', 2930 '../sql/sql.gyp:sql',
2930 '../sync/sync.gyp:sync', 2931 '../sync/sync.gyp:sync',
2931 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 2932 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
3700 'variables': { 3701 'variables': {
3701 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3702 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3702 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3703 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3703 }, 3704 },
3704 'includes': [ '../build/protoc.gypi' ] 3705 'includes': [ '../build/protoc.gypi' ]
3705 }, 3706 },
3706 ], 3707 ],
3707 },], 3708 },],
3708 ], 3709 ],
3709 } 3710 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698