| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'includes': [ | 9 'includes': [ |
| 10 'shell_dialogs.gypi', | 10 'shell_dialogs.gypi', |
| (...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 ['exclude', 'base/dragdrop/drag_utils_aura.cc'], | 392 ['exclude', 'base/dragdrop/drag_utils_aura.cc'], |
| 393 ], | 393 ], |
| 394 }], | 394 }], |
| 395 ['use_glib == 1', { | 395 ['use_glib == 1', { |
| 396 'dependencies': [ | 396 'dependencies': [ |
| 397 # font_gtk.cc uses fontconfig. | 397 # font_gtk.cc uses fontconfig. |
| 398 '../build/linux/system.gyp:fontconfig', | 398 '../build/linux/system.gyp:fontconfig', |
| 399 '../build/linux/system.gyp:glib', | 399 '../build/linux/system.gyp:glib', |
| 400 ], | 400 ], |
| 401 'conditions': [ | 401 'conditions': [ |
| 402 ['toolkit_views==0 and use_aura==0', { | 402 ['toolkit_views==0', { |
| 403 # Note: because of gyp predence rules this has to be defined as | 403 # Note: because of gyp predence rules this has to be defined as |
| 404 # 'sources/' rather than 'sources!'. | 404 # 'sources/' rather than 'sources!'. |
| 405 'sources/': [ | 405 'sources/': [ |
| 406 ['exclude', '^base/dragdrop/drag_utils.cc'], | 406 ['exclude', '^base/dragdrop/drag_utils.cc'], |
| 407 ['exclude', '^base/dragdrop/drag_utils.h'], | 407 ['exclude', '^base/dragdrop/drag_utils.h'], |
| 408 ['exclude', '^base/dragdrop/os_exchange_data.cc'], | 408 ['exclude', '^base/dragdrop/os_exchange_data.cc'], |
| 409 ['exclude', '^base/dragdrop/os_exchange_data.h'], | 409 ['exclude', '^base/dragdrop/os_exchange_data.h'], |
| 410 ], | 410 ], |
| 411 }, { | 411 }, { |
| 412 # Note: because of gyp predence rules this has to be defined as | 412 # Note: because of gyp predence rules this has to be defined as |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 724 'xcode_settings': { | 724 'xcode_settings': { |
| 725 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 725 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
| 726 }, | 726 }, |
| 727 }], | 727 }], |
| 728 ], | 728 ], |
| 729 }, | 729 }, |
| 730 ], | 730 ], |
| 731 }], | 731 }], |
| 732 ], | 732 ], |
| 733 } | 733 } |
| OLD | NEW |