| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'chrome_common_target': 0, | 8 'chrome_common_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 ['remoting==1', { | 341 ['remoting==1', { |
| 342 'dependencies': [ | 342 'dependencies': [ |
| 343 '../remoting/remoting.gyp:remoting_client_plugin', | 343 '../remoting/remoting.gyp:remoting_client_plugin', |
| 344 ], | 344 ], |
| 345 }], | 345 }], |
| 346 ], | 346 ], |
| 347 'export_dependent_settings': [ | 347 'export_dependent_settings': [ |
| 348 '../app/app.gyp:app_base', | 348 '../app/app.gyp:app_base', |
| 349 '../base/base.gyp:base', | 349 '../base/base.gyp:base', |
| 350 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 350 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 351 'safe_browsing_csd_proto', |
| 352 'safe_browsing_proto', |
| 351 ], | 353 ], |
| 352 }, | 354 }, |
| 353 { | 355 { |
| 354 'target_name': 'common_net', | 356 'target_name': 'common_net', |
| 355 'type': 'static_library', | 357 'type': 'static_library', |
| 356 'sources': [ | 358 'sources': [ |
| 357 'common/net/http_return.h', | 359 'common/net/http_return.h', |
| 358 'common/net/net_resource_provider.cc', | 360 'common/net/net_resource_provider.cc', |
| 359 'common/net/net_resource_provider.h', | 361 'common/net/net_resource_provider.h', |
| 360 'common/net/predictor_common.h', | 362 'common/net/predictor_common.h', |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 571 'configurations': { | 573 'configurations': { |
| 572 'Common_Base': { | 574 'Common_Base': { |
| 573 'msvs_target_platform': 'x64', | 575 'msvs_target_platform': 'x64', |
| 574 }, | 576 }, |
| 575 }, | 577 }, |
| 576 }, | 578 }, |
| 577 ], | 579 ], |
| 578 }], | 580 }], |
| 579 ], | 581 ], |
| 580 } | 582 } |
| OLD | NEW |