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: content/content_common.gypi

Issue 7766012: Move native_web_keyboard_event_views.cc to chrome, so that we don't have any views code in conten... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Get rid of the views constructor in content as well Created 9 years, 3 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 | « content/common/native_web_keyboard_event_views.cc ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'content_common', 8 'target_name': 'content_common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'dependencies': [ 273 'dependencies': [
274 '../build/linux/system.gyp:gtk', 274 '../build/linux/system.gyp:gtk',
275 ], 275 ],
276 }], 276 }],
277 ['use_x11 == 1 and target_arch != "arm"', { 277 ['use_x11 == 1 and target_arch != "arm"', {
278 'sources': [ 278 'sources': [
279 'common/gpu/x_util.cc', 279 'common/gpu/x_util.cc',
280 'common/gpu/x_util.h', 280 'common/gpu/x_util.h',
281 ], 281 ],
282 }], 282 }],
283 ['toolkit_views==1', {
284 'sources': [
285 'common/native_web_keyboard_event_views.cc',
286 ],
287 }],
288 ['touchui==1', { 283 ['touchui==1', {
289 'sources': [ 284 'sources': [
290 'common/gpu/image_transport_surface_linux.h', 285 'common/gpu/image_transport_surface_linux.h',
291 'common/gpu/image_transport_surface_linux.cc', 286 'common/gpu/image_transport_surface_linux.cc',
292 ], 287 ],
293 'include_dirs': [ 288 'include_dirs': [
294 '<(DEPTH)/third_party/angle/include', 289 '<(DEPTH)/third_party/angle/include',
295 ], 290 ],
296 'link_settings': { 291 'link_settings': {
297 'libraries': [ 292 'libraries': [
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 ], 340 ],
346 'sources': [ 341 'sources': [
347 'common/gpu/media/omx_video_decode_accelerator_unittest.cc', 342 'common/gpu/media/omx_video_decode_accelerator_unittest.cc',
348 ], 343 ],
349 } 344 }
350 ], 345 ],
351 }, 346 },
352 ], 347 ],
353 ], 348 ],
354 } 349 }
OLDNEW
« no previous file with comments | « content/common/native_web_keyboard_event_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698