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

Side by Side Diff: webkit/webkit.gyp

Issue 549025: Set disabled style on GPU window and plugin intermediate window so mouse mess... (Closed) Base URL: svn://chrome-svn/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 | « webkit/glue/webplugin_impl.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) 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 'includes': [ 6 'includes': [
7 '../third_party/WebKit/WebKit/chromium/features.gypi', 7 '../third_party/WebKit/WebKit/chromium/features.gypi',
8 '../third_party/WebKit/WebCore/WebCore.gypi', 8 '../third_party/WebKit/WebCore/WebCore.gypi',
9 ], 9 ],
10 'variables': { 10 'variables': {
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 'glue/webkit_glue.h', 380 'glue/webkit_glue.h',
381 'glue/webkitclient_impl.cc', 381 'glue/webkitclient_impl.cc',
382 'glue/webkitclient_impl.h', 382 'glue/webkitclient_impl.h',
383 'glue/webmediaplayer_impl.h', 383 'glue/webmediaplayer_impl.h',
384 'glue/webmediaplayer_impl.cc', 384 'glue/webmediaplayer_impl.cc',
385 'glue/webmenuitem.h', 385 'glue/webmenuitem.h',
386 'glue/webmenurunner_mac.h', 386 'glue/webmenurunner_mac.h',
387 'glue/webmenurunner_mac.mm', 387 'glue/webmenurunner_mac.mm',
388 'glue/webpasswordautocompletelistener_impl.cc', 388 'glue/webpasswordautocompletelistener_impl.cc',
389 'glue/webpasswordautocompletelistener_impl.h', 389 'glue/webpasswordautocompletelistener_impl.h',
390 'glue/webplugin.cc',
390 'glue/webplugin.h', 391 'glue/webplugin.h',
391 'glue/webplugin_delegate.h', 392 'glue/webplugin_delegate.h',
392 'glue/webplugin_impl.cc', 393 'glue/webplugin_impl.cc',
393 'glue/webplugin_impl.h', 394 'glue/webplugin_impl.h',
394 'glue/webplugininfo.h', 395 'glue/webplugininfo.h',
395 'glue/webpreferences.cc', 396 'glue/webpreferences.cc',
396 'glue/webpreferences.h', 397 'glue/webpreferences.h',
397 'glue/websocketstreamhandle_bridge.h', 398 'glue/websocketstreamhandle_bridge.h',
398 'glue/websocketstreamhandle_delegate.h', 399 'glue/websocketstreamhandle_delegate.h',
399 'glue/websocketstreamhandle_impl.cc', 400 'glue/websocketstreamhandle_impl.cc',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 ], 569 ],
569 }, 570 },
570 ], # targets 571 ], # targets
571 } 572 }
572 573
573 # Local Variables: 574 # Local Variables:
574 # tab-width:2 575 # tab-width:2
575 # indent-tabs-mode:nil 576 # indent-tabs-mode:nil
576 # End: 577 # End:
577 # vim: set expandtab tabstop=2 shiftwidth=2: 578 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/glue/webplugin_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698