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

Side by Side Diff: chrome/chrome_utility.gypi

Issue 320253004: Componentize URLFixerUpper. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Win64 fix Created 6 years, 6 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_tests_unit.gypi ('k') | chrome/common/net/url_fixer_upper.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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': 'utility', 8 'target_name': 'utility',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
11 'dependencies': [ 11 'dependencies': [
12 '../base/base.gyp:base', 12 '../base/base.gyp:base',
13 '../components/components_strings.gyp:components_strings', 13 '../components/components_strings.gyp:components_strings',
14 '../components/components.gyp:url_fixer',
14 '../content/content.gyp:content_common', 15 '../content/content.gyp:content_common',
15 '../content/content.gyp:content_utility', 16 '../content/content.gyp:content_utility',
16 '../media/media.gyp:media', 17 '../media/media.gyp:media',
17 '../skia/skia.gyp:skia', 18 '../skia/skia.gyp:skia',
18 '../third_party/libexif/libexif.gyp:libexif', 19 '../third_party/libexif/libexif.gyp:libexif',
19 '../third_party/libxml/libxml.gyp:libxml', 20 '../third_party/libxml/libxml.gyp:libxml',
20 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 21 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
21 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 22 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
22 'common', 23 'common',
23 'common/extensions/api/api.gyp:chrome_api', 24 'common/extensions/api/api.gyp:chrome_api',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 'sources': [ 144 'sources': [
144 'utility/image_writer/image_writer_stub.cc', 145 'utility/image_writer/image_writer_stub.cc',
145 ] 146 ]
146 }], 147 }],
147 ], 148 ],
148 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 149 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
149 'msvs_disabled_warnings': [ 4267, ], 150 'msvs_disabled_warnings': [ 4267, ],
150 }, 151 },
151 ], 152 ],
152 } 153 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/common/net/url_fixer_upper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698