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

Side by Side Diff: components/autofill.gypi

Issue 1924613002: Move ui/gfx/geometry ParamTraits to ui/gfx/ipc/geometry (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forward declare Range in gfx_param_traits Created 4 years, 7 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/common/BUILD.gn ('k') | components/autofill/content/common/BUILD.gn » ('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 # GN version: //components/autofill/core/common 8 # GN version: //components/autofill/core/common
9 'target_name': 'autofill_core_common', 9 'target_name': 'autofill_core_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 # GN version: //content/autofill/content/common 315 # GN version: //content/autofill/content/common
316 'target_name': 'autofill_content_common', 316 'target_name': 'autofill_content_common',
317 'type': 'static_library', 317 'type': 'static_library',
318 'dependencies': [ 318 'dependencies': [
319 'autofill_core_common', 319 'autofill_core_common',
320 '../base/base.gyp:base', 320 '../base/base.gyp:base',
321 '../content/content.gyp:content_common', 321 '../content/content.gyp:content_common',
322 '../ipc/ipc.gyp:ipc', 322 '../ipc/ipc.gyp:ipc',
323 '../third_party/WebKit/public/blink.gyp:blink_minimal', 323 '../third_party/WebKit/public/blink.gyp:blink_minimal',
324 '../ui/gfx/gfx.gyp:gfx', 324 '../ui/gfx/gfx.gyp:gfx',
325 '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry',
325 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 326 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
326 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', 327 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia',
327 '../url/url.gyp:url_lib', 328 '../url/url.gyp:url_lib',
328 '../url/ipc/url_ipc.gyp:url_ipc', 329 '../url/ipc/url_ipc.gyp:url_ipc',
329 ], 330 ],
330 'include_dirs': [ 331 'include_dirs': [
331 '..', 332 '..',
332 ], 333 ],
333 'sources': [ 334 'sources': [
334 'autofill/content/common/autofill_message_generator.cc', 335 'autofill/content/common/autofill_message_generator.cc',
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 ], 538 ],
538 }, 539 },
539 'includes': [ 540 'includes': [
540 '../ios/web/js_compile_checked.gypi', 541 '../ios/web/js_compile_checked.gypi',
541 ], 542 ],
542 }, 543 },
543 ], 544 ],
544 }], 545 }],
545 ], 546 ],
546 } 547 }
OLDNEW
« no previous file with comments | « chrome/common/BUILD.gn ('k') | components/autofill/content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698