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

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: Remove unnecessary DEPS on //ui, sort dependencies 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 2886 matching lines...) Expand 10 before | Expand all | Expand 10 after
2897 '../components/components.gyp:translate_core_common', 2897 '../components/components.gyp:translate_core_common',
2898 '../components/components.gyp:url_fixer', 2898 '../components/components.gyp:url_fixer',
2899 '../components/components.gyp:user_prefs', 2899 '../components/components.gyp:user_prefs',
2900 '../components/components_strings.gyp:components_strings', 2900 '../components/components_strings.gyp:components_strings',
2901 # This depends directly on the variations target, rather than just 2901 # This depends directly on the variations target, rather than just
2902 # transitively via the common target because the proto sources need to 2902 # transitively via the common target because the proto sources need to
2903 # be generated before code in this target can start building. 2903 # be generated before code in this target can start building.
2904 '../components/components.gyp:variations', 2904 '../components/components.gyp:variations',
2905 '../components/components.gyp:variations_http_provider', 2905 '../components/components.gyp:variations_http_provider',
2906 '../components/components.gyp:webdata_common', 2906 '../components/components.gyp:webdata_common',
2907 '../components/components.gyp:webdata_services',
2907 '../content/content.gyp:content_browser', 2908 '../content/content.gyp:content_browser',
2908 '../content/content.gyp:content_common', 2909 '../content/content.gyp:content_common',
2909 '../courgette/courgette.gyp:courgette_lib', 2910 '../courgette/courgette.gyp:courgette_lib',
2910 '../crypto/crypto.gyp:crypto', 2911 '../crypto/crypto.gyp:crypto',
2911 '../google_apis/google_apis.gyp:google_apis', 2912 '../google_apis/google_apis.gyp:google_apis',
2912 '../jingle/jingle.gyp:notifier', 2913 '../jingle/jingle.gyp:notifier',
2913 '../skia/skia.gyp:skia', 2914 '../skia/skia.gyp:skia',
2914 '../sql/sql.gyp:sql', 2915 '../sql/sql.gyp:sql',
2915 '../sync/sync.gyp:sync', 2916 '../sync/sync.gyp:sync',
2916 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 2917 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
3681 'variables': { 3682 'variables': {
3682 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3683 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3683 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3684 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3684 }, 3685 },
3685 'includes': [ '../build/protoc.gypi' ] 3686 'includes': [ '../build/protoc.gypi' ]
3686 }, 3687 },
3687 ], 3688 ],
3688 },], 3689 },],
3689 ], 3690 ],
3690 } 3691 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698