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

Side by Side Diff: ppapi/ppapi_internal.gyp

Issue 10909154: Remove PPAPI dependency on 'net'. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 | « content/renderer/pepper/pepper_plugin_delegate_impl.cc ('k') | ppapi/proxy/ppapi_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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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, # Use higher warning level. 7 'chromium_code': 1, # Use higher warning level.
8 }, 8 },
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'dependencies': [ 44 'dependencies': [
45 'ppapi.gyp:ppapi_c', 45 'ppapi.gyp:ppapi_c',
46 '../base/base.gyp:base', 46 '../base/base.gyp:base',
47 '../base/base.gyp:base_i18n', 47 '../base/base.gyp:base_i18n',
48 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 48 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
49 '../build/temp_gyp/googleurl.gyp:googleurl', 49 '../build/temp_gyp/googleurl.gyp:googleurl',
50 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', 50 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
51 '../gpu/gpu.gyp:command_buffer_client', 51 '../gpu/gpu.gyp:command_buffer_client',
52 '../gpu/gpu.gyp:gles2_implementation', 52 '../gpu/gpu.gyp:gles2_implementation',
53 '../media/media.gyp:shared_memory_support', 53 '../media/media.gyp:shared_memory_support',
54 '../net/net.gyp:net',
55 '../skia/skia.gyp:skia', 54 '../skia/skia.gyp:skia',
56 '../third_party/icu/icu.gyp:icuuc', 55 '../third_party/icu/icu.gyp:icuuc',
57 # TODO(ananta) : The WebKit dependency needs to move to a new target for NACL. 56 # TODO(ananta) : The WebKit dependency needs to move to a new target for NACL.
58 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 57 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
59 '../ui/surface/surface.gyp:surface', 58 '../ui/surface/surface.gyp:surface',
60 ], 59 ],
61 'export_dependent_settings': [ 60 'export_dependent_settings': [
62 '../base/base.gyp:base', 61 '../base/base.gyp:base',
63 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', 62 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
64 ], 63 ],
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 }, 221 },
223 'configurations': { 222 'configurations': {
224 'Common_Base': { 223 'Common_Base': {
225 'msvs_target_platform': 'x64', 224 'msvs_target_platform': 'x64',
226 }, 225 },
227 }, 226 },
228 }], 227 }],
229 }], 228 }],
230 ], 229 ],
231 } 230 }
OLDNEW
« no previous file with comments | « content/renderer/pepper/pepper_plugin_delegate_impl.cc ('k') | ppapi/proxy/ppapi_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698