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

Side by Side Diff: chrome/chrome_common.gypi

Issue 2843018: Add in support for internal pepper plugins into the PepperPluginRegistry and pepper::PluginModule. (Closed) Base URL: git://codf21.jail.google.com/chromium.git
Patch Set: Add new entrypoint to match ToT ppapi Created 10 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
« no previous file with comments | « no previous file | chrome/common/DEPS » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 'mac_bundle_resources': [ 304 'mac_bundle_resources': [
305 'common/common.sb', 305 'common/common.sb',
306 ], 306 ],
307 }, 307 },
308 }], 308 }],
309 ['OS!="win"', { 309 ['OS!="win"', {
310 'sources!': [ 310 'sources!': [
311 'common/sandbox_policy.cc', 311 'common/sandbox_policy.cc',
312 ], 312 ],
313 }], 313 }],
314 ['remoting==1', {
315 'dependencies': [
316 '../remoting/remoting.gyp:chromoting_plugin',
317 ],
318 }],
314 ], 319 ],
315 'export_dependent_settings': [ 320 'export_dependent_settings': [
316 '../app/app.gyp:app_base', 321 '../app/app.gyp:app_base',
317 ], 322 ],
318 }, 323 },
319 { 324 {
320 'target_name': 'common_net', 325 'target_name': 'common_net',
321 'type': '<(library)', 326 'type': '<(library)',
322 'sources': [ 327 'sources': [
323 'common/net/http_return.h', 328 'common/net/http_return.h',
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 'configurations': { 408 'configurations': {
404 'Common_Base': { 409 'Common_Base': {
405 'msvs_target_platform': 'x64', 410 'msvs_target_platform': 'x64',
406 }, 411 },
407 }, 412 },
408 }, 413 },
409 ], 414 ],
410 }], 415 }],
411 ], 416 ],
412 } 417 }
OLDNEW
« no previous file with comments | « no previous file | chrome/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698