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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7056049: Changes to have chrome building with net.dll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_renderer.gypi » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 17 matching lines...) Expand all
28 'syncapi_service', 28 'syncapi_service',
29 'theme_resources', 29 'theme_resources',
30 'theme_resources_large', 30 'theme_resources_large',
31 'theme_resources_standard', 31 'theme_resources_standard',
32 'userfeedback_proto', 32 'userfeedback_proto',
33 '../app/app.gyp:app_resources', 33 '../app/app.gyp:app_resources',
34 '../build/temp_gyp/googleurl.gyp:googleurl', 34 '../build/temp_gyp/googleurl.gyp:googleurl',
35 '../content/content.gyp:content_browser', 35 '../content/content.gyp:content_browser',
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 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin 39 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin
39 '../printing/printing.gyp:printing', 40 '../printing/printing.gyp:printing',
40 '../skia/skia.gyp:skia', 41 '../skia/skia.gyp:skia',
41 '../third_party/bzip2/bzip2.gyp:bzip2', 42 '../third_party/bzip2/bzip2.gyp:bzip2',
42 '../third_party/expat/expat.gyp:expat', 43 '../third_party/expat/expat.gyp:expat',
43 '../third_party/hunspell/hunspell.gyp:hunspell', 44 '../third_party/hunspell/hunspell.gyp:hunspell',
44 '../third_party/icu/icu.gyp:icui18n', 45 '../third_party/icu/icu.gyp:icui18n',
45 '../third_party/icu/icu.gyp:icuuc', 46 '../third_party/icu/icu.gyp:icuuc',
46 '../third_party/libjingle/libjingle.gyp:libjingle', 47 '../third_party/libjingle/libjingle.gyp:libjingle',
47 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 48 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
(...skipping 4572 matching lines...) Expand 10 before | Expand all | Expand 10 after
4620 'hard_dependency': 1, 4621 'hard_dependency': 1,
4621 }, 4622 },
4622 ], 4623 ],
4623 } 4624 }
4624 4625
4625 # Local Variables: 4626 # Local Variables:
4626 # tab-width:2 4627 # tab-width:2
4627 # indent-tabs-mode:nil 4628 # indent-tabs-mode:nil
4628 # End: 4629 # End:
4629 # vim: set expandtab tabstop=2 shiftwidth=2: 4630 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698