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

Side by Side Diff: chrome/chrome_common.gypi

Issue 397243004: Pepper: Remove trusted plugin loadable module. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: upload for recommit after chromite fix Created 6 years, 4 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 | « chrome/chrome.isolate ('k') | chrome/chrome_dll_bundle.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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 '../apps/app_shim/app_shim_launch.h', 9 '../apps/app_shim/app_shim_launch.h',
10 '../apps/app_shim/app_shim_messages.h', 10 '../apps/app_shim/app_shim_messages.h',
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 ['include', '^common/translate'], 411 ['include', '^common/translate'],
412 ['include', '^common/zip'], 412 ['include', '^common/zip'],
413 ], 413 ],
414 'include_dirs': [ 414 'include_dirs': [
415 '<(DEPTH)/breakpad/src', 415 '<(DEPTH)/breakpad/src',
416 ], 416 ],
417 }], 417 }],
418 ['disable_nacl==0', { 418 ['disable_nacl==0', {
419 'dependencies': [ 419 'dependencies': [
420 '<(DEPTH)/components/nacl.gyp:nacl_common', 420 '<(DEPTH)/components/nacl.gyp:nacl_common',
421 '<(DEPTH)/ppapi/native_client/src/trusted/plugin/plugin.gyp:nacl_tru sted_plugin',
421 ], 422 ],
422 'sources': [ 423 'sources': [
423 'common/extensions/manifest_handlers/nacl_modules_handler.cc', 424 'common/extensions/manifest_handlers/nacl_modules_handler.cc',
424 'common/extensions/manifest_handlers/nacl_modules_handler.h', 425 'common/extensions/manifest_handlers/nacl_modules_handler.h',
425 ], 426 ],
426 }], 427 }],
427 ['enable_printing==0', { 428 ['enable_printing==0', {
428 'sources!': [ 429 'sources!': [
429 'common/print_messages.cc', 430 'common/print_messages.cc',
430 'common/print_messages.h', 431 'common/print_messages.h',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 'common/safe_browsing/csd.proto' 697 'common/safe_browsing/csd.proto'
697 ], 698 ],
698 'variables': { 699 'variables': {
699 'proto_in_dir': 'common/safe_browsing', 700 'proto_in_dir': 'common/safe_browsing',
700 'proto_out_dir': 'chrome/common/safe_browsing', 701 'proto_out_dir': 'chrome/common/safe_browsing',
701 }, 702 },
702 'includes': [ '../build/protoc.gypi' ], 703 'includes': [ '../build/protoc.gypi' ],
703 }, 704 },
704 ], 705 ],
705 } 706 }
OLDNEW
« no previous file with comments | « chrome/chrome.isolate ('k') | chrome/chrome_dll_bundle.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698