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

Side by Side Diff: ui/ui.gyp

Issue 14401013: Delete MacVDA from the codebase since it is dead code and not being worked on. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove pointless flag from linux & mac Created 7 years, 7 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 | « ui/gfx/video_decode_acceleration_support_mac_unittest.mm ('k') | ui/ui_unittests.gypi » ('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 (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 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
538 'gfx/transform_util.cc', 538 'gfx/transform_util.cc',
539 'gfx/transform_util.h', 539 'gfx/transform_util.h',
540 'gfx/vector2d.cc', 540 'gfx/vector2d.cc',
541 'gfx/vector2d.h', 541 'gfx/vector2d.h',
542 'gfx/vector2d_conversions.cc', 542 'gfx/vector2d_conversions.cc',
543 'gfx/vector2d_conversions.h', 543 'gfx/vector2d_conversions.h',
544 'gfx/vector2d_f.cc', 544 'gfx/vector2d_f.cc',
545 'gfx/vector2d_f.h', 545 'gfx/vector2d_f.h',
546 'gfx/vector3d_f.cc', 546 'gfx/vector3d_f.cc',
547 'gfx/vector3d_f.h', 547 'gfx/vector3d_f.h',
548 'gfx/video_decode_acceleration_support_mac.h',
549 'gfx/video_decode_acceleration_support_mac.mm',
550 'webui/jstemplate_builder.cc', 548 'webui/jstemplate_builder.cc',
551 'webui/jstemplate_builder.h', 549 'webui/jstemplate_builder.h',
552 'webui/web_ui_util.cc', 550 'webui/web_ui_util.cc',
553 'webui/web_ui_util.h', 551 'webui/web_ui_util.h',
554 ], 552 ],
555 'target_conditions': [ 553 'target_conditions': [
556 ['OS == "ios"', { 554 ['OS == "ios"', {
557 'sources/': [ 555 'sources/': [
558 ['include', '^base/l10n/l10n_util_mac\\.mm$'], 556 ['include', '^base/l10n/l10n_util_mac\\.mm$'],
559 ], 557 ],
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
986 'xcode_settings': { 984 'xcode_settings': {
987 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 985 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
988 }, 986 },
989 }], 987 }],
990 ], 988 ],
991 }, 989 },
992 ], 990 ],
993 }], 991 }],
994 ], 992 ],
995 } 993 }
OLDNEW
« no previous file with comments | « ui/gfx/video_decode_acceleration_support_mac_unittest.mm ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698