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

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: 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 2184 matching lines...) Expand 10 before | Expand all | Expand 10 after
2195 'autofill_regexes', 2195 'autofill_regexes',
2196 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2196 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2197 'browser_extensions', 2197 'browser_extensions',
2198 'common/extensions/api/api.gyp:api', 2198 'common/extensions/api/api.gyp:api',
2199 'debugger', 2199 'debugger',
2200 'installer_util', 2200 'installer_util',
2201 'sync_file_system_proto', 2201 'sync_file_system_proto',
2202 '../cc/cc.gyp:cc', 2202 '../cc/cc.gyp:cc',
2203 '../content/content.gyp:navigation_interception', 2203 '../content/content.gyp:navigation_interception',
2204 '../net/net.gyp:net_with_v8', 2204 '../net/net.gyp:net_with_v8',
2205 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin
2206 '../printing/printing.gyp:printing', 2205 '../printing/printing.gyp:printing',
2207 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2206 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2208 '../third_party/expat/expat.gyp:expat', 2207 '../third_party/expat/expat.gyp:expat',
2209 '../third_party/hunspell/hunspell.gyp:hunspell', 2208 '../third_party/hunspell/hunspell.gyp:hunspell',
2210 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2209 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2211 '../third_party/libjingle/libjingle.gyp:libjingle', 2210 '../third_party/libjingle/libjingle.gyp:libjingle',
2212 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 2211 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
2213 '../third_party/npapi/npapi.gyp:npapi', 2212 '../third_party/npapi/npapi.gyp:npapi',
2214 '../third_party/re2/re2.gyp:re2', 2213 '../third_party/re2/re2.gyp:re2',
2215 '../ui/surface/surface.gyp:surface', 2214 '../ui/surface/surface.gyp:surface',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
2344 ['exclude', 'browser/value_store/policy_value_store.cc'], 2343 ['exclude', 'browser/value_store/policy_value_store.cc'],
2345 ['exclude', 'browser/value_store/policy_value_store.h'], 2344 ['exclude', 'browser/value_store/policy_value_store.h'],
2346 ['include', 'browser/policy/policy_map.cc'], 2345 ['include', 'browser/policy/policy_map.cc'],
2347 ['include', 'browser/policy/policy_map.h'], 2346 ['include', 'browser/policy/policy_map.h'],
2348 ['include', 'browser/policy/policy_service.cc'], 2347 ['include', 'browser/policy/policy_service.cc'],
2349 ['include', 'browser/policy/policy_service.h'], 2348 ['include', 'browser/policy/policy_service.h'],
2350 ['include', 'browser/policy/policy_service_stub.cc'], 2349 ['include', 'browser/policy/policy_service_stub.cc'],
2351 ['include', 'browser/policy/policy_service_stub.h'], 2350 ['include', 'browser/policy/policy_service_stub.h'],
2352 ], 2351 ],
2353 }], 2352 }],
2353 ['enable_ppapi==1', {
2354 'dependencies': [
2355 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin
2356 ],
2357 }, { # enable_ppapi==0
2358 'sources/': [
2359 ['exclude', '^browser/pepper_'],
2360 ['exclude', '^browser/renderer_host/pepper/'],
2361 ],
2362 }],
2354 ['safe_browsing==1', { 2363 ['safe_browsing==1', {
2355 'defines': [ 2364 'defines': [
2356 'ENABLE_SAFE_BROWSING', 2365 'ENABLE_SAFE_BROWSING',
2357 ], 2366 ],
2358 }, { # safe_browsing==0 2367 }, { # safe_browsing==0
2359 'dependencies!': [ 2368 'dependencies!': [
2360 'safe_browsing_proto', 2369 'safe_browsing_proto',
2361 'safe_browsing_report_proto', 2370 'safe_browsing_report_proto',
2362 '../third_party/libusb/libusb.gyp:libusb', 2371 '../third_party/libusb/libusb.gyp:libusb',
2363 ], 2372 ],
(...skipping 701 matching lines...) Expand 10 before | Expand all | Expand 10 after
3065 'proto_in_dir': '../third_party/cros_system_api/dbus', 3074 'proto_in_dir': '../third_party/cros_system_api/dbus',
3066 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3075 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3067 }, 3076 },
3068 'includes': ['../build/protoc.gypi'], 3077 'includes': ['../build/protoc.gypi'],
3069 }, 3078 },
3070 ], 3079 ],
3071 }, 3080 },
3072 ], 3081 ],
3073 ], 3082 ],
3074 } 3083 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698