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

Side by Side Diff: chrome/chrome.gyp

Issue 517031: linux: work around LAHF bug in Flash (Closed)
Patch Set: comment 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
« no previous file with comments | « no previous file | chrome/plugin/plugin_main.cc » ('j') | chrome/plugin/plugin_main_linux.cc » ('J')
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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'plugin/npobject_stub.h', 431 'plugin/npobject_stub.h',
432 'plugin/npobject_util.cc', 432 'plugin/npobject_util.cc',
433 'plugin/npobject_util.h', 433 'plugin/npobject_util.h',
434 'plugin/plugin_channel.cc', 434 'plugin/plugin_channel.cc',
435 'plugin/plugin_channel.h', 435 'plugin/plugin_channel.h',
436 'plugin/plugin_channel_base.cc', 436 'plugin/plugin_channel_base.cc',
437 'plugin/plugin_channel_base.h', 437 'plugin/plugin_channel_base.h',
438 'plugin/plugin_interpose_util_mac.mm', 438 'plugin/plugin_interpose_util_mac.mm',
439 'plugin/plugin_interpose_util_mac.h', 439 'plugin/plugin_interpose_util_mac.h',
440 'plugin/plugin_main.cc', 440 'plugin/plugin_main.cc',
441 'plugin/plugin_main_linux.cc',
441 'plugin/plugin_main_mac.mm', 442 'plugin/plugin_main_mac.mm',
442 'plugin/plugin_thread.cc', 443 'plugin/plugin_thread.cc',
443 'plugin/plugin_thread.h', 444 'plugin/plugin_thread.h',
444 'plugin/webplugin_delegate_stub.cc', 445 'plugin/webplugin_delegate_stub.cc',
445 'plugin/webplugin_delegate_stub.h', 446 'plugin/webplugin_delegate_stub.h',
446 'plugin/webplugin_proxy.cc', 447 'plugin/webplugin_proxy.cc',
447 'plugin/webplugin_proxy.h', 448 'plugin/webplugin_proxy.h',
448 ], 449 ],
449 # These are layered in conditionals in the event other platforms 450 # These are layered in conditionals in the event other platforms
450 # end up using this module as well. 451 # end up using this module as well.
(...skipping 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after
1470 }], # targets 1471 }], # targets
1471 }], # OS=="linux" or OS=="freebsd" 1472 }], # OS=="linux" or OS=="freebsd"
1472 ], # 'conditions' 1473 ], # 'conditions'
1473 } 1474 }
1474 1475
1475 # Local Variables: 1476 # Local Variables:
1476 # tab-width:2 1477 # tab-width:2
1477 # indent-tabs-mode:nil 1478 # indent-tabs-mode:nil
1478 # End: 1479 # End:
1479 # vim: set expandtab tabstop=2 shiftwidth=2: 1480 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/plugin/plugin_main.cc » ('j') | chrome/plugin/plugin_main_linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698