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 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
419 ], | 419 ], |
420 'sources!': [ | 420 'sources!': [ |
421 'atomicops_internals_x86_gcc.cc', | 421 'atomicops_internals_x86_gcc.cc', |
422 'message_pump_glib.cc', | 422 'message_pump_glib.cc', |
423 'message_pump_x.cc', | 423 'message_pump_x.cc', |
424 ], | 424 ], |
425 }], | 425 }], |
426 [ 'toolkit_uses_gtk==0', { | 426 [ 'toolkit_uses_gtk==0', { |
427 'sources!': [ 'message_pump_gtk.cc', ], | 427 'sources!': [ 'message_pump_gtk.cc', ], |
428 }], | 428 }], |
429 [ '(touchui==0 and use_aura==0) or OS == "win"', { | 429 [ '(touchui==0 and use_aura==0) or OS == "win" or OS == "mac"', { |
430 'sources!' : [ 'message_pump_x.cc', ], | 430 'sources!' : [ 'message_pump_x.cc', ], |
431 }, { | 431 }, { |
432 'sources!' : [ 'message_pump_gtk.cc', ], | 432 'sources!' : [ 'message_pump_gtk.cc', ], |
433 'sources/' : [ [ 'include', '^message_pump_x\\.cc$', ] ], | 433 'sources/' : [ [ 'include', '^message_pump_x\\.cc$', ] ], |
434 }], | 434 }], |
435 [ 'use_wayland==1', { | 435 [ 'use_wayland==1', { |
436 'sources/': [ | 436 'sources/': [ |
437 [ 'exclude', '^message_pump_gtk\\.cc$',], | 437 [ 'exclude', '^message_pump_gtk\\.cc$',], |
438 [ 'exclude', '^message_pump_x\\.cc$',], | 438 [ 'exclude', '^message_pump_x\\.cc$',], |
439 ], | 439 ], |
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
838 'third_party/xdg_mime/xdgmimemagic.c', | 838 'third_party/xdg_mime/xdgmimemagic.c', |
839 'third_party/xdg_mime/xdgmimemagic.h', | 839 'third_party/xdg_mime/xdgmimemagic.h', |
840 'third_party/xdg_mime/xdgmimeparent.c', | 840 'third_party/xdg_mime/xdgmimeparent.c', |
841 'third_party/xdg_mime/xdgmimeparent.h', | 841 'third_party/xdg_mime/xdgmimeparent.h', |
842 ], | 842 ], |
843 }, | 843 }, |
844 ], | 844 ], |
845 }], | 845 }], |
846 ], | 846 ], |
847 } | 847 } |
OLD | NEW |