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

Side by Side Diff: build/all.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 | « base/bind_helpers.h ('k') | chrome/chrome.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
11 'dependencies': [ 11 'dependencies': [
12 '../app/app.gyp:*', 12 '../app/app.gyp:*',
13 '../base/base.gyp:*', 13 '../base/base.gyp:*',
14 '../chrome/browser/sync/tools/sync_tools.gyp:*', 14 '../chrome/browser/sync/tools/sync_tools.gyp:*',
15 '../chrome/chrome.gyp:*', 15 '../chrome/chrome.gyp:*',
16 '../crypto/crypto.gyp:*', 16 '../crypto/crypto.gyp:*',
17 '../ui/ui.gyp:*', 17 '../ui/ui.gyp:*',
18 '../gpu/gpu.gyp:*', 18 '../gpu/gpu.gyp:*',
19 '../gpu/demos/demos.gyp:*', 19 '../gpu/demos/demos.gyp:*',
20 '../ipc/ipc.gyp:*', 20 '../ipc/ipc.gyp:*',
21 '../jingle/jingle.gyp:*', 21 '../jingle/jingle.gyp:*',
22 '../media/media.gyp:*', 22 '../media/media.gyp:*',
23 '../net/net.gyp:*', 23 '../net/net.gyp:*',
24 '../ppapi/ppapi.gyp:*', 24 '../ppapi/ppapi.gyp:*',
25 '../ppapi/ppapi_internal.gyp:*',
25 '../printing/printing.gyp:*', 26 '../printing/printing.gyp:*',
26 '../sdch/sdch.gyp:*', 27 '../sdch/sdch.gyp:*',
27 '../skia/skia.gyp:*', 28 '../skia/skia.gyp:*',
28 '../testing/gmock.gyp:*', 29 '../testing/gmock.gyp:*',
29 '../testing/gtest.gyp:*', 30 '../testing/gtest.gyp:*',
30 '../third_party/bzip2/bzip2.gyp:*', 31 '../third_party/bzip2/bzip2.gyp:*',
31 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', 32 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*',
32 '../third_party/cld/cld.gyp:*', 33 '../third_party/cld/cld.gyp:*',
33 '../third_party/codesighs/codesighs.gyp:*', 34 '../third_party/codesighs/codesighs.gyp:*',
34 '../third_party/ffmpeg/ffmpeg.gyp:*', 35 '../third_party/ffmpeg/ffmpeg.gyp:*',
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
567 ], # targets 568 ], # targets
568 }], # "chromeos==1" 569 }], # "chromeos==1"
569 ], # conditions 570 ], # conditions
570 } 571 }
571 572
572 # Local Variables: 573 # Local Variables:
573 # tab-width:2 574 # tab-width:2
574 # indent-tabs-mode:nil 575 # indent-tabs-mode:nil
575 # End: 576 # End:
576 # vim: set expandtab tabstop=2 shiftwidth=2: 577 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « base/bind_helpers.h ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698