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

Side by Side Diff: chrome/chrome.gyp

Issue 216033: Add a simple about:tcmalloc page that just displays its canned stats.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Add dependency in chrome.gyp Created 11 years, 3 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 | « chrome/browser/browser_about_handler.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 2375 matching lines...) Expand 10 before | Expand all | Expand 10 after
2386 ['OS=="win"', { 2386 ['OS=="win"', {
2387 'defines': [ 2387 'defines': [
2388 '__STD_C', 2388 '__STD_C',
2389 '_CRT_SECURE_NO_DEPRECATE', 2389 '_CRT_SECURE_NO_DEPRECATE',
2390 '_SCL_SECURE_NO_DEPRECATE', 2390 '_SCL_SECURE_NO_DEPRECATE',
2391 ], 2391 ],
2392 'include_dirs': [ 2392 'include_dirs': [
2393 'third_party/wtl/include', 2393 'third_party/wtl/include',
2394 ], 2394 ],
2395 'dependencies': [ 2395 'dependencies': [
2396 '../gears/gears.gyp:gears',
2396 '../google_update/google_update.gyp:google_update', 2397 '../google_update/google_update.gyp:google_update',
2398 '../third_party/cld/cld.gyp:cld',
2399 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
2400 '../views/views.gyp:views',
2397 'installer/installer.gyp:installer_util', 2401 'installer/installer.gyp:installer_util',
2398 '../third_party/cld/cld.gyp:cld',
2399 '../views/views.gyp:views',
2400 '../gears/gears.gyp:gears',
2401 ], 2402 ],
2402 'export_dependent_settings': [ 2403 'export_dependent_settings': [
2403 '../views/views.gyp:views', 2404 '../views/views.gyp:views',
2404 ], 2405 ],
2405 'sources': [ 2406 'sources': [
2406 'browser/net/ssl_config_service_manager_system.cc', 2407 'browser/net/ssl_config_service_manager_system.cc',
2407 # Using built-in rule in vstudio for midl. 2408 # Using built-in rule in vstudio for midl.
2408 'browser/history/history_indexer.idl', 2409 'browser/history/history_indexer.idl',
2409 ], 2410 ],
2410 'sources!': [ 2411 'sources!': [
(...skipping 4193 matching lines...) Expand 10 before | Expand all | Expand 10 after
6604 'dependencies': [ 6605 'dependencies': [
6605 '../third_party/pthreads-win32/pthreads.gyp:pthreads', 6606 '../third_party/pthreads-win32/pthreads.gyp:pthreads',
6606 ], 6607 ],
6607 }], 6608 }],
6608 ], 6609 ],
6609 }, 6610 },
6610 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 6611 ], # targets when chrome_personalization==1 and use_syncapi_stub==0
6611 }], 6612 }],
6612 ], # 'conditions' 6613 ], # 'conditions'
6613 } 6614 }
OLDNEW
« no previous file with comments | « chrome/browser/browser_about_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698