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

Side by Side Diff: Source/platform/blink_platform.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 | « Source/platform/WindowsKeyboardCodes.h ('k') | Source/platform/blink_platform.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) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 ['exclude', 'Posix\\.cpp$'], 116 ['exclude', 'Posix\\.cpp$'],
117 # We use LocaleWin.cpp instead of LocaleICU.cpp 117 # We use LocaleWin.cpp instead of LocaleICU.cpp
118 ['exclude', 'LocaleICU\\.(cpp|h)$'], 118 ['exclude', 'LocaleICU\\.(cpp|h)$'],
119 ], 119 ],
120 }, { # OS!="win" 120 }, { # OS!="win"
121 'sources/': [ 121 'sources/': [
122 ['exclude', 'win/'], 122 ['exclude', 'win/'],
123 ['exclude', 'Win\\.cpp$'], 123 ['exclude', 'Win\\.cpp$'],
124 ], 124 ],
125 }], 125 }],
126 ['toolkit_uses_gtk == 0', {
127 'sources/': [
128 ['exclude', 'Gtk\\.cpp$'],
129 ],
130 }],
131 ['OS!="android"', {
132 'sources/': [
133 ['exclude', 'Android\\.cpp$'],
134 ],
135 }],
126 ['"WTF_USE_WEBAUDIO_FFMPEG=1" in feature_defines', { 136 ['"WTF_USE_WEBAUDIO_FFMPEG=1" in feature_defines', {
127 'include_dirs': [ 137 'include_dirs': [
128 '<(DEPTH)/third_party/ffmpeg', 138 '<(DEPTH)/third_party/ffmpeg',
129 ], 139 ],
130 'dependencies': [ 140 'dependencies': [
131 '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg', 141 '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
132 ], 142 ],
133 }], 143 }],
134 ['"WTF_USE_WEBAUDIO_OPENMAX_DL_FFT=1" in feature_defines', { 144 ['"WTF_USE_WEBAUDIO_OPENMAX_DL_FFT=1" in feature_defines', {
135 'include_dirs': [ 145 'include_dirs': [
136 '<(DEPTH)/third_party/openmax_dl', 146 '<(DEPTH)/third_party/openmax_dl',
137 ], 147 ],
138 'dependencies': [ 148 'dependencies': [
139 '<(DEPTH)/third_party/openmax_dl/dl/dl.gyp:openmax_dl', 149 '<(DEPTH)/third_party/openmax_dl/dl/dl.gyp:openmax_dl',
140 ], 150 ],
141 }], 151 }],
142 ], 152 ],
143 }], 153 }],
144 } 154 }
OLDNEW
« no previous file with comments | « Source/platform/WindowsKeyboardCodes.h ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698