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

Side by Side Diff: chrome/chrome.gyp

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 | « build/all.gyp ('k') | chrome/chrome_browser.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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after
1311 'installer/installer_tools.gyp:*', 1311 'installer/installer_tools.gyp:*',
1312 'installer/upgrade_test.gyp:*', 1312 'installer/upgrade_test.gyp:*',
1313 '../app/app.gyp:*', 1313 '../app/app.gyp:*',
1314 '../base/base.gyp:*', 1314 '../base/base.gyp:*',
1315 '../chrome_frame/chrome_frame.gyp:*', 1315 '../chrome_frame/chrome_frame.gyp:*',
1316 '../content/content.gyp:*', 1316 '../content/content.gyp:*',
1317 '../ipc/ipc.gyp:*', 1317 '../ipc/ipc.gyp:*',
1318 '../media/media.gyp:*', 1318 '../media/media.gyp:*',
1319 '../net/net.gyp:*', 1319 '../net/net.gyp:*',
1320 '../ppapi/ppapi.gyp:*', 1320 '../ppapi/ppapi.gyp:*',
1321 '../ppapi/ppapi_internal.gyp:*',
1321 '../printing/printing.gyp:*', 1322 '../printing/printing.gyp:*',
1322 '../sdch/sdch.gyp:*', 1323 '../sdch/sdch.gyp:*',
1323 '../skia/skia.gyp:*', 1324 '../skia/skia.gyp:*',
1324 '../testing/gmock.gyp:*', 1325 '../testing/gmock.gyp:*',
1325 '../testing/gtest.gyp:*', 1326 '../testing/gtest.gyp:*',
1326 '../third_party/bsdiff/bsdiff.gyp:*', 1327 '../third_party/bsdiff/bsdiff.gyp:*',
1327 '../third_party/bspatch/bspatch.gyp:*', 1328 '../third_party/bspatch/bspatch.gyp:*',
1328 '../third_party/bzip2/bzip2.gyp:*', 1329 '../third_party/bzip2/bzip2.gyp:*',
1329 '../third_party/codesighs/codesighs.gyp:*', 1330 '../third_party/codesighs/codesighs.gyp:*',
1330 '../third_party/iccjpeg/iccjpeg.gyp:*', 1331 '../third_party/iccjpeg/iccjpeg.gyp:*',
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
1628 }], # targets 1629 }], # targets
1629 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1630 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1630 ], # 'conditions' 1631 ], # 'conditions'
1631 } 1632 }
1632 1633
1633 # Local Variables: 1634 # Local Variables:
1634 # tab-width:2 1635 # tab-width:2
1635 # indent-tabs-mode:nil 1636 # indent-tabs-mode:nil
1636 # End: 1637 # End:
1637 # vim: set expandtab tabstop=2 shiftwidth=2: 1638 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698