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

Side by Side Diff: chrome/chrome_common.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 | « android_webview/common/render_view_messages.h ('k') | chrome/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 'variables': { 6 'variables': {
7 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 '<(DEPTH)/components/url_formatter/url_formatter.gyp:url_formatter', 347 '<(DEPTH)/components/url_formatter/url_formatter.gyp:url_formatter',
348 '<(DEPTH)/content/content.gyp:content_common', 348 '<(DEPTH)/content/content.gyp:content_common',
349 '<(DEPTH)/crypto/crypto.gyp:crypto', 349 '<(DEPTH)/crypto/crypto.gyp:crypto',
350 '<(DEPTH)/net/net.gyp:net', 350 '<(DEPTH)/net/net.gyp:net',
351 '<(DEPTH)/skia/skia.gyp:skia', 351 '<(DEPTH)/skia/skia.gyp:skia',
352 '<(DEPTH)/skia/skia.gyp:skia_library', 352 '<(DEPTH)/skia/skia.gyp:skia_library',
353 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 353 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
354 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 354 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
355 '<(DEPTH)/third_party/kasko/kasko.gyp:kasko_features', 355 '<(DEPTH)/third_party/kasko/kasko.gyp:kasko_features',
356 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', 356 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip',
357 '<(DEPTH)/ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry',
357 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 358 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
358 '<(DEPTH)/ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', 359 '<(DEPTH)/ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia',
359 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', 360 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
360 '<(DEPTH)/url/url.gyp:url_lib', 361 '<(DEPTH)/url/url.gyp:url_lib',
361 '<(DEPTH)/url/ipc/url_ipc.gyp:url_ipc', 362 '<(DEPTH)/url/ipc/url_ipc.gyp:url_ipc',
362 ], 363 ],
363 'sources': [ 364 'sources': [
364 '<@(chrome_common_sources)' 365 '<@(chrome_common_sources)'
365 ], 366 ],
366 'conditions': [ 367 'conditions': [
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 ], 673 ],
673 'dependencies': [ 674 'dependencies': [
674 'installer_util', 675 'installer_util',
675 '../base/base.gyp:base', 676 '../base/base.gyp:base',
676 ], 677 ],
677 }, 678 },
678 ], 679 ],
679 }], 680 }],
680 ], 681 ],
681 } 682 }
OLDNEW
« no previous file with comments | « android_webview/common/render_view_messages.h ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698