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

Side by Side Diff: ui/gfx/gfx.gyp

Issue 143463006: Remove net dependency from ui/gfx (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add gurl include to elide_url_unittest.cc Created 6 years, 10 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 | « ui/gfx/DEPS ('k') | ui/gfx/text_elider.h » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 ], 90 ],
91 }, 91 },
92 { 92 {
93 'target_name': 'gfx', 93 'target_name': 'gfx',
94 'type': '<(component)', 94 'type': '<(component)',
95 'dependencies': [ 95 'dependencies': [
96 '<(DEPTH)/base/base.gyp:base', 96 '<(DEPTH)/base/base.gyp:base',
97 '<(DEPTH)/base/base.gyp:base_i18n', 97 '<(DEPTH)/base/base.gyp:base_i18n',
98 '<(DEPTH)/base/base.gyp:base_static', 98 '<(DEPTH)/base/base.gyp:base_static',
99 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations', 99 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d ynamic_annotations',
100 '<(DEPTH)/net/net.gyp:net',
101 '<(DEPTH)/skia/skia.gyp:skia', 100 '<(DEPTH)/skia/skia.gyp:skia',
102 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 101 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
103 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 102 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
104 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 103 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
105 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 104 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
106 '<(DEPTH)/url/url.gyp:url_lib',
107 'gfx_geometry', 105 'gfx_geometry',
108 ], 106 ],
109 # text_elider.h includes ICU headers. 107 # text_elider.h includes ICU headers.
110 'export_dependent_settings': [ 108 'export_dependent_settings': [
111 '<(DEPTH)/skia/skia.gyp:skia', 109 '<(DEPTH)/skia/skia.gyp:skia',
112 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 110 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
113 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 111 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
114 ], 112 ],
115 'defines': [ 113 'defines': [
116 'GFX_IMPLEMENTATION', 114 'GFX_IMPLEMENTATION',
(...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 'variables': { 506 'variables': {
509 'jni_gen_package': 'ui/gfx', 507 'jni_gen_package': 'ui/gfx',
510 'jni_generator_ptr_type': 'long' 508 'jni_generator_ptr_type': 'long'
511 }, 509 },
512 'includes': [ '../../build/jni_generator.gypi' ], 510 'includes': [ '../../build/jni_generator.gypi' ],
513 }, 511 },
514 ], 512 ],
515 }], 513 }],
516 ], 514 ],
517 } 515 }
OLDNEW
« no previous file with comments | « ui/gfx/DEPS ('k') | ui/gfx/text_elider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698