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

Side by Side Diff: chrome/chrome_common.gypi

Issue 10662046: Add a histogram to measure browser window display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Improve code comments Created 8 years, 4 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/views/simple_message_box_win.cc ('k') | chrome/common/startup_metric_utils.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 'common/service_process_util.h', 260 'common/service_process_util.h',
261 'common/service_process_util_linux.cc', 261 'common/service_process_util_linux.cc',
262 'common/service_process_util_mac.mm', 262 'common/service_process_util_mac.mm',
263 'common/service_process_util_posix.cc', 263 'common/service_process_util_posix.cc',
264 'common/service_process_util_posix.h', 264 'common/service_process_util_posix.h',
265 'common/service_process_util_win.cc', 265 'common/service_process_util_win.cc',
266 'common/spellcheck_common.cc', 266 'common/spellcheck_common.cc',
267 'common/spellcheck_common.h', 267 'common/spellcheck_common.h',
268 'common/spellcheck_messages.h', 268 'common/spellcheck_messages.h',
269 'common/spellcheck_result.h', 269 'common/spellcheck_result.h',
270 'common/startup_metric_utils.cc',
271 'common/startup_metric_utils.h',
270 'common/string_ordinal.cc', 272 'common/string_ordinal.cc',
271 'common/string_ordinal.h', 273 'common/string_ordinal.h',
272 'common/switch_utils.cc', 274 'common/switch_utils.cc',
273 'common/switch_utils.h', 275 'common/switch_utils.h',
274 'common/thumbnail_score.cc', 276 'common/thumbnail_score.cc',
275 'common/thumbnail_score.h', 277 'common/thumbnail_score.h',
276 'common/thumbnail_support.cc', 278 'common/thumbnail_support.cc',
277 'common/thumbnail_support.h', 279 'common/thumbnail_support.h',
278 'common/time_format.cc', 280 'common/time_format.cc',
279 'common/time_format.h', 281 'common/time_format.h',
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 'common/metrics/proto/user_action_event.proto', 539 'common/metrics/proto/user_action_event.proto',
538 ], 540 ],
539 'variables': { 541 'variables': {
540 'proto_in_dir': 'common/metrics/proto', 542 'proto_in_dir': 'common/metrics/proto',
541 'proto_out_dir': 'chrome/common/metrics/proto', 543 'proto_out_dir': 'chrome/common/metrics/proto',
542 }, 544 },
543 'includes': [ '../build/protoc.gypi' ], 545 'includes': [ '../build/protoc.gypi' ],
544 }, 546 },
545 ], 547 ],
546 } 548 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/simple_message_box_win.cc ('k') | chrome/common/startup_metric_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698