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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6308009: If user had consented for metrics reporting, send speech input request origin to the server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 9 years, 11 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/speech/speech_recognizer_unittest.cc ('k') | chrome/common/net/url_fetcher.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 'common/sandbox_mac.h', 150 'common/sandbox_mac.h',
151 'common/sandbox_mac.mm', 151 'common/sandbox_mac.mm',
152 'common/sandbox_policy.cc', 152 'common/sandbox_policy.cc',
153 'common/sandbox_policy.h', 153 'common/sandbox_policy.h',
154 'common/serialized_script_value.cc', 154 'common/serialized_script_value.cc',
155 'common/serialized_script_value.h', 155 'common/serialized_script_value.h',
156 'common/set_process_title.cc', 156 'common/set_process_title.cc',
157 'common/set_process_title.h', 157 'common/set_process_title.h',
158 'common/set_process_title_linux.cc', 158 'common/set_process_title_linux.cc',
159 'common/set_process_title_linux.h', 159 'common/set_process_title_linux.h',
160 'common/speech_input_messages.cc',
161 'common/speech_input_messages.h',
160 'common/switch_utils.cc', 162 'common/switch_utils.cc',
161 'common/switch_utils.h', 163 'common/switch_utils.h',
162 'common/time_format.cc', 164 'common/time_format.cc',
163 'common/time_format.h', 165 'common/time_format.h',
164 'common/unix_domain_socket_posix.cc', 166 'common/unix_domain_socket_posix.cc',
165 'common/unix_domain_socket_posix.h', 167 'common/unix_domain_socket_posix.h',
166 'common/webblobregistry_impl.cc', 168 'common/webblobregistry_impl.cc',
167 'common/webblobregistry_impl.h', 169 'common/webblobregistry_impl.h',
168 'common/win_safe_util.cc', 170 'common/win_safe_util.cc',
169 'common/win_safe_util.h', 171 'common/win_safe_util.h',
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 'configurations': { 614 'configurations': {
613 'Common_Base': { 615 'Common_Base': {
614 'msvs_target_platform': 'x64', 616 'msvs_target_platform': 'x64',
615 }, 617 },
616 }, 618 },
617 }, 619 },
618 ], 620 ],
619 }], 621 }],
620 ], 622 ],
621 } 623 }
OLDNEW
« no previous file with comments | « chrome/browser/speech/speech_recognizer_unittest.cc ('k') | chrome/common/net/url_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698