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 ['OS=="win" or use_clipboard_aurax11==1', { |
| 429 'sources!': [ | 429 'sources!': [ |
| 430 'base/clipboard/clipboard_aura.cc', | 430 'base/clipboard/clipboard_aura.cc', |
|
kalyank
2013/12/14 00:44:06
perhaps we could rename the file to clipboard_linu
oshima
2013/12/14 00:47:11
This is not for linux_aura. This is used for chrom
kalyank
2013/12/14 00:54:13
Sorry, it should have been _auralinux ending and n
| |
| 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!': [ |
| 439 'base/dragdrop/os_exchange_data_provider_aurax11.cc', | 439 'base/dragdrop/os_exchange_data_provider_aurax11.cc', |
| 440 'base/touch/touch_device.cc', | 440 'base/touch/touch_device.cc', |
| (...skipping 250 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 |