| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'base_target': 0, | 8 'base_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 417 ], | 417 ], |
| 418 'sources!': [ | 418 'sources!': [ |
| 419 'atomicops_internals_x86_gcc.cc', | 419 'atomicops_internals_x86_gcc.cc', |
| 420 'message_pump_glib.cc', | 420 'message_pump_glib.cc', |
| 421 'message_pump_x.cc', | 421 'message_pump_x.cc', |
| 422 ], | 422 ], |
| 423 }], | 423 }], |
| 424 [ 'toolkit_uses_gtk==0', { | 424 [ 'toolkit_uses_gtk==0', { |
| 425 'sources!': [ 'message_pump_gtk.cc', ], | 425 'sources!': [ 'message_pump_gtk.cc', ], |
| 426 }], | 426 }], |
| 427 [ '(touchui==0 and use_aura==0) or OS == "win"', { | 427 [ '(touchui==0 and use_aura==0) or OS == "win" or OS == "mac"', { |
| 428 'sources!' : [ 'message_pump_x.cc', ], | 428 'sources!' : [ 'message_pump_x.cc', ], |
| 429 }, { | 429 }, { |
| 430 'sources!' : [ 'message_pump_gtk.cc', ], | 430 'sources!' : [ 'message_pump_gtk.cc', ], |
| 431 'sources/' : [ [ 'include', '^message_pump_x\\.cc$', ] ], | 431 'sources/' : [ [ 'include', '^message_pump_x\\.cc$', ] ], |
| 432 }], | 432 }], |
| 433 [ 'use_wayland==1', { | 433 [ 'use_wayland==1', { |
| 434 'sources/': [ | 434 'sources/': [ |
| 435 [ 'exclude', '^message_pump_gtk\\.cc$',], | 435 [ 'exclude', '^message_pump_gtk\\.cc$',], |
| 436 [ 'exclude', '^message_pump_x\\.cc$',], | 436 [ 'exclude', '^message_pump_x\\.cc$',], |
| 437 ], | 437 ], |
| (...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 836 'third_party/xdg_mime/xdgmimemagic.c', | 836 'third_party/xdg_mime/xdgmimemagic.c', |
| 837 'third_party/xdg_mime/xdgmimemagic.h', | 837 'third_party/xdg_mime/xdgmimemagic.h', |
| 838 'third_party/xdg_mime/xdgmimeparent.c', | 838 'third_party/xdg_mime/xdgmimeparent.c', |
| 839 'third_party/xdg_mime/xdgmimeparent.h', | 839 'third_party/xdg_mime/xdgmimeparent.h', |
| 840 ], | 840 ], |
| 841 }, | 841 }, |
| 842 ], | 842 ], |
| 843 }], | 843 }], |
| 844 ], | 844 ], |
| 845 } | 845 } |
| OLD | NEW |