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

Side by Side Diff: icu.gyp

Issue 195087: icu should not include build/common.gypi once chromium issue 206006 is landed. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/third_party/icu42/
Patch Set: Created 11 years, 3 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 | « no previous file | no next file » | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [
7 '../../build/common.gypi',
8 ],
9 'target_defaults': { 6 'target_defaults': {
10 'defines': [ 7 'defines': [
11 'U_STATIC_IMPLEMENTATION', 8 'U_STATIC_IMPLEMENTATION',
12 ], 9 ],
13 # TODO(mark): Looks like this is causing the "public" include directories 10 # TODO(mark): Looks like this is causing the "public" include directories
14 # to show up twice in some targets in this file. Fix. 11 # to show up twice in some targets in this file. Fix.
15 'include_dirs': [ 12 'include_dirs': [
16 'public/common', 13 'public/common',
17 'public/i18n', 14 'public/i18n',
18 'source/common', 15 'source/common',
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 'cflags': [ 391 'cflags': [
395 '-Wno-unused-function', 392 '-Wno-unused-function',
396 # TODO(port): fix ICU to not depend on this flag. 393 # TODO(port): fix ICU to not depend on this flag.
397 '-fno-strict-aliasing', 394 '-fno-strict-aliasing',
398 ], 395 ],
399 },], 396 },],
400 ], 397 ],
401 }, 398 },
402 ], 399 ],
403 } 400 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698