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

Side by Side Diff: components/autofill.gypi

Issue 1824993004: Separate gfx_ipc into skia-dependent and non-skia-dependent parts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nits from tsepez@ Created 4 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
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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'target_name': 'autofill_content_common', 313 'target_name': 'autofill_content_common',
314 'type': 'static_library', 314 'type': 'static_library',
315 'dependencies': [ 315 'dependencies': [
316 'autofill_core_common', 316 'autofill_core_common',
317 '../base/base.gyp:base', 317 '../base/base.gyp:base',
318 '../content/content.gyp:content_common', 318 '../content/content.gyp:content_common',
319 '../ipc/ipc.gyp:ipc', 319 '../ipc/ipc.gyp:ipc',
320 '../third_party/WebKit/public/blink.gyp:blink_minimal', 320 '../third_party/WebKit/public/blink.gyp:blink_minimal',
321 '../ui/gfx/gfx.gyp:gfx', 321 '../ui/gfx/gfx.gyp:gfx',
322 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 322 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
323 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia',
323 '../url/url.gyp:url_lib', 324 '../url/url.gyp:url_lib',
324 '../url/ipc/url_ipc.gyp:url_ipc', 325 '../url/ipc/url_ipc.gyp:url_ipc',
325 ], 326 ],
326 'include_dirs': [ 327 'include_dirs': [
327 '..', 328 '..',
328 ], 329 ],
329 'sources': [ 330 'sources': [
330 'autofill/content/common/autofill_message_generator.cc', 331 'autofill/content/common/autofill_message_generator.cc',
331 'autofill/content/common/autofill_message_generator.h', 332 'autofill/content/common/autofill_message_generator.h',
332 'autofill/content/common/autofill_messages.h', 333 'autofill/content/common/autofill_messages.h',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 ], 534 ],
534 }, 535 },
535 'includes': [ 536 'includes': [
536 '../ios/web/js_compile_checked.gypi', 537 '../ios/web/js_compile_checked.gypi',
537 ], 538 ],
538 }, 539 },
539 ], 540 ],
540 }], 541 }],
541 ], 542 ],
542 } 543 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698