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

Side by Side Diff: trunk/src/ui/ui.gyp

Issue 27993005: Revert 229521 "Revert 229507 "aura: Allow creating content_shell..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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 | « trunk/src/ui/events/events.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 9 'includes': [
10 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 ['exclude', 'base/dragdrop/drag_utils_aura.cc'], 392 ['exclude', 'base/dragdrop/drag_utils_aura.cc'],
393 ], 393 ],
394 }], 394 }],
395 ['use_glib == 1', { 395 ['use_glib == 1', {
396 'dependencies': [ 396 'dependencies': [
397 # font_gtk.cc uses fontconfig. 397 # font_gtk.cc uses fontconfig.
398 '../build/linux/system.gyp:fontconfig', 398 '../build/linux/system.gyp:fontconfig',
399 '../build/linux/system.gyp:glib', 399 '../build/linux/system.gyp:glib',
400 ], 400 ],
401 'conditions': [ 401 'conditions': [
402 ['toolkit_views==0', { 402 ['toolkit_views==0 and use_aura==0', {
403 # Note: because of gyp predence rules this has to be defined as 403 # Note: because of gyp predence rules this has to be defined as
404 # 'sources/' rather than 'sources!'. 404 # 'sources/' rather than 'sources!'.
405 'sources/': [ 405 'sources/': [
406 ['exclude', '^base/dragdrop/drag_utils.cc'], 406 ['exclude', '^base/dragdrop/drag_utils.cc'],
407 ['exclude', '^base/dragdrop/drag_utils.h'], 407 ['exclude', '^base/dragdrop/drag_utils.h'],
408 ['exclude', '^base/dragdrop/os_exchange_data.cc'], 408 ['exclude', '^base/dragdrop/os_exchange_data.cc'],
409 ['exclude', '^base/dragdrop/os_exchange_data.h'], 409 ['exclude', '^base/dragdrop/os_exchange_data.h'],
410 ], 410 ],
411 }, { 411 }, {
412 # Note: because of gyp predence rules this has to be defined as 412 # Note: because of gyp predence rules this has to be defined as
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 'xcode_settings': { 724 'xcode_settings': {
725 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 725 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
726 }, 726 },
727 }], 727 }],
728 ], 728 ],
729 }, 729 },
730 ], 730 ],
731 }], 731 }],
732 ], 732 ],
733 } 733 }
OLDNEW
« no previous file with comments | « trunk/src/ui/events/events.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698