| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |