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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11414180: Add a gyp flag to allow removing dependency on ppapi. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ifdef PluginMain and WorkerMain Created 8 years 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2200 matching lines...) Expand 10 before | Expand all | Expand 10 after
2211 'autofill_regexes', 2211 'autofill_regexes',
2212 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2212 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2213 'browser_extensions', 2213 'browser_extensions',
2214 'common/extensions/api/api.gyp:api', 2214 'common/extensions/api/api.gyp:api',
2215 'debugger', 2215 'debugger',
2216 'installer_util', 2216 'installer_util',
2217 'sync_file_system_proto', 2217 'sync_file_system_proto',
2218 '../cc/cc.gyp:cc', 2218 '../cc/cc.gyp:cc',
2219 '../content/content.gyp:navigation_interception', 2219 '../content/content.gyp:navigation_interception',
2220 '../net/net.gyp:net_with_v8', 2220 '../net/net.gyp:net_with_v8',
2221 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin
2222 '../printing/printing.gyp:printing', 2221 '../printing/printing.gyp:printing',
2223 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2222 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2224 '../third_party/expat/expat.gyp:expat', 2223 '../third_party/expat/expat.gyp:expat',
2225 '../third_party/hunspell/hunspell.gyp:hunspell', 2224 '../third_party/hunspell/hunspell.gyp:hunspell',
2226 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2225 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2227 '../third_party/libjingle/libjingle.gyp:libjingle', 2226 '../third_party/libjingle/libjingle.gyp:libjingle',
2228 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2227 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
2229 '../third_party/npapi/npapi.gyp:npapi', 2228 '../third_party/npapi/npapi.gyp:npapi',
2230 '../third_party/re2/re2.gyp:re2', 2229 '../third_party/re2/re2.gyp:re2',
2231 '../ui/gl/gl.gyp:gl', 2230 '../ui/gl/gl.gyp:gl',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
2361 ['exclude', 'browser/value_store/policy_value_store.cc'], 2360 ['exclude', 'browser/value_store/policy_value_store.cc'],
2362 ['exclude', 'browser/value_store/policy_value_store.h'], 2361 ['exclude', 'browser/value_store/policy_value_store.h'],
2363 ['include', 'browser/policy/policy_map.cc'], 2362 ['include', 'browser/policy/policy_map.cc'],
2364 ['include', 'browser/policy/policy_map.h'], 2363 ['include', 'browser/policy/policy_map.h'],
2365 ['include', 'browser/policy/policy_service.cc'], 2364 ['include', 'browser/policy/policy_service.cc'],
2366 ['include', 'browser/policy/policy_service.h'], 2365 ['include', 'browser/policy/policy_service.h'],
2367 ['include', 'browser/policy/policy_service_stub.cc'], 2366 ['include', 'browser/policy/policy_service_stub.cc'],
2368 ['include', 'browser/policy/policy_service_stub.h'], 2367 ['include', 'browser/policy/policy_service_stub.h'],
2369 ], 2368 ],
2370 }], 2369 }],
2370 ['enable_plugins==1', {
2371 'dependencies': [
2372 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
2373 ],
2374 }, { # enable_plugins==0
2375 'sources/': [
2376 ['exclude', '^browser/pepper_'],
2377 ['exclude', '^browser/renderer_host/pepper/'],
2378 ],
2379 }],
2371 ['safe_browsing==1', { 2380 ['safe_browsing==1', {
2372 'defines': [ 2381 'defines': [
2373 'FULL_SAFE_BROWSING', 2382 'FULL_SAFE_BROWSING',
2374 ], 2383 ],
2375 }], 2384 }],
2376 ['safe_browsing==2', { 2385 ['safe_browsing==2', {
2377 'defines': [ 2386 'defines': [
2378 'MOBILE_SAFE_BROWSING', 2387 'MOBILE_SAFE_BROWSING',
2379 ], 2388 ],
2380 'dependencies!': [ 2389 'dependencies!': [
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
3123 'proto_in_dir': '../third_party/cros_system_api/dbus', 3132 'proto_in_dir': '../third_party/cros_system_api/dbus',
3124 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3133 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3125 }, 3134 },
3126 'includes': ['../build/protoc.gypi'], 3135 'includes': ['../build/protoc.gypi'],
3127 }, 3136 },
3128 ], 3137 ],
3129 }, 3138 },
3130 ], 3139 ],
3131 ], 3140 ],
3132 } 3141 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698