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

Side by Side Diff: ui/base/ui_base.gyp

Issue 238633004: Remove all uses of toolkit_use_gtk in the gyp files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT Created 6 years, 8 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
« no previous file with comments | « tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp ('k') | ui/gfx/gdk_compat.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 'resource/resource_bundle_auralinux.cc', 369 'resource/resource_bundle_auralinux.cc',
370 ], 370 ],
371 }], 371 }],
372 ['use_aura==1 and OS=="win"', { 372 ['use_aura==1 and OS=="win"', {
373 'sources/': [ 373 'sources/': [
374 ['exclude', 'dragdrop/drag_utils_aura.cc'], 374 ['exclude', 'dragdrop/drag_utils_aura.cc'],
375 ], 375 ],
376 }], 376 }],
377 ['use_glib == 1', { 377 ['use_glib == 1', {
378 'dependencies': [ 378 'dependencies': [
379 # font_gtk.cc uses fontconfig.
380 '../../build/linux/system.gyp:fontconfig', 379 '../../build/linux/system.gyp:fontconfig',
381 '../../build/linux/system.gyp:glib', 380 '../../build/linux/system.gyp:glib',
382 ], 381 ],
383 }], 382 }],
384 ['desktop_linux == 1 or chromeos == 1', { 383 ['desktop_linux == 1 or chromeos == 1', {
385 'conditions': [ 384 'conditions': [
386 ['toolkit_views==0 and use_aura==0', { 385 ['toolkit_views==0 and use_aura==0', {
387 # Note: because of gyp predence rules this has to be defined as 386 # Note: because of gyp predence rules this has to be defined as
388 # 'sources/' rather than 'sources!'. 387 # 'sources/' rather than 'sources!'.
389 'sources/': [ 388 'sources/': [
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 'variables': { 584 'variables': {
586 'jni_gen_package': 'ui', 585 'jni_gen_package': 'ui',
587 'jni_generator_ptr_type': 'long', 586 'jni_generator_ptr_type': 'long',
588 }, 587 },
589 'includes': [ '../../build/jni_generator.gypi' ], 588 'includes': [ '../../build/jni_generator.gypi' ],
590 }, 589 },
591 ], 590 ],
592 }], 591 }],
593 ], 592 ],
594 } 593 }
OLDNEW
« no previous file with comments | « tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp ('k') | ui/gfx/gdk_compat.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698