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

Side by Side Diff: chrome/chrome_common.gypi

Issue 343003003: Move IPC traits for SkBitmap, gfx_geometry into ui/gfx/ipc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix some missing includes & gfx_ipc deps Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « android_webview/common/print_messages.h ('k') | chrome/common/chrome_utility_messages.h » ('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 'chrome_common_sources': [ 7 'chrome_common_sources': [
8 '../apps/app_shim/app_shim_launch.h', 8 '../apps/app_shim/app_shim_launch.h',
9 '../apps/app_shim/app_shim_messages.h', 9 '../apps/app_shim/app_shim_messages.h',
10 'common/all_messages.h', 10 'common/all_messages.h',
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', 306 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources',
307 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', 307 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings',
308 '<(DEPTH)/media/cast/cast.gyp:cast_transport', 308 '<(DEPTH)/media/cast/cast.gyp:cast_transport',
309 '<(DEPTH)/net/net.gyp:net', 309 '<(DEPTH)/net/net.gyp:net',
310 '<(DEPTH)/skia/skia.gyp:skia', 310 '<(DEPTH)/skia/skia.gyp:skia',
311 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 311 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
312 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 312 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
313 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 313 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
314 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 314 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
315 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', 315 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip',
316 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
316 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', 317 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
317 '<(DEPTH)/url/url.gyp:url_lib', 318 '<(DEPTH)/url/url.gyp:url_lib',
318 ], 319 ],
319 'sources': [ 320 'sources': [
320 '<@(chrome_common_sources)' 321 '<@(chrome_common_sources)'
321 ], 322 ],
322 'conditions': [ 323 'conditions': [
323 ['enable_extensions==1', { 324 ['enable_extensions==1', {
324 'sources': [ 325 'sources': [
325 '<@(chrome_common_extensions_sources)', 326 '<@(chrome_common_extensions_sources)',
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 'common/metrics/proto/chrome_experiments.proto', 682 'common/metrics/proto/chrome_experiments.proto',
682 ], 683 ],
683 'variables': { 684 'variables': {
684 'proto_in_dir': 'common/metrics/proto', 685 'proto_in_dir': 'common/metrics/proto',
685 'proto_out_dir': 'chrome/common/metrics/proto', 686 'proto_out_dir': 'chrome/common/metrics/proto',
686 }, 687 },
687 'includes': [ '../build/protoc.gypi' ], 688 'includes': [ '../build/protoc.gypi' ],
688 }, 689 },
689 ], 690 ],
690 } 691 }
OLDNEW
« no previous file with comments | « android_webview/common/print_messages.h ('k') | chrome/common/chrome_utility_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698