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

Side by Side Diff: chrome/chrome_common.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 '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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 '<(DEPTH)/content/content.gyp:content_common', 346 '<(DEPTH)/content/content.gyp:content_common',
347 '<(DEPTH)/crypto/crypto.gyp:crypto', 347 '<(DEPTH)/crypto/crypto.gyp:crypto',
348 '<(DEPTH)/net/net.gyp:net', 348 '<(DEPTH)/net/net.gyp:net',
349 '<(DEPTH)/skia/skia.gyp:skia', 349 '<(DEPTH)/skia/skia.gyp:skia',
350 '<(DEPTH)/skia/skia.gyp:skia_library', 350 '<(DEPTH)/skia/skia.gyp:skia_library',
351 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 351 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
352 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 352 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
353 '<(DEPTH)/third_party/kasko/kasko.gyp:kasko_features', 353 '<(DEPTH)/third_party/kasko/kasko.gyp:kasko_features',
354 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', 354 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip',
355 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', 355 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
356 '<(DEPTH)/ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia',
356 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', 357 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
357 '<(DEPTH)/url/url.gyp:url_lib', 358 '<(DEPTH)/url/url.gyp:url_lib',
358 '<(DEPTH)/url/ipc/url_ipc.gyp:url_ipc', 359 '<(DEPTH)/url/ipc/url_ipc.gyp:url_ipc',
359 ], 360 ],
360 'sources': [ 361 'sources': [
361 '<@(chrome_common_sources)' 362 '<@(chrome_common_sources)'
362 ], 363 ],
363 'conditions': [ 364 'conditions': [
364 ['enable_extensions==1', { 365 ['enable_extensions==1', {
365 'sources': [ '<@(chrome_common_extensions_sources)' ], 366 'sources': [ '<@(chrome_common_extensions_sources)' ],
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 ], 632 ],
632 'sources': [ 633 'sources': [
633 'common/resource_usage_reporter.mojom', 634 'common/resource_usage_reporter.mojom',
634 ], 635 ],
635 'dependencies': [ 636 'dependencies': [
636 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 637 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
637 ], 638 ],
638 }, 639 },
639 ], 640 ],
640 } 641 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698