Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(533)

Side by Side Diff: base/base.gypi

Issue 8486020: compositor_unittests target is unimplmented on Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | printing/printed_document.h » ('j') | printing/printing.gyp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | printing/printed_document.h » ('j') | printing/printing.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698