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

Side by Side Diff: ppapi/ppapi_internal.gyp

Issue 11316161: Refactor BrowserFont to new design (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years 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
« no previous file with comments | « content/renderer/pepper/pepper_in_process_resource_creation.cc ('k') | ppapi/ppapi_proxy.gypi » ('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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 'ppapi_proxy_target': 1, 103 'ppapi_proxy_target': 1,
104 }, 104 },
105 'dependencies': [ 105 'dependencies': [
106 '../base/base.gyp:base', 106 '../base/base.gyp:base',
107 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 107 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
108 '../gpu/gpu.gyp:gles2_implementation', 108 '../gpu/gpu.gyp:gles2_implementation',
109 '../gpu/gpu.gyp:gpu_ipc', 109 '../gpu/gpu.gyp:gpu_ipc',
110 '../media/media.gyp:shared_memory_support', 110 '../media/media.gyp:shared_memory_support',
111 '../ipc/ipc.gyp:ipc', 111 '../ipc/ipc.gyp:ipc',
112 '../skia/skia.gyp:skia', 112 '../skia/skia.gyp:skia',
113 '../third_party/icu/icu.gyp:icuuc',
114 # TODO(ananta) : The WebKit dependency needs to move to a new target for NACL.
115 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
113 '../ui/surface/surface.gyp:surface', 116 '../ui/surface/surface.gyp:surface',
114 'ppapi.gyp:ppapi_c', 117 'ppapi.gyp:ppapi_c',
115 'ppapi_shared', 118 'ppapi_shared',
116 'ppapi_ipc', 119 'ppapi_ipc',
117 ], 120 ],
118 'all_dependent_settings': { 121 'all_dependent_settings': {
119 'include_dirs': [ 122 'include_dirs': [
120 '..', 123 '..',
121 ], 124 ],
122 }, 125 },
(...skipping 13 matching lines...) Expand all
136 'ppapi_proxy_target': 1, 139 'ppapi_proxy_target': 1,
137 }, 140 },
138 'dependencies': [ 141 'dependencies': [
139 '../base/base.gyp:base', 142 '../base/base.gyp:base',
140 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 143 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
141 '../gpu/gpu.gyp:gles2_implementation', 144 '../gpu/gpu.gyp:gles2_implementation',
142 '../gpu/gpu.gyp:gpu_ipc', 145 '../gpu/gpu.gyp:gpu_ipc',
143 '../media/media.gyp:shared_memory_support', 146 '../media/media.gyp:shared_memory_support',
144 '../ipc/ipc.gyp:ipc', 147 '../ipc/ipc.gyp:ipc',
145 '../skia/skia.gyp:skia', 148 '../skia/skia.gyp:skia',
149 '../third_party/icu/icu.gyp:icuuc',
150 # TODO(ananta) : The WebKit dependency needs to move to a new target for NACL.
151 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit',
146 '../ui/surface/surface.gyp:surface', 152 '../ui/surface/surface.gyp:surface',
147 'ppapi.gyp:ppapi_c', 153 'ppapi.gyp:ppapi_c',
148 'ppapi_shared', 154 'ppapi_shared',
149 ], 155 ],
150 'all_dependent_settings': { 156 'all_dependent_settings': {
151 'include_dirs': [ 157 'include_dirs': [
152 '..', 158 '..',
153 ], 159 ],
154 }, 160 },
155 }, 161 },
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 }, 227 },
222 'configurations': { 228 'configurations': {
223 'Common_Base': { 229 'Common_Base': {
224 'msvs_target_platform': 'x64', 230 'msvs_target_platform': 'x64',
225 }, 231 },
226 }, 232 },
227 }], 233 }],
228 }], 234 }],
229 ], 235 ],
230 } 236 }
OLDNEW
« no previous file with comments | « content/renderer/pepper/pepper_in_process_resource_creation.cc ('k') | ppapi/ppapi_proxy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698