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

Side by Side Diff: components/autofill.gypi

Issue 229723002: Better error reasons for rAc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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) 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 # Private target only used in components/autofill. 8 # Private target only used in components/autofill.
9 'target_name': 'autofill_regexes', 9 'target_name': 'autofill_regexes',
10 'type': 'none', 10 'type': 'none',
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 'variables': { 299 'variables': {
300 'proto_in_dir': 'autofill/content/browser/risk/proto', 300 'proto_in_dir': 'autofill/content/browser/risk/proto',
301 'proto_out_dir': 'components/autofill/content/browser/risk/proto', 301 'proto_out_dir': 'components/autofill/content/browser/risk/proto',
302 }, 302 },
303 'includes': [ '../build/protoc.gypi' ] 303 'includes': [ '../build/protoc.gypi' ]
304 }, 304 },
305 { 305 {
306 'target_name': 'autofill_content_test_support', 306 'target_name': 'autofill_content_test_support',
307 'type': 'static_library', 307 'type': 'static_library',
308 'dependencies': [ 308 'dependencies': [
309 '../skia/skia.gyp:skia',
309 '../testing/gmock.gyp:gmock', 310 '../testing/gmock.gyp:gmock',
310 ], 311 ],
311 'sources': [ 312 'sources': [
312 'autofill/content/browser/wallet/mock_wallet_client.cc', 313 'autofill/content/browser/wallet/mock_wallet_client.cc',
313 'autofill/content/browser/wallet/mock_wallet_client.h', 314 'autofill/content/browser/wallet/mock_wallet_client.h',
314 'autofill/content/browser/wallet/wallet_test_util.cc', 315 'autofill/content/browser/wallet/wallet_test_util.cc',
315 'autofill/content/browser/wallet/wallet_test_util.h', 316 'autofill/content/browser/wallet/wallet_test_util.h',
316 ], 317 ],
317 'include_dirs': [ '..' ], 318 'include_dirs': [ '..' ],
318 }, 319 },
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 'variables': { 457 'variables': {
457 'jni_gen_package': 'autofill', 458 'jni_gen_package': 'autofill',
458 'jni_generator_ptr_type': 'long', 459 'jni_generator_ptr_type': 'long',
459 }, 460 },
460 'includes': [ '../build/jni_generator.gypi' ], 461 'includes': [ '../build/jni_generator.gypi' ],
461 }, 462 },
462 ], 463 ],
463 }], 464 }],
464 ], 465 ],
465 } 466 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698