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

Side by Side Diff: base/base.gypi

Issue 7833016: aura: A few changes to have aura_demo compile and run on linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: events Created 9 years, 3 months 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
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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 'sources/': [ 376 'sources/': [
377 ['exclude', '^nix/'], 377 ['exclude', '^nix/'],
378 ], 378 ],
379 'sources!': [ 379 'sources!': [
380 'atomicops_internals_x86_gcc.cc', 380 'atomicops_internals_x86_gcc.cc',
381 'message_pump_glib.cc', 381 'message_pump_glib.cc',
382 'message_pump_gtk.cc', 382 'message_pump_gtk.cc',
383 'message_pump_x.cc', 383 'message_pump_x.cc',
384 ], 384 ],
385 }], 385 }],
386 [ 'touchui==0', { 386 [ 'touchui==0 and use_aura==0', {
387 'sources!' : [ 'message_pump_x.cc', ], 387 'sources!' : [ 'message_pump_x.cc', ],
388 }, { 388 }, {
389 'sources!' : [ 'message_pump_gtk.cc', ], 389 'sources!' : [ 'message_pump_gtk.cc', ],
390 }], 390 }],
391 [ 'OS != "linux"', { 391 [ 'OS != "linux"', {
392 'sources!': [ 392 'sources!': [
393 # Not automatically excluded by the *linux.cc rules. 393 # Not automatically excluded by the *linux.cc rules.
394 'gtk_util.cc', 394 'gtk_util.cc',
395 'gtk_util.h', 395 'gtk_util.h',
396 'linux_util.cc', 396 'linux_util.cc',
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 'third_party/xdg_mime/xdgmimemagic.c', 711 'third_party/xdg_mime/xdgmimemagic.c',
712 'third_party/xdg_mime/xdgmimemagic.h', 712 'third_party/xdg_mime/xdgmimemagic.h',
713 'third_party/xdg_mime/xdgmimeparent.c', 713 'third_party/xdg_mime/xdgmimeparent.c',
714 'third_party/xdg_mime/xdgmimeparent.h', 714 'third_party/xdg_mime/xdgmimeparent.h',
715 ], 715 ],
716 }, 716 },
717 ], 717 ],
718 }], 718 }],
719 ], 719 ],
720 } 720 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698