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

Side by Side Diff: components/autofill.gypi

Issue 1926523002: Rename gfx::Display/Screen to display::Display/Screen in components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | components/autofill/content/browser/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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 '../content/content.gyp:content_common', 388 '../content/content.gyp:content_common',
389 '../google_apis/google_apis.gyp:google_apis', 389 '../google_apis/google_apis.gyp:google_apis',
390 '../ipc/ipc.gyp:ipc', 390 '../ipc/ipc.gyp:ipc',
391 '../net/net.gyp:net', 391 '../net/net.gyp:net',
392 '../skia/skia.gyp:skia', 392 '../skia/skia.gyp:skia',
393 '../sql/sql.gyp:sql', 393 '../sql/sql.gyp:sql',
394 '../third_party/icu/icu.gyp:icui18n', 394 '../third_party/icu/icu.gyp:icui18n',
395 '../third_party/icu/icu.gyp:icuuc', 395 '../third_party/icu/icu.gyp:icuuc',
396 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 396 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
397 '../ui/base/ui_base.gyp:ui_base', 397 '../ui/base/ui_base.gyp:ui_base',
398 '../ui/display/display.gyp:display',
398 '../ui/gfx/gfx.gyp:gfx', 399 '../ui/gfx/gfx.gyp:gfx',
399 '../ui/gfx/gfx.gyp:gfx_geometry', 400 '../ui/gfx/gfx.gyp:gfx_geometry',
400 '../url/url.gyp:url_lib', 401 '../url/url.gyp:url_lib',
401 'autofill_content_common', 402 'autofill_content_common',
402 'autofill_content_risk_proto', 403 'autofill_content_risk_proto',
403 'autofill_core_browser', 404 'autofill_core_browser',
404 'autofill_core_common', 405 'autofill_core_common',
405 'autofill_server_proto', 406 'autofill_server_proto',
406 'components_resources.gyp:components_resources', 407 'components_resources.gyp:components_resources',
407 'components_strings.gyp:components_strings', 408 'components_strings.gyp:components_strings',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 ], 537 ],
537 }, 538 },
538 'includes': [ 539 'includes': [
539 '../ios/web/js_compile_checked.gypi', 540 '../ios/web/js_compile_checked.gypi',
540 ], 541 ],
541 }, 542 },
542 ], 543 ],
543 }], 544 }],
544 ], 545 ],
545 } 546 }
OLDNEW
« no previous file with comments | « no previous file | components/autofill/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698