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

Side by Side Diff: content/content_browser.gypi

Issue 25015003: gfx: Create a separate gfx component out of ui. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 2 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 | « content/content_app.gypi ('k') | content/content_child.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
11 '../net/net.gyp:net', 11 '../net/net.gyp:net',
12 '../skia/skia.gyp:skia', 12 '../skia/skia.gyp:skia',
13 '../sql/sql.gyp:sql', 13 '../sql/sql.gyp:sql',
14 '../third_party/re2/re2.gyp:re2', 14 '../third_party/re2/re2.gyp:re2',
15 '../third_party/zlib/google/zip.gyp:zip', 15 '../third_party/zlib/google/zip.gyp:zip',
16 '../third_party/zlib/zlib.gyp:zlib', 16 '../third_party/zlib/zlib.gyp:zlib',
17 '../ui/gfx/gfx.gyp:gfx',
17 '../ui/snapshot/snapshot.gyp:snapshot', 18 '../ui/snapshot/snapshot.gyp:snapshot',
18 '../ui/ui.gyp:ui', 19 '../ui/ui.gyp:ui',
19 '../ui/ui.gyp:ui_resources', 20 '../ui/ui.gyp:ui_resources',
20 ], 21 ],
21 'include_dirs': [ 22 'include_dirs': [
22 '..', 23 '..',
23 '<(INTERMEDIATE_DIR)', 24 '<(INTERMEDIATE_DIR)',
24 ], 25 ],
25 'sources': [ 26 'sources': [
26 'port/browser/event_with_latency_info.h', 27 'port/browser/event_with_latency_info.h',
(...skipping 1531 matching lines...) Expand 10 before | Expand all | Expand 10 after
1558 '../third_party/speex/speex.gyp:libspeex', 1559 '../third_party/speex/speex.gyp:libspeex',
1559 ], 1560 ],
1560 }], 1561 }],
1561 ['linux_use_libgps==1', { 1562 ['linux_use_libgps==1', {
1562 'dependencies': [ 1563 'dependencies': [
1563 '../build/linux/system.gyp:libgps', 1564 '../build/linux/system.gyp:libgps',
1564 ], 1565 ],
1565 }], 1566 }],
1566 ], 1567 ],
1567 } 1568 }
OLDNEW
« no previous file with comments | « content/content_app.gypi ('k') | content/content_child.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698