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

Side by Side Diff: chrome/chrome_common.gypi

Issue 12396002: Add chrome version information to extension update checks (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Use count() instead of find() Created 7 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
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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 'common/multi_process_lock.h', 317 'common/multi_process_lock.h',
318 'common/multi_process_lock_linux.cc', 318 'common/multi_process_lock_linux.cc',
319 'common/multi_process_lock_mac.cc', 319 'common/multi_process_lock_mac.cc',
320 'common/multi_process_lock_win.cc', 320 'common/multi_process_lock_win.cc',
321 'common/nacl_cmd_line.cc', 321 'common/nacl_cmd_line.cc',
322 'common/nacl_cmd_line.h', 322 'common/nacl_cmd_line.h',
323 'common/nacl_messages.cc', 323 'common/nacl_messages.cc',
324 'common/nacl_messages.h', 324 'common/nacl_messages.h',
325 'common/nacl_types.cc', 325 'common/nacl_types.cc',
326 'common/nacl_types.h', 326 'common/nacl_types.h',
327 'common/omaha_query_params.cc',
328 'common/omaha_query_params.h',
327 'common/one_click_signin_messages.h', 329 'common/one_click_signin_messages.h',
328 'common/password_generation_util.cc', 330 'common/password_generation_util.cc',
329 'common/password_generation_util.h', 331 'common/password_generation_util.h',
330 'common/pepper_flash.cc', 332 'common/pepper_flash.cc',
331 'common/pepper_flash.h', 333 'common/pepper_flash.h',
332 'common/pref_names_util.cc', 334 'common/pref_names_util.cc',
333 'common/pref_names_util.h', 335 'common/pref_names_util.h',
334 'common/print_messages.cc', 336 'common/print_messages.cc',
335 'common/print_messages.h', 337 'common/print_messages.h',
336 'common/profiling.cc', 338 'common/profiling.cc',
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 'common/metrics/proto/user_action_event.proto', 704 'common/metrics/proto/user_action_event.proto',
703 ], 705 ],
704 'variables': { 706 'variables': {
705 'proto_in_dir': 'common/metrics/proto', 707 'proto_in_dir': 'common/metrics/proto',
706 'proto_out_dir': 'chrome/common/metrics/proto', 708 'proto_out_dir': 'chrome/common/metrics/proto',
707 }, 709 },
708 'includes': [ '../build/protoc.gypi' ], 710 'includes': [ '../build/protoc.gypi' ],
709 }, 711 },
710 ], 712 ],
711 } 713 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/updater/manifest_fetch_data.cc ('k') | chrome/common/omaha_query_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698