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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6691013: Introduce gpu_trace_event for gpu performance analysis. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Feedback updates Created 9 years, 9 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/ui/webui/gpu_internals_ui.cc ('k') | gpu/common/gpu_trace_event.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 10 matching lines...) Expand all
21 'installer_util', 21 'installer_util',
22 'platform_locale_settings', 22 'platform_locale_settings',
23 'profile_import', 23 'profile_import',
24 'safe_browsing_csd_proto', 24 'safe_browsing_csd_proto',
25 'safe_browsing_report_proto', 25 'safe_browsing_report_proto',
26 'syncapi', 26 'syncapi',
27 'theme_resources', 27 'theme_resources',
28 'userfeedback_proto', 28 'userfeedback_proto',
29 '../app/app.gyp:app_resources', 29 '../app/app.gyp:app_resources',
30 '../content/content.gyp:content_browser', 30 '../content/content.gyp:content_browser',
31 '../gpu/gpu.gyp:gpu_common',
31 '../media/media.gyp:media', 32 '../media/media.gyp:media',
32 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin 33 '../ppapi/ppapi.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin
33 '../printing/printing.gyp:printing', 34 '../printing/printing.gyp:printing',
34 '../skia/skia.gyp:skia', 35 '../skia/skia.gyp:skia',
35 '../third_party/bzip2/bzip2.gyp:bzip2', 36 '../third_party/bzip2/bzip2.gyp:bzip2',
36 '../third_party/expat/expat.gyp:expat', 37 '../third_party/expat/expat.gyp:expat',
37 '../third_party/hunspell/hunspell.gyp:hunspell', 38 '../third_party/hunspell/hunspell.gyp:hunspell',
38 '../third_party/icu/icu.gyp:icui18n', 39 '../third_party/icu/icu.gyp:icui18n',
39 '../third_party/icu/icu.gyp:icuuc', 40 '../third_party/icu/icu.gyp:icuuc',
40 '../third_party/libjingle/libjingle.gyp:libjingle', 41 '../third_party/libjingle/libjingle.gyp:libjingle',
(...skipping 4295 matching lines...) Expand 10 before | Expand all | Expand 10 after
4336 ], 4337 ],
4337 }, 4338 },
4338 ], 4339 ],
4339 } 4340 }
4340 4341
4341 # Local Variables: 4342 # Local Variables:
4342 # tab-width:2 4343 # tab-width:2
4343 # indent-tabs-mode:nil 4344 # indent-tabs-mode:nil
4344 # End: 4345 # End:
4345 # vim: set expandtab tabstop=2 shiftwidth=2: 4346 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/gpu_internals_ui.cc ('k') | gpu/common/gpu_trace_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698