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 2357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2368 }], | 2368 }], |
2369 ['enable_plugins==1', { | 2369 ['enable_plugins==1', { |
2370 'dependencies': [ | 2370 'dependencies': [ |
2371 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 2371 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
2372 ], | 2372 ], |
2373 }, { # enable_plugins==0 | 2373 }, { # enable_plugins==0 |
2374 'sources/': [ | 2374 'sources/': [ |
2375 ['exclude', '^browser/pepper_'], | 2375 ['exclude', '^browser/pepper_'], |
2376 ['exclude', '^browser/renderer_host/pepper/'], | 2376 ['exclude', '^browser/renderer_host/pepper/'], |
2377 ], | 2377 ], |
| 2378 'sources!': [ |
| 2379 'browser/chrome_plugin_service_filter.cc', |
| 2380 'browser/chrome_plugin_service_filter.h', |
| 2381 'browser/plugins/plugin_observer.cc', |
| 2382 'browser/plugins/plugin_observer.h', |
| 2383 'browser/plugins/plugin_prefs.cc', |
| 2384 'browser/plugins/plugin_prefs.h', |
| 2385 'browser/plugins/plugin_prefs_factory.cc', |
| 2386 'browser/plugins/plugin_prefs_factory.h', |
| 2387 'browser/renderer_host/plugin_info_message_filter.cc', |
| 2388 'browser/renderer_host/plugin_info_message_filter.h', |
| 2389 ], |
2378 }], | 2390 }], |
2379 ['safe_browsing==1', { | 2391 ['safe_browsing==1', { |
2380 'defines': [ | 2392 'defines': [ |
2381 'FULL_SAFE_BROWSING', | 2393 'FULL_SAFE_BROWSING', |
2382 ], | 2394 ], |
2383 }], | 2395 }], |
2384 ['safe_browsing==2', { | 2396 ['safe_browsing==2', { |
2385 'defines': [ | 2397 'defines': [ |
2386 'MOBILE_SAFE_BROWSING', | 2398 'MOBILE_SAFE_BROWSING', |
2387 ], | 2399 ], |
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3124 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3136 'proto_in_dir': '../third_party/cros_system_api/dbus', |
3125 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3137 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
3126 }, | 3138 }, |
3127 'includes': ['../build/protoc.gypi'], | 3139 'includes': ['../build/protoc.gypi'], |
3128 }, | 3140 }, |
3129 ], | 3141 ], |
3130 }, | 3142 }, |
3131 ], | 3143 ], |
3132 ], | 3144 ], |
3133 } | 3145 } |
OLD | NEW |