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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6981001: Make the Pepper proxy support in-process font rendering. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 | 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 15 matching lines...) Expand all
26 'theme_resources', 26 'theme_resources',
27 'theme_resources_large', 27 'theme_resources_large',
28 'theme_resources_standard', 28 'theme_resources_standard',
29 'userfeedback_proto', 29 'userfeedback_proto',
30 '../app/app.gyp:app_resources', 30 '../app/app.gyp:app_resources',
31 '../build/temp_gyp/googleurl.gyp:googleurl', 31 '../build/temp_gyp/googleurl.gyp:googleurl',
32 '../content/content.gyp:content_browser', 32 '../content/content.gyp:content_browser',
33 '../crypto/crypto.gyp:crypto', 33 '../crypto/crypto.gyp:crypto',
34 '../gpu/gpu.gyp:gpu_common', 34 '../gpu/gpu.gyp:gpu_common',
35 '../media/media.gyp:media', 35 '../media/media.gyp:media',
36 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin 36 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin
37 '../printing/printing.gyp:printing', 37 '../printing/printing.gyp:printing',
38 '../skia/skia.gyp:skia', 38 '../skia/skia.gyp:skia',
39 '../third_party/bzip2/bzip2.gyp:bzip2', 39 '../third_party/bzip2/bzip2.gyp:bzip2',
40 '../third_party/expat/expat.gyp:expat', 40 '../third_party/expat/expat.gyp:expat',
41 '../third_party/hunspell/hunspell.gyp:hunspell', 41 '../third_party/hunspell/hunspell.gyp:hunspell',
42 '../third_party/icu/icu.gyp:icui18n', 42 '../third_party/icu/icu.gyp:icui18n',
43 '../third_party/icu/icu.gyp:icuuc', 43 '../third_party/icu/icu.gyp:icuuc',
44 '../third_party/libjingle/libjingle.gyp:libjingle', 44 '../third_party/libjingle/libjingle.gyp:libjingle',
45 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 45 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
46 '../third_party/libphonenumber/libphonenumber.gyp:phonenumber_proto', 46 '../third_party/libphonenumber/libphonenumber.gyp:phonenumber_proto',
(...skipping 4508 matching lines...) Expand 10 before | Expand all | Expand 10 after
4555 'hard_dependency': 1, 4555 'hard_dependency': 1,
4556 }, 4556 },
4557 ], 4557 ],
4558 } 4558 }
4559 4559
4560 # Local Variables: 4560 # Local Variables:
4561 # tab-width:2 4561 # tab-width:2
4562 # indent-tabs-mode:nil 4562 # indent-tabs-mode:nil
4563 # End: 4563 # End:
4564 # vim: set expandtab tabstop=2 shiftwidth=2: 4564 # 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