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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10874077: net: Add a new target 'net_with_v8'. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fuck win - I hate you Created 8 years, 3 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
« no previous file with comments | « chrome/browser/net/proxy_service_factory.cc ('k') | net/net.gyp » ('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 (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 17 matching lines...) Expand all
28 'installer_util', 28 'installer_util',
29 'safe_browsing_proto', 29 'safe_browsing_proto',
30 'safe_browsing_report_proto', 30 'safe_browsing_report_proto',
31 'feedback_proto', 31 'feedback_proto',
32 'variations_seed_proto', 32 'variations_seed_proto',
33 '../build/temp_gyp/googleurl.gyp:googleurl', 33 '../build/temp_gyp/googleurl.gyp:googleurl',
34 '../content/content.gyp:content_browser', 34 '../content/content.gyp:content_browser',
35 '../content/content.gyp:content_common', 35 '../content/content.gyp:content_common',
36 '../crypto/crypto.gyp:crypto', 36 '../crypto/crypto.gyp:crypto',
37 '../media/media.gyp:media', 37 '../media/media.gyp:media',
38 '../net/net.gyp:net', 38 '../net/net.gyp:net_with_v8',
39 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin 39 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin
40 '../printing/printing.gyp:printing', 40 '../printing/printing.gyp:printing',
41 '../skia/skia.gyp:skia', 41 '../skia/skia.gyp:skia',
42 '../sync/protocol/sync_proto.gyp:sync_proto', 42 '../sync/protocol/sync_proto.gyp:sync_proto',
43 # TODO(akalin): Depend only on syncapi_service from sync. 43 # TODO(akalin): Depend only on syncapi_service from sync.
44 '../sync/sync.gyp:syncapi_core', 44 '../sync/sync.gyp:syncapi_core',
45 '../sync/sync.gyp:syncapi_service', 45 '../sync/sync.gyp:syncapi_service',
46 '../sync/sync.gyp:sync_notifier', 46 '../sync/sync.gyp:sync_notifier',
47 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 47 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
48 '../third_party/bzip2/bzip2.gyp:bzip2', 48 '../third_party/bzip2/bzip2.gyp:bzip2',
(...skipping 4986 matching lines...) Expand 10 before | Expand all | Expand 10 after
5035 'includes': [ '../build/jni_generator.gypi' ], 5035 'includes': [ '../build/jni_generator.gypi' ],
5036 'dependencies': [ 5036 'dependencies': [
5037 'android_jar_jni_headers', 5037 'android_jar_jni_headers',
5038 ], 5038 ],
5039 }, 5039 },
5040 ], 5040 ],
5041 }, 5041 },
5042 ], 5042 ],
5043 ], 5043 ],
5044 } 5044 }
OLDNEW
« no previous file with comments | « chrome/browser/net/proxy_service_factory.cc ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698