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

Side by Side Diff: components/autofill.gypi

Issue 109433013: Move geometric types to a separate, more lightweight target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years 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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 '../content/content.gyp:content_common', 314 '../content/content.gyp:content_common',
315 '../google_apis/google_apis.gyp:google_apis', 315 '../google_apis/google_apis.gyp:google_apis',
316 '../ipc/ipc.gyp:ipc', 316 '../ipc/ipc.gyp:ipc',
317 '../skia/skia.gyp:skia', 317 '../skia/skia.gyp:skia',
318 '../sql/sql.gyp:sql', 318 '../sql/sql.gyp:sql',
319 '../third_party/icu/icu.gyp:icui18n', 319 '../third_party/icu/icu.gyp:icui18n',
320 '../third_party/icu/icu.gyp:icuuc', 320 '../third_party/icu/icu.gyp:icuuc',
321 '../third_party/libjingle/libjingle.gyp:libjingle', 321 '../third_party/libjingle/libjingle.gyp:libjingle',
322 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 322 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
323 '../ui/gfx/gfx.gyp:gfx', 323 '../ui/gfx/gfx.gyp:gfx',
324 '../ui/gfx/gfx.gyp:gfx_geometry',
324 '../ui/ui.gyp:ui', 325 '../ui/ui.gyp:ui',
325 '../url/url.gyp:url_lib', 326 '../url/url.gyp:url_lib',
326 '../webkit/webkit_resources.gyp:webkit_resources', 327 '../webkit/webkit_resources.gyp:webkit_resources',
327 328
328 'component_strings.gyp:component_strings', 329 'component_strings.gyp:component_strings',
329 ], 330 ],
330 'sources': [ 331 'sources': [
331 'autofill/content/browser/autofill_driver_impl.cc', 332 'autofill/content/browser/autofill_driver_impl.cc',
332 'autofill/content/browser/autofill_driver_impl.h', 333 'autofill/content/browser/autofill_driver_impl.h',
333 'autofill/content/browser/request_autocomplete_manager.cc', 334 'autofill/content/browser/request_autocomplete_manager.cc',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 ], 423 ],
423 'variables': { 424 'variables': {
424 'jni_gen_package': 'autofill', 425 'jni_gen_package': 'autofill',
425 }, 426 },
426 'includes': [ '../build/jni_generator.gypi' ], 427 'includes': [ '../build/jni_generator.gypi' ],
427 }, 428 },
428 ], 429 ],
429 }], 430 }],
430 ], 431 ],
431 } 432 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698