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

Side by Side Diff: chrome/chrome_common.gypi

Issue 9368052: Removed WebTextCheckingResult legacy API use. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed a build break on Mac. Created 8 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 | 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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'common/service_process_util.cc', 218 'common/service_process_util.cc',
219 'common/service_process_util.h', 219 'common/service_process_util.h',
220 'common/service_process_util_linux.cc', 220 'common/service_process_util_linux.cc',
221 'common/service_process_util_mac.mm', 221 'common/service_process_util_mac.mm',
222 'common/service_process_util_posix.cc', 222 'common/service_process_util_posix.cc',
223 'common/service_process_util_posix.h', 223 'common/service_process_util_posix.h',
224 'common/service_process_util_win.cc', 224 'common/service_process_util_win.cc',
225 'common/spellcheck_common.cc', 225 'common/spellcheck_common.cc',
226 'common/spellcheck_common.h', 226 'common/spellcheck_common.h',
227 'common/spellcheck_messages.h', 227 'common/spellcheck_messages.h',
228 'common/spellcheck_result.h',
229 'common/spellcheck_result.cc',
228 'common/string_ordinal.cc', 230 'common/string_ordinal.cc',
229 'common/string_ordinal.h', 231 'common/string_ordinal.h',
230 'common/switch_utils.cc', 232 'common/switch_utils.cc',
231 'common/switch_utils.h', 233 'common/switch_utils.h',
232 'common/thumbnail_score.cc', 234 'common/thumbnail_score.cc',
233 'common/thumbnail_score.h', 235 'common/thumbnail_score.h',
234 'common/time_format.cc', 236 'common/time_format.cc',
235 'common/time_format.h', 237 'common/time_format.h',
236 'common/url_constants.cc', 238 'common/url_constants.cc',
237 'common/url_constants.h', 239 'common/url_constants.h',
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 'common/metrics/proto/user_action_event.proto', 466 'common/metrics/proto/user_action_event.proto',
465 ], 467 ],
466 'variables': { 468 'variables': {
467 'proto_in_dir': 'common/metrics/proto', 469 'proto_in_dir': 'common/metrics/proto',
468 'proto_out_dir': 'chrome/common/metrics/proto', 470 'proto_out_dir': 'chrome/common/metrics/proto',
469 }, 471 },
470 'includes': [ '../build/protoc.gypi' ], 472 'includes': [ '../build/protoc.gypi' ],
471 }, 473 },
472 ], 474 ],
473 } 475 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698