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

Side by Side Diff: components/nacl.gyp

Issue 397243004: Pepper: Remove trusted plugin loadable module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 'includes': [ 9 'includes': [
10 'nacl/nacl_defines.gypi', 10 'nacl/nacl_defines.gypi',
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'nacl/renderer/progress_event.cc', 176 'nacl/renderer/progress_event.cc',
177 'nacl/renderer/progress_event.h', 177 'nacl/renderer/progress_event.h',
178 'nacl/renderer/trusted_plugin_channel.cc', 178 'nacl/renderer/trusted_plugin_channel.cc',
179 'nacl/renderer/trusted_plugin_channel.h', 179 'nacl/renderer/trusted_plugin_channel.h',
180 ], 180 ],
181 'include_dirs': [ 181 'include_dirs': [
182 '..', 182 '..',
183 ], 183 ],
184 'dependencies': [ 184 'dependencies': [
185 '../content/content.gyp:content_renderer', 185 '../content/content.gyp:content_renderer',
186 '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPl uginChrome',
186 '../third_party/jsoncpp/jsoncpp.gyp:jsoncpp', 187 '../third_party/jsoncpp/jsoncpp.gyp:jsoncpp',
187 '../third_party/WebKit/public/blink.gyp:blink', 188 '../third_party/WebKit/public/blink.gyp:blink',
188 ], 189 ],
189 'defines': [ 190 'defines': [
190 '<@(nacl_defines)', 191 '<@(nacl_defines)',
191 ], 192 ],
192 'direct_dependent_settings': { 193 'direct_dependent_settings': {
193 'defines': [ 194 'defines': [
194 '<@(nacl_defines)', 195 '<@(nacl_defines)',
195 ], 196 ],
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 ], 499 ],
499 'include_dirs': [ 500 'include_dirs': [
500 '..', 501 '..',
501 ], 502 ],
502 'dependencies': [ 503 'dependencies': [
503 '../content/content.gyp:content_common', 504 '../content/content.gyp:content_common',
504 ], 505 ],
505 }, 506 },
506 ] 507 ]
507 } 508 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698