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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10554008: Move content::URLFetcher static functions to net::URLFetcher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win link error Created 8 years, 6 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 16 matching lines...) Expand all
27 'debugger', 27 'debugger',
28 'in_memory_url_index_cache_proto', 28 'in_memory_url_index_cache_proto',
29 'installer_util', 29 'installer_util',
30 'safe_browsing_proto', 30 'safe_browsing_proto',
31 'safe_browsing_report_proto', 31 'safe_browsing_report_proto',
32 'feedback_proto', 32 'feedback_proto',
33 'gdata_proto', 33 'gdata_proto',
34 'variations_seed_proto', 34 'variations_seed_proto',
35 '../build/temp_gyp/googleurl.gyp:googleurl', 35 '../build/temp_gyp/googleurl.gyp:googleurl',
36 '../content/content.gyp:content_browser', 36 '../content/content.gyp:content_browser',
37 '../content/content.gyp:content_common',
37 '../crypto/crypto.gyp:crypto', 38 '../crypto/crypto.gyp:crypto',
38 '../media/media.gyp:media', 39 '../media/media.gyp:media',
39 '../net/net.gyp:net', 40 '../net/net.gyp:net',
40 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin 41 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin
41 '../printing/printing.gyp:printing', 42 '../printing/printing.gyp:printing',
42 '../skia/skia.gyp:skia', 43 '../skia/skia.gyp:skia',
43 # TODO(akalin): Depend only on syncapi_service from sync. 44 # TODO(akalin): Depend only on syncapi_service from sync.
44 '../sync/sync.gyp:syncapi_core', 45 '../sync/sync.gyp:syncapi_core',
45 '../sync/sync.gyp:syncapi_service', 46 '../sync/sync.gyp:syncapi_service',
46 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 47 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
(...skipping 5202 matching lines...) Expand 10 before | Expand all | Expand 10 after
5249 'browser/metrics/proto/study.proto', 5250 'browser/metrics/proto/study.proto',
5250 ], 5251 ],
5251 'variables': { 5252 'variables': {
5252 'proto_in_dir': 'browser/metrics/proto', 5253 'proto_in_dir': 'browser/metrics/proto',
5253 'proto_out_dir': 'chrome/browser/metrics/proto', 5254 'proto_out_dir': 'chrome/browser/metrics/proto',
5254 }, 5255 },
5255 'includes': [ '../build/protoc.gypi' ] 5256 'includes': [ '../build/protoc.gypi' ]
5256 }, 5257 },
5257 ], 5258 ],
5258 } 5259 }
OLDNEW
« no previous file with comments | « chrome/browser/web_resource/web_resource_service.cc ('k') | chrome/common/net/gaia/gaia_auth_fetcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698