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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1110833003: Move the IsSupported* mime functions out of //net and into //components/mime_util (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 3024 matching lines...) Expand 10 before | Expand all | Expand 10 after
3035 '../components/components.gyp:user_prefs', 3035 '../components/components.gyp:user_prefs',
3036 '../components/components.gyp:wallpaper', 3036 '../components/components.gyp:wallpaper',
3037 '../components/components_strings.gyp:components_strings', 3037 '../components/components_strings.gyp:components_strings',
3038 # This depends directly on the variations target, rather than just 3038 # This depends directly on the variations target, rather than just
3039 # transitively via the common target because the proto sources need to 3039 # transitively via the common target because the proto sources need to
3040 # be generated before code in this target can start building. 3040 # be generated before code in this target can start building.
3041 '../components/components.gyp:variations', 3041 '../components/components.gyp:variations',
3042 '../components/components.gyp:variations_http_provider', 3042 '../components/components.gyp:variations_http_provider',
3043 '../components/components.gyp:webdata_common', 3043 '../components/components.gyp:webdata_common',
3044 '../components/components.gyp:webdata_services', 3044 '../components/components.gyp:webdata_services',
3045 '../components/mime_util/mime_util.gyp:mime_util',
Lei Zhang 2015/04/28 04:01:03 Need to do change the GN version as well.
3045 '../content/content.gyp:content_browser', 3046 '../content/content.gyp:content_browser',
3046 '../content/content.gyp:content_common', 3047 '../content/content.gyp:content_common',
3047 '../courgette/courgette.gyp:courgette_lib', 3048 '../courgette/courgette.gyp:courgette_lib',
3048 '../crypto/crypto.gyp:crypto', 3049 '../crypto/crypto.gyp:crypto',
3049 '../google_apis/google_apis.gyp:google_apis', 3050 '../google_apis/google_apis.gyp:google_apis',
3050 '../jingle/jingle.gyp:notifier', 3051 '../jingle/jingle.gyp:notifier',
3051 '../skia/skia.gyp:skia', 3052 '../skia/skia.gyp:skia',
3052 '../sql/sql.gyp:sql', 3053 '../sql/sql.gyp:sql',
3053 '../sync/sync.gyp:sync', 3054 '../sync/sync.gyp:sync',
3054 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 3055 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
3843 'variables': { 3844 'variables': {
3844 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3845 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3845 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3846 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3846 }, 3847 },
3847 'includes': [ '../build/protoc.gypi' ] 3848 'includes': [ '../build/protoc.gypi' ]
3848 }, 3849 },
3849 ], 3850 ],
3850 },], 3851 },],
3851 ], 3852 ],
3852 } 3853 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698