OLD | NEW |
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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 2217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2228 'autofill_regexes', | 2228 'autofill_regexes', |
2229 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', | 2229 'browser/performance_monitor/performance_monitor.gyp:performance_mon
itor', |
2230 'browser_extensions', | 2230 'browser_extensions', |
2231 'common/extensions/api/api.gyp:api', | 2231 'common/extensions/api/api.gyp:api', |
2232 'debugger', | 2232 'debugger', |
2233 'installer_util', | 2233 'installer_util', |
2234 'sync_file_system_proto', | 2234 'sync_file_system_proto', |
2235 '../cc/cc.gyp:cc', | 2235 '../cc/cc.gyp:cc', |
2236 '../content/content.gyp:navigation_interception', | 2236 '../content/content.gyp:navigation_interception', |
2237 '../net/net.gyp:net_with_v8', | 2237 '../net/net.gyp:net_with_v8', |
2238 '../ppapi/ppapi_internal.gyp:ppapi_ipc', # For PpapiMsg_LoadPlugin | |
2239 '../printing/printing.gyp:printing', | 2238 '../printing/printing.gyp:printing', |
2240 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 2239 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
2241 '../third_party/expat/expat.gyp:expat', | 2240 '../third_party/expat/expat.gyp:expat', |
2242 '../third_party/hunspell/hunspell.gyp:hunspell', | 2241 '../third_party/hunspell/hunspell.gyp:hunspell', |
2243 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2242 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
2244 '../third_party/libjingle/libjingle.gyp:libjingle', | 2243 '../third_party/libjingle/libjingle.gyp:libjingle', |
2245 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', | 2244 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', |
2246 '../third_party/npapi/npapi.gyp:npapi', | 2245 '../third_party/npapi/npapi.gyp:npapi', |
2247 '../third_party/re2/re2.gyp:re2', | 2246 '../third_party/re2/re2.gyp:re2', |
2248 '../ui/gl/gl.gyp:gl', | 2247 '../ui/gl/gl.gyp:gl', |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2378 ['exclude', 'browser/value_store/policy_value_store.cc'], | 2377 ['exclude', 'browser/value_store/policy_value_store.cc'], |
2379 ['exclude', 'browser/value_store/policy_value_store.h'], | 2378 ['exclude', 'browser/value_store/policy_value_store.h'], |
2380 ['include', 'browser/policy/policy_map.cc'], | 2379 ['include', 'browser/policy/policy_map.cc'], |
2381 ['include', 'browser/policy/policy_map.h'], | 2380 ['include', 'browser/policy/policy_map.h'], |
2382 ['include', 'browser/policy/policy_service.cc'], | 2381 ['include', 'browser/policy/policy_service.cc'], |
2383 ['include', 'browser/policy/policy_service.h'], | 2382 ['include', 'browser/policy/policy_service.h'], |
2384 ['include', 'browser/policy/policy_service_stub.cc'], | 2383 ['include', 'browser/policy/policy_service_stub.cc'], |
2385 ['include', 'browser/policy/policy_service_stub.h'], | 2384 ['include', 'browser/policy/policy_service_stub.h'], |
2386 ], | 2385 ], |
2387 }], | 2386 }], |
| 2387 ['enable_plugins==1', { |
| 2388 'dependencies': [ |
| 2389 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 2390 ], |
| 2391 }, { # enable_plugins==0 |
| 2392 'sources/': [ |
| 2393 ['exclude', '^browser/pepper_'], |
| 2394 ['exclude', '^browser/renderer_host/pepper/'], |
| 2395 ], |
| 2396 }], |
2388 ['safe_browsing==1', { | 2397 ['safe_browsing==1', { |
2389 'defines': [ | 2398 'defines': [ |
2390 'FULL_SAFE_BROWSING', | 2399 'FULL_SAFE_BROWSING', |
2391 ], | 2400 ], |
2392 }], | 2401 }], |
2393 ['safe_browsing==2', { | 2402 ['safe_browsing==2', { |
2394 'defines': [ | 2403 'defines': [ |
2395 'MOBILE_SAFE_BROWSING', | 2404 'MOBILE_SAFE_BROWSING', |
2396 ], | 2405 ], |
2397 'dependencies!': [ | 2406 'dependencies!': [ |
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3140 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3149 'proto_in_dir': '../third_party/cros_system_api/dbus', |
3141 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3150 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
3142 }, | 3151 }, |
3143 'includes': ['../build/protoc.gypi'], | 3152 'includes': ['../build/protoc.gypi'], |
3144 }, | 3153 }, |
3145 ], | 3154 ], |
3146 }, | 3155 }, |
3147 ], | 3156 ], |
3148 ], | 3157 ], |
3149 } | 3158 } |
OLD | NEW |