OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |