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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 477263003: pdf: Create a separate component for using the pdf pepper plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 3 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3071 matching lines...) Expand 10 before | Expand all | Expand 10 after
3082 'dependencies': [ 3082 'dependencies': [
3083 'policy_path_parser', 3083 'policy_path_parser',
3084 ], 3084 ],
3085 }], 3085 }],
3086 ], 3086 ],
3087 }, { # configuration_policy==0 3087 }, { # configuration_policy==0
3088 'sources': [ '<@(chrome_browser_policy_disabled_sources)' ], 3088 'sources': [ '<@(chrome_browser_policy_disabled_sources)' ],
3089 }], 3089 }],
3090 ['enable_plugins==1', { 3090 ['enable_plugins==1', {
3091 'dependencies': [ 3091 'dependencies': [
3092 '../components/components.gyp:pdf_browser',
3092 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 3093 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
3093 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 3094 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
3094 ], 3095 ],
3095 'sources': [ '<@(chrome_browser_plugins_sources)' ], 3096 'sources': [ '<@(chrome_browser_plugins_sources)' ],
3096 }], 3097 }],
3097 ['safe_browsing != 0', { 3098 ['safe_browsing != 0', {
3098 'sources': [ '<@(chrome_browser_basic_safe_browsing_sources)' ], 3099 'sources': [ '<@(chrome_browser_basic_safe_browsing_sources)' ],
3099 'dependencies': [ 3100 'dependencies': [
3100 'safe_browsing_chunk_proto', 3101 'safe_browsing_chunk_proto',
3101 'safe_browsing_report_proto', 3102 'safe_browsing_report_proto',
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
3576 'variables': { 3577 'variables': {
3577 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3578 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3578 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3579 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3579 }, 3580 },
3580 'includes': [ '../build/protoc.gypi' ] 3581 'includes': [ '../build/protoc.gypi' ]
3581 }, 3582 },
3582 ], 3583 ],
3583 },], 3584 },],
3584 ], 3585 ],
3585 } 3586 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698