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

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

Issue 10113009: Set Android/V8 memory limits from dalvik.vm.heapsize. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 '../plugins/webview_plugin.cc', 353 '../plugins/webview_plugin.cc',
354 '../plugins/webview_plugin.h', 354 '../plugins/webview_plugin.h',
355 'alt_error_page_resource_fetcher.cc', 355 'alt_error_page_resource_fetcher.cc',
356 'alt_error_page_resource_fetcher.h', 356 'alt_error_page_resource_fetcher.h',
357 'cpp_binding_example.cc', 357 'cpp_binding_example.cc',
358 'cpp_binding_example.h', 358 'cpp_binding_example.h',
359 'cpp_bound_class.cc', 359 'cpp_bound_class.cc',
360 'cpp_bound_class.h', 360 'cpp_bound_class.h',
361 'cpp_variant.cc', 361 'cpp_variant.cc',
362 'cpp_variant.h', 362 'cpp_variant.h',
363 'dalvik_heap_size_android.cc',
364 'dalvik_heap_size_android.h',
363 'dom_operations.cc', 365 'dom_operations.cc',
364 'dom_operations.h', 366 'dom_operations.h',
365 'ftp_directory_listing_response_delegate.cc', 367 'ftp_directory_listing_response_delegate.cc',
366 'ftp_directory_listing_response_delegate.h', 368 'ftp_directory_listing_response_delegate.h',
367 'gl_bindings_skia_cmd_buffer.cc', 369 'gl_bindings_skia_cmd_buffer.cc',
368 'gl_bindings_skia_cmd_buffer.h', 370 'gl_bindings_skia_cmd_buffer.h',
369 'glue_serialize.cc', 371 'glue_serialize.cc',
370 'glue_serialize.h', 372 'glue_serialize.h',
371 'idb_bindings.cc', 373 'idb_bindings.cc',
372 'idb_bindings.h', 374 'idb_bindings.h',
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 }, 584 },
583 'includes': [ '../../build/grit_action.gypi' ], 585 'includes': [ '../../build/grit_action.gypi' ],
584 }, 586 },
585 ], 587 ],
586 'includes': [ '../../build/grit_target.gypi' ], 588 'includes': [ '../../build/grit_target.gypi' ],
587 }, 589 },
588 ], 590 ],
589 }], 591 }],
590 ], 592 ],
591 } 593 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698