| 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 2346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2357 }], | 2357 }], |
| 2358 ['enable_plugins==1', { | 2358 ['enable_plugins==1', { |
| 2359 'dependencies': [ | 2359 'dependencies': [ |
| 2360 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 2360 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 2361 ], | 2361 ], |
| 2362 }, { # enable_plugins==0 | 2362 }, { # enable_plugins==0 |
| 2363 'sources/': [ | 2363 'sources/': [ |
| 2364 ['exclude', '^browser/pepper_'], | 2364 ['exclude', '^browser/pepper_'], |
| 2365 ['exclude', '^browser/renderer_host/pepper/'], | 2365 ['exclude', '^browser/renderer_host/pepper/'], |
| 2366 ], | 2366 ], |
| 2367 'sources!': [ |
| 2368 'browser/plugins/plugin_observer.cc', |
| 2369 'browser/plugins/plugin_observer.h', |
| 2370 'browser/renderer_host/plugin_info_message_filter.cc', |
| 2371 'browser/renderer_host/plugin_info_message_filter.h', |
| 2372 ], |
| 2367 }], | 2373 }], |
| 2368 ['safe_browsing==1', { | 2374 ['safe_browsing==1', { |
| 2369 'defines': [ | 2375 'defines': [ |
| 2370 'FULL_SAFE_BROWSING', | 2376 'FULL_SAFE_BROWSING', |
| 2371 ], | 2377 ], |
| 2372 }], | 2378 }], |
| 2373 ['safe_browsing==2', { | 2379 ['safe_browsing==2', { |
| 2374 'defines': [ | 2380 'defines': [ |
| 2375 'MOBILE_SAFE_BROWSING', | 2381 'MOBILE_SAFE_BROWSING', |
| 2376 ], | 2382 ], |
| (...skipping 728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3105 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3111 'proto_in_dir': '../third_party/cros_system_api/dbus', |
| 3106 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3112 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
| 3107 }, | 3113 }, |
| 3108 'includes': ['../build/protoc.gypi'], | 3114 'includes': ['../build/protoc.gypi'], |
| 3109 }, | 3115 }, |
| 3110 ], | 3116 ], |
| 3111 }, | 3117 }, |
| 3112 ], | 3118 ], |
| 3113 ], | 3119 ], |
| 3114 } | 3120 } |
| OLD | NEW |