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

Side by Side Diff: chrome/chrome.gyp

Issue 525022: Revert 35509 - linux: implement gpu plugin... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 11 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 | « build/common.gypi ('k') | chrome/chrome_renderer.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 9 'variables': {
10 'version_py_path': 'tools/build/version.py', 10 'version_py_path': 'tools/build/version.py',
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 'plugin/plugin_thread.h', 443 'plugin/plugin_thread.h',
444 'plugin/webplugin_delegate_stub.cc', 444 'plugin/webplugin_delegate_stub.cc',
445 'plugin/webplugin_delegate_stub.h', 445 'plugin/webplugin_delegate_stub.h',
446 'plugin/webplugin_proxy.cc', 446 'plugin/webplugin_proxy.cc',
447 'plugin/webplugin_proxy.h', 447 'plugin/webplugin_proxy.h',
448 ], 448 ],
449 # These are layered in conditionals in the event other platforms 449 # These are layered in conditionals in the event other platforms
450 # end up using this module as well. 450 # end up using this module as well.
451 'conditions': [ 451 'conditions': [
452 ['OS=="win"', { 452 ['OS=="win"', {
453 'dependencies': [
454 '../gpu/gpu.gyp:command_buffer_service',
455 ],
453 'defines': [ 456 'defines': [
454 '__STD_C', 457 '__STD_C',
455 '_CRT_SECURE_NO_DEPRECATE', 458 '_CRT_SECURE_NO_DEPRECATE',
456 '_SCL_SECURE_NO_DEPRECATE', 459 '_SCL_SECURE_NO_DEPRECATE',
457 ], 460 ],
458 'include_dirs': [ 461 'include_dirs': [
459 'third_party/wtl/include', 462 'third_party/wtl/include',
460 ], 463 ],
461 }],
462 ['OS=="win" or (OS=="linux" and target_arch!="arm")', {
463 'dependencies': [
464 '../gpu/gpu.gyp:command_buffer_service',
465 ],
466 'sources': [ 464 'sources': [
467 'plugin/command_buffer_stub.cc', 465 'plugin/command_buffer_stub.cc',
468 'plugin/command_buffer_stub.h', 466 'plugin/command_buffer_stub.h',
469 ], 467 ],
470 },], 468 },],
471 ['OS=="linux" or OS=="freebsd"', { 469 ['OS=="linux" or OS=="freebsd"', {
472 'dependencies': [ 470 'dependencies': [
473 '../build/linux/system.gyp:gtk', 471 '../build/linux/system.gyp:gtk',
474 ], 472 ],
475 }], 473 }],
(...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after
1472 }], # targets 1470 }], # targets
1473 }], # OS=="linux" or OS=="freebsd" 1471 }], # OS=="linux" or OS=="freebsd"
1474 ], # 'conditions' 1472 ], # 'conditions'
1475 } 1473 }
1476 1474
1477 # Local Variables: 1475 # Local Variables:
1478 # tab-width:2 1476 # tab-width:2
1479 # indent-tabs-mode:nil 1477 # indent-tabs-mode:nil
1480 # End: 1478 # End:
1481 # vim: set expandtab tabstop=2 shiftwidth=2: 1479 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698