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

Side by Side Diff: chrome/chrome_common.gypi

Issue 893823002: Register system Pepper Flash plugin if no packaged Pepper plugin is found. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments. read location of pepperflash from registry. Created 5 years, 10 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 | « chrome/chrome_browser.gypi ('k') | chrome/common/BUILD.gn » ('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 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 '<(DEPTH)/components/nacl.gyp:nacl_common', 407 '<(DEPTH)/components/nacl.gyp:nacl_common',
408 ], 408 ],
409 }], 409 }],
410 ['enable_plugins==1', { 410 ['enable_plugins==1', {
411 'dependencies': [ 411 'dependencies': [
412 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ', 412 '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h ',
413 ], 413 ],
414 'sources': [ 414 'sources': [
415 'common/pepper_flash.cc', 415 'common/pepper_flash.cc',
416 'common/pepper_flash.h', 416 'common/pepper_flash.h',
417 'common/ppapi_utils.cc',
418 'common/ppapi_utils.h',
417 ], 419 ],
418 }], 420 }],
419 ['enable_plugins==1 and enable_extensions==1', { 421 ['enable_plugins==1 and enable_extensions==1', {
420 'sources': [ 422 'sources': [
421 'common/pepper_permission_util.cc', 423 'common/pepper_permission_util.cc',
422 'common/pepper_permission_util.h', 424 'common/pepper_permission_util.h',
423 ], 425 ],
424 }], 426 }],
425 ['enable_basic_printing==1 or enable_print_preview==1', { 427 ['enable_basic_printing==1 or enable_print_preview==1', {
426 'dependencies': [ 428 'dependencies': [
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 'common/safe_browsing/csd.proto' 669 'common/safe_browsing/csd.proto'
668 ], 670 ],
669 'variables': { 671 'variables': {
670 'proto_in_dir': 'common/safe_browsing', 672 'proto_in_dir': 'common/safe_browsing',
671 'proto_out_dir': 'chrome/common/safe_browsing', 673 'proto_out_dir': 'chrome/common/safe_browsing',
672 }, 674 },
673 'includes': [ '../build/protoc.gypi' ], 675 'includes': [ '../build/protoc.gypi' ],
674 }, 676 },
675 ], 677 ],
676 } 678 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698