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

Side by Side Diff: Source/core/core.gyp

Issue 26592011: Move keyboard related files from core/ to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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 | « no previous file | Source/core/core.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 # 1 #
2 # Copyright (C) 2009 Google Inc. All rights reserved. 2 # Copyright (C) 2009 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 }, { # OS!="linux" and OS!="android" 637 }, { # OS!="linux" and OS!="android"
638 'sources/': [ 638 'sources/': [
639 ['exclude', 'Harfbuzz[^/]+\\.(cpp|h)$'], 639 ['exclude', 'Harfbuzz[^/]+\\.(cpp|h)$'],
640 ], 640 ],
641 }], 641 }],
642 ['OS!="linux"', { 642 ['OS!="linux"', {
643 'sources/': [ 643 'sources/': [
644 ['exclude', 'Linux\\.cpp$'], 644 ['exclude', 'Linux\\.cpp$'],
645 ], 645 ],
646 }], 646 }],
647 ['toolkit_uses_gtk == 0', {
648 'sources/': [
649 ['exclude', 'platform/chromium/KeyCodeConversionGtk\\.cpp$'],
650 ],
651 }],
652 ['OS=="mac"', { 647 ['OS=="mac"', {
653 'dependencies': [ 648 'dependencies': [
654 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', 649 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
655 ], 650 ],
656 'sources': [ 651 'sources': [
657 'editing/SmartReplaceCF.cpp', 652 'editing/SmartReplaceCF.cpp',
658 ], 653 ],
659 'link_settings': { 654 'link_settings': {
660 'libraries': [ 655 'libraries': [
661 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', 656 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', 1091 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h',
1097 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', 1092 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp',
1098 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', 1093 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h',
1099 ], 1094 ],
1100 'sources/': [ 1095 'sources/': [
1101 ['exclude', 'testing/js'], 1096 ['exclude', 'testing/js'],
1102 ], 1097 ],
1103 }, 1098 },
1104 ], # targets 1099 ], # targets
1105 } 1100 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698