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

Side by Side Diff: extensions/extensions.gyp

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, 5 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 | « extensions/common/extension_messages.h ('k') | extensions/renderer/set_icon_natives.cc » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'extensions_common', 11 'target_name': 'extensions_common',
12 'type': 'static_library', 12 'type': 'static_library',
13 'dependencies': [ 13 'dependencies': [
14 # TODO(benwells): figure out what to do with the api target and 14 # TODO(benwells): figure out what to do with the api target and
15 # api resources compiled into the chrome resource bundle. 15 # api resources compiled into the chrome resource bundle.
16 # http://crbug.com/162530 16 # http://crbug.com/162530
17 '../chrome/chrome_resources.gyp:chrome_resources', 17 '../chrome/chrome_resources.gyp:chrome_resources',
18 '../components/components.gyp:url_matcher', 18 '../components/components.gyp:url_matcher',
19 '../content/content.gyp:content_common', 19 '../content/content.gyp:content_common',
20 '../crypto/crypto.gyp:crypto', 20 '../crypto/crypto.gyp:crypto',
21 '../ipc/ipc.gyp:ipc', 21 '../ipc/ipc.gyp:ipc',
22 '../net/net.gyp:net', 22 '../net/net.gyp:net',
23 '../third_party/re2/re2.gyp:re2', 23 '../third_party/re2/re2.gyp:re2',
24 '../ui/base/ui_base.gyp:ui_base', 24 '../ui/base/ui_base.gyp:ui_base',
25 '../ui/gfx/gfx.gyp:gfx_geometry', 25 '../ui/gfx/gfx.gyp:gfx_geometry',
26 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
26 '../url/url.gyp:url_lib', 27 '../url/url.gyp:url_lib',
27 'common/api/api.gyp:extensions_api', 28 'common/api/api.gyp:extensions_api',
28 'extensions_strings.gyp:extensions_strings', 29 'extensions_strings.gyp:extensions_strings',
29 ], 30 ],
30 'include_dirs': [ 31 'include_dirs': [
31 '..', 32 '..',
32 '<(INTERMEDIATE_DIR)', 33 '<(INTERMEDIATE_DIR)',
33 ], 34 ],
34 'sources': [ 35 'sources': [
35 'common/ad_injection_constants.cc', 36 'common/ad_injection_constants.cc',
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 'test/test_extensions_client.cc', 686 'test/test_extensions_client.cc',
686 'test/test_extensions_client.h', 687 'test/test_extensions_client.h',
687 'test/test_permission_message_provider.cc', 688 'test/test_permission_message_provider.cc',
688 'test/test_permission_message_provider.h', 689 'test/test_permission_message_provider.h',
689 'test/test_permissions_provider.cc', 690 'test/test_permissions_provider.cc',
690 'test/test_permissions_provider.h', 691 'test/test_permissions_provider.h',
691 ], 692 ],
692 }, 693 },
693 ] 694 ]
694 } 695 }
OLDNEW
« no previous file with comments | « extensions/common/extension_messages.h ('k') | extensions/renderer/set_icon_natives.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698