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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 6532012: Set the minimum timer interval on a per-page basis, and adjust it when... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 10 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/webkit_constants.h ('k') | webkit/glue/webpreferences.cc » ('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) 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 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../../..', 9 'webkit_src_dir': '../../../../..',
10 },{ 10 },{
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 'webcursor.h', 415 'webcursor.h',
416 'webcursor_gtk.cc', 416 'webcursor_gtk.cc',
417 'webcursor_gtk_data.h', 417 'webcursor_gtk_data.h',
418 'webcursor_mac.mm', 418 'webcursor_mac.mm',
419 'webcursor_win.cc', 419 'webcursor_win.cc',
420 'webdropdata.cc', 420 'webdropdata.cc',
421 'webdropdata_win.cc', 421 'webdropdata_win.cc',
422 'webdropdata.h', 422 'webdropdata.h',
423 'webfileutilities_impl.cc', 423 'webfileutilities_impl.cc',
424 'webfileutilities_impl.h', 424 'webfileutilities_impl.h',
425 'webkit_constants.h',
425 'webkit_glue.cc', 426 'webkit_glue.cc',
426 'webkit_glue.h', 427 'webkit_glue.h',
427 'webkitclient_impl.cc', 428 'webkitclient_impl.cc',
428 'webkitclient_impl.h', 429 'webkitclient_impl.h',
429 'webmediaplayer_impl.h', 430 'webmediaplayer_impl.h',
430 'webmediaplayer_impl.cc', 431 'webmediaplayer_impl.cc',
431 'webmenuitem.cc', 432 'webmenuitem.cc',
432 'webmenuitem.h', 433 'webmenuitem.h',
433 'webmenurunner_mac.h', 434 'webmenurunner_mac.h',
434 'webmenurunner_mac.mm', 435 'webmenurunner_mac.mm',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 'conditions': [ 577 'conditions': [
577 ['OS=="win"', { 578 ['OS=="win"', {
578 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'], 579 'dependencies': ['<(DEPTH)/build/win/system.gyp:cygwin'],
579 }], 580 }],
580 ], 581 ],
581 }, 582 },
582 ], 583 ],
583 }], 584 }],
584 ], 585 ],
585 } 586 }
OLDNEW
« no previous file with comments | « webkit/glue/webkit_constants.h ('k') | webkit/glue/webpreferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698