Chromium Code Reviews| 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 418 ['include', '^base/dragdrop/os_exchange_data.cc'], | 418 ['include', '^base/dragdrop/os_exchange_data.cc'], |
| 419 ], | 419 ], |
| 420 }], | 420 }], |
| 421 ], | 421 ], |
| 422 }], | 422 }], |
| 423 ['use_pango==1', { | 423 ['use_pango==1', { |
| 424 'dependencies': [ | 424 'dependencies': [ |
| 425 '../build/linux/system.gyp:pangocairo', | 425 '../build/linux/system.gyp:pangocairo', |
| 426 ], | 426 ], |
| 427 }], | 427 }], |
| 428 ['use_x11==0 or use_clipboard_aurax11==1', { | 428 ['(use_x11==0 or use_clipboard_aurax11==1) and use_ozone==0', { |
|
sky
2013/12/13 17:49:10
Shouldn't the test for use_clipboard_aurax11==1 be
oshima
2013/12/13 17:51:35
This may look a bit weird, but this is side effect
sky
2013/12/13 17:55:31
Shouldn't the test then be os==win and use_aura or
oshima
2013/12/13 18:03:43
If you ask my preference, I prefer not to include
| |
| 429 'sources!': [ | 429 'sources!': [ |
| 430 'base/clipboard/clipboard_aura.cc', | 430 'base/clipboard/clipboard_aura.cc', |
| 431 ], | 431 ], |
| 432 }, { | 432 }, { |
| 433 'sources!': [ | 433 'sources!': [ |
| 434 'base/clipboard/clipboard_aurax11.cc', | 434 'base/clipboard/clipboard_aurax11.cc', |
| 435 ], | 435 ], |
| 436 }], | 436 }], |
| 437 ['chromeos==1 or (use_aura==1 and OS=="linux" and use_x11==0)', { | 437 ['chromeos==1 or (use_aura==1 and OS=="linux" and use_x11==0)', { |
| 438 'sources!': [ | 438 'sources!': [ |
| (...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 691 'xcode_settings': { | 691 'xcode_settings': { |
| 692 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', | 692 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', |
| 693 }, | 693 }, |
| 694 }], | 694 }], |
| 695 ], | 695 ], |
| 696 }, | 696 }, |
| 697 ], | 697 ], |
| 698 }], | 698 }], |
| 699 ], | 699 ], |
| 700 } | 700 } |
| OLD | NEW |