| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2013 Google Inc. All rights reserved. | 2 # Copyright (C) 2013 Google Inc. All rights reserved. |
| 3 # | 3 # |
| 4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
| 5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
| 6 # met: | 6 # met: |
| 7 # | 7 # |
| 8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
| 9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
| 10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 }], | 279 }], |
| 280 ['OS=="mac"', { | 280 ['OS=="mac"', { |
| 281 'dependencies': [ | 281 'dependencies': [ |
| 282 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', | 282 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', |
| 283 ], | 283 ], |
| 284 'link_settings': { | 284 'link_settings': { |
| 285 'libraries': [ | 285 'libraries': [ |
| 286 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', | 286 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', |
| 287 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', | 287 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', |
| 288 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 288 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
| 289 '$(SDKROOT)/System/Library/Frameworks/QuartzCore.framework', |
| 289 ] | 290 ] |
| 290 }, | 291 }, |
| 291 'sources/': [ | 292 'sources/': [ |
| 292 # We use LocaleMac.mm instead of LocaleICU.cpp | 293 # We use LocaleMac.mm instead of LocaleICU.cpp |
| 293 ['exclude', 'text/LocaleICU\\.(cpp|h)$'], | 294 ['exclude', 'text/LocaleICU\\.(cpp|h)$'], |
| 294 ['include', 'text/LocaleMac\\.mm$'], | 295 ['include', 'text/LocaleMac\\.mm$'], |
| 295 | 296 |
| 296 # The Mac uses mac/KillRingMac.mm instead of the dummy | 297 # The Mac uses mac/KillRingMac.mm instead of the dummy |
| 297 # implementation. | 298 # implementation. |
| 298 ['exclude', 'KillRingNone\\.cpp$'], | 299 ['exclude', 'KillRingNone\\.cpp$'], |
| (...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 ['OS=="android"', { | 482 ['OS=="android"', { |
| 482 'cflags!': ['-mthumb'], | 483 'cflags!': ['-mthumb'], |
| 483 }], | 484 }], |
| 484 ], | 485 ], |
| 485 },{ # target_arch!="arm" | 486 },{ # target_arch!="arm" |
| 486 'type': 'none', | 487 'type': 'none', |
| 487 }], | 488 }], |
| 488 ], | 489 ], |
| 489 }], | 490 }], |
| 490 } | 491 } |
| OLD | NEW |