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

Side by Side Diff: content/content_browser.gypi

Issue 11975048: Native memory histograms for the browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ios build fix Created 7 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 | « content/common/child_process_messages.h ('k') | content/renderer/dom_automation_controller.h » ('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) 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 'dependencies': [ 6 'dependencies': [
7 'browser/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 960 matching lines...) Expand 10 before | Expand all | Expand 10 after
971 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'], 971 ['include', '^browser/web_contents/navigation_entry_impl\\.cc$'],
972 ], 972 ],
973 }, { # OS!="ios" 973 }, { # OS!="ios"
974 'dependencies': [ 974 'dependencies': [
975 'browser/devtools/devtools_resources.gyp:devtools_resources', 975 'browser/devtools/devtools_resources.gyp:devtools_resources',
976 '../cc/cc.gyp:cc', 976 '../cc/cc.gyp:cc',
977 '../net/net.gyp:http_server', 977 '../net/net.gyp:http_server',
978 '../printing/printing.gyp:printing', 978 '../printing/printing.gyp:printing',
979 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 979 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
980 '../ui/surface/surface.gyp:surface', 980 '../ui/surface/surface.gyp:surface',
981 '../webkit/support/webkit_support.gyp:glue',
981 '../webkit/support/webkit_support.gyp:webkit_resources', 982 '../webkit/support/webkit_support.gyp:webkit_resources',
982 '../webkit/support/webkit_support.gyp:webkit_storage', 983 '../webkit/support/webkit_support.gyp:webkit_storage',
983 '../webkit/support/webkit_support.gyp:webkit_strings', 984 '../webkit/support/webkit_support.gyp:webkit_strings',
984 ], 985 ],
985 }], 986 }],
986 ['OS!="mac" and OS!="ios"', { 987 ['OS!="mac" and OS!="ios"', {
987 'dependencies': [ 988 'dependencies': [
988 '../sandbox/sandbox.gyp:sandbox', 989 '../sandbox/sandbox.gyp:sandbox',
989 ], 990 ],
990 }], 991 }],
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
1204 ['exclude', '^browser/speech/'], 1205 ['exclude', '^browser/speech/'],
1205 ], 1206 ],
1206 }], 1207 }],
1207 ['linux_use_libgps==1', { 1208 ['linux_use_libgps==1', {
1208 'dependencies': [ 1209 'dependencies': [
1209 '../build/linux/system.gyp:libgps', 1210 '../build/linux/system.gyp:libgps',
1210 ], 1211 ],
1211 }], 1212 }],
1212 ], 1213 ],
1213 } 1214 }
OLDNEW
« no previous file with comments | « content/common/child_process_messages.h ('k') | content/renderer/dom_automation_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698