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

Side by Side Diff: chrome/chrome_common.gypi

Issue 10128002: Retrieve Windows performance assessment information from results files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comments and braces. Created 8 years, 7 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
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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'common/multi_process_lock.h', 209 'common/multi_process_lock.h',
210 'common/multi_process_lock_linux.cc', 210 'common/multi_process_lock_linux.cc',
211 'common/multi_process_lock_mac.cc', 211 'common/multi_process_lock_mac.cc',
212 'common/multi_process_lock_win.cc', 212 'common/multi_process_lock_win.cc',
213 'common/nacl_cmd_line.cc', 213 'common/nacl_cmd_line.cc',
214 'common/nacl_cmd_line.h', 214 'common/nacl_cmd_line.h',
215 'common/nacl_messages.cc', 215 'common/nacl_messages.cc',
216 'common/nacl_messages.h', 216 'common/nacl_messages.h',
217 'common/nacl_types.cc', 217 'common/nacl_types.cc',
218 'common/nacl_types.h', 218 'common/nacl_types.h',
219 'common/libxml_utils.cc',
220 'common/libxml_utils.h',
221 'common/pepper_flash.cc', 219 'common/pepper_flash.cc',
222 'common/pepper_flash.h', 220 'common/pepper_flash.h',
223 'common/persistent_pref_store.h', 221 'common/persistent_pref_store.h',
224 'common/pref_store.cc', 222 'common/pref_store.cc',
225 'common/pref_store.h', 223 'common/pref_store.h',
226 'common/print_messages.cc', 224 'common/print_messages.cc',
227 'common/print_messages.h', 225 'common/print_messages.h',
228 'common/profiling.cc', 226 'common/profiling.cc',
229 'common/profiling.h', 227 'common/profiling.h',
230 'common/ref_counted_util.h', 228 'common/ref_counted_util.h',
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 'common/metrics/proto/user_action_event.proto', 505 'common/metrics/proto/user_action_event.proto',
508 ], 506 ],
509 'variables': { 507 'variables': {
510 'proto_in_dir': 'common/metrics/proto', 508 'proto_in_dir': 'common/metrics/proto',
511 'proto_out_dir': 'chrome/common/metrics/proto', 509 'proto_out_dir': 'chrome/common/metrics/proto',
512 }, 510 },
513 'includes': [ '../build/protoc.gypi' ], 511 'includes': [ '../build/protoc.gypi' ],
514 }, 512 },
515 ], 513 ],
516 } 514 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698