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

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: 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 | « no previous file | chrome/common/chrome_utility_messages.h » ('j') | ui/gfx/ipc/gfx_param_traits.cc » ('J')
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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources', 304 '<(DEPTH)/extensions/extensions_resources.gyp:extensions_resources',
305 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings', 305 '<(DEPTH)/extensions/extensions_strings.gyp:extensions_strings',
306 '<(DEPTH)/media/cast/cast.gyp:cast_transport', 306 '<(DEPTH)/media/cast/cast.gyp:cast_transport',
307 '<(DEPTH)/net/net.gyp:net', 307 '<(DEPTH)/net/net.gyp:net',
308 '<(DEPTH)/skia/skia.gyp:skia', 308 '<(DEPTH)/skia/skia.gyp:skia',
309 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 309 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
310 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 310 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
311 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 311 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
312 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 312 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
313 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', 313 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip',
314 '<(DEPTH)/ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
314 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources', 315 '<(DEPTH)/ui/resources/ui_resources.gyp:ui_resources',
315 '<(DEPTH)/url/url.gyp:url_lib', 316 '<(DEPTH)/url/url.gyp:url_lib',
316 ], 317 ],
317 'sources': [ 318 'sources': [
318 '<@(chrome_common_sources)' 319 '<@(chrome_common_sources)'
319 ], 320 ],
320 'conditions': [ 321 'conditions': [
321 ['enable_extensions==1', { 322 ['enable_extensions==1', {
322 'dependencies': [ 323 'dependencies': [
323 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 324 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 'common/metrics/proto/chrome_experiments.proto', 694 'common/metrics/proto/chrome_experiments.proto',
694 ], 695 ],
695 'variables': { 696 'variables': {
696 'proto_in_dir': 'common/metrics/proto', 697 'proto_in_dir': 'common/metrics/proto',
697 'proto_out_dir': 'chrome/common/metrics/proto', 698 'proto_out_dir': 'chrome/common/metrics/proto',
698 }, 699 },
699 'includes': [ '../build/protoc.gypi' ], 700 'includes': [ '../build/protoc.gypi' ],
700 }, 701 },
701 ], 702 ],
702 } 703 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/chrome_utility_messages.h » ('j') | ui/gfx/ipc/gfx_param_traits.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698