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

Side by Side Diff: chrome/chrome_common.gypi

Issue 153273002: Include the language (locale) info in the update ping (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments, Unittest Created 6 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 'common/metrics/variations/experiment_labels.cc', 311 'common/metrics/variations/experiment_labels.cc',
312 'common/metrics/variations/experiment_labels.h', 312 'common/metrics/variations/experiment_labels.h',
313 'common/metrics/variations/uniformity_field_trials.cc', 313 'common/metrics/variations/uniformity_field_trials.cc',
314 'common/metrics/variations/uniformity_field_trials.h', 314 'common/metrics/variations/uniformity_field_trials.h',
315 'common/metrics/variations/variations_util.cc', 315 'common/metrics/variations/variations_util.cc',
316 'common/metrics/variations/variations_util.h', 316 'common/metrics/variations/variations_util.h',
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/omaha_query_params/omaha_query_params.cc',
322 'common/omaha_query_params/omaha_query_params.h',
323 'common/omnibox_focus_state.h', 321 'common/omnibox_focus_state.h',
324 'common/partial_circular_buffer.cc', 322 'common/partial_circular_buffer.cc',
325 'common/partial_circular_buffer.h', 323 'common/partial_circular_buffer.h',
326 'common/pepper_flash.cc', 324 'common/pepper_flash.cc',
327 'common/pepper_flash.h', 325 'common/pepper_flash.h',
328 'common/pepper_permission_util.cc', 326 'common/pepper_permission_util.cc',
329 'common/pepper_permission_util.h', 327 'common/pepper_permission_util.h',
330 'common/pref_names_util.cc', 328 'common/pref_names_util.cc',
331 'common/pref_names_util.h', 329 'common/pref_names_util.h',
332 'common/prerender_types.h', 330 'common/prerender_types.h',
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 'common/metrics/proto/user_action_event.proto', 743 'common/metrics/proto/user_action_event.proto',
746 ], 744 ],
747 'variables': { 745 'variables': {
748 'proto_in_dir': 'common/metrics/proto', 746 'proto_in_dir': 'common/metrics/proto',
749 'proto_out_dir': 'chrome/common/metrics/proto', 747 'proto_out_dir': 'chrome/common/metrics/proto',
750 }, 748 },
751 'includes': [ '../build/protoc.gypi' ], 749 'includes': [ '../build/protoc.gypi' ],
752 }, 750 },
753 ], 751 ],
754 } 752 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698