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

Side by Side Diff: webkit/tools/test_shell/test_shell.gyp

Issue 435040: Convert the existing .gyp configuration to use the new base\allocator... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: latest updates after forking page_heap_linux.cc Created 11 years 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 | « chrome/test/interactive_ui/interactive_ui_tests.gypi ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'test_shell_windows_resource_files': [ 8 'test_shell_windows_resource_files': [
9 'resources/test_shell.rc', 9 'resources/test_shell.rc',
10 'resources/pan_east.cur', 10 'resources/pan_east.cur',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 # resulting .res files get referenced multiple times. 286 # resulting .res files get referenced multiple times.
287 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc', 287 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.rc',
288 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc', 288 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources.rc',
289 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.rc', 289 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.rc',
290 ], 290 ],
291 }], 291 }],
292 ['OS=="linux"', { 292 ['OS=="linux"', {
293 'conditions': [ 293 'conditions': [
294 [ 'linux_use_tcmalloc==1', { 294 [ 'linux_use_tcmalloc==1', {
295 'dependencies': [ 295 'dependencies': [
296 '../../../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', 296 '../../../base/allocator/allocator.gyp:allocator',
297 ], 297 ],
298 }, 298 },
299 ], 299 ],
300 ], 300 ],
301 'dependencies': [ 301 'dependencies': [
302 '../../../build/linux/system.gyp:gtk', 302 '../../../build/linux/system.gyp:gtk',
303 'test_shell_resources', 303 'test_shell_resources',
304 'test_shell_pak', 304 'test_shell_pak',
305 ], 305 ],
306 }], 306 }],
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 ], 714 ],
715 }], 715 }],
716 ], 716 ],
717 } 717 }
718 718
719 # Local Variables: 719 # Local Variables:
720 # tab-width:2 720 # tab-width:2
721 # indent-tabs-mode:nil 721 # indent-tabs-mode:nil
722 # End: 722 # End:
723 # vim: set expandtab tabstop=2 shiftwidth=2: 723 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/test/interactive_ui/interactive_ui_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698