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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 'app/policy/cloud_policy_codegen.gyp:policy', | 106 'app/policy/cloud_policy_codegen.gyp:policy', |
107 'chrome_resources', | 107 'chrome_resources', |
108 'chrome_strings', | 108 'chrome_strings', |
109 'common_constants', | 109 'common_constants', |
110 'common_net', | 110 'common_net', |
111 'default_plugin/default_plugin.gyp:default_plugin', | 111 'default_plugin/default_plugin.gyp:default_plugin', |
112 'safe_browsing_csd_proto', | 112 'safe_browsing_csd_proto', |
113 'safe_browsing_proto', | 113 'safe_browsing_proto', |
114 'theme_resources', | 114 'theme_resources', |
115 'theme_resources_standard', | 115 'theme_resources_standard', |
116 '../app/app.gyp:app_base', | |
117 '../base/base.gyp:base', | 116 '../base/base.gyp:base', |
118 '../base/base.gyp:base_i18n', | 117 '../base/base.gyp:base_i18n', |
119 '../base/base.gyp:base_static', | 118 '../base/base.gyp:base_static', |
120 '../build/temp_gyp/googleurl.gyp:googleurl', | 119 '../build/temp_gyp/googleurl.gyp:googleurl', |
121 '../content/content.gyp:content_common', | 120 '../content/content.gyp:content_common', |
122 '../ipc/ipc.gyp:ipc', | 121 '../ipc/ipc.gyp:ipc', |
123 '../net/net.gyp:net', | 122 '../net/net.gyp:net', |
124 '../printing/printing.gyp:printing', | 123 '../printing/printing.gyp:printing', |
125 '../skia/skia.gyp:skia', | 124 '../skia/skia.gyp:skia', |
| 125 '../sql/sql.gyp:sql', |
126 '../third_party/bzip2/bzip2.gyp:bzip2', | 126 '../third_party/bzip2/bzip2.gyp:bzip2', |
127 '../third_party/icu/icu.gyp:icui18n', | 127 '../third_party/icu/icu.gyp:icui18n', |
128 '../third_party/icu/icu.gyp:icuuc', | 128 '../third_party/icu/icu.gyp:icuuc', |
129 '../third_party/libxml/libxml.gyp:libxml', | 129 '../third_party/libxml/libxml.gyp:libxml', |
130 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 130 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
131 '../third_party/sqlite/sqlite.gyp:sqlite', | 131 '../third_party/sqlite/sqlite.gyp:sqlite', |
132 '../third_party/zlib/zlib.gyp:zlib', | 132 '../third_party/zlib/zlib.gyp:zlib', |
133 '../ui/ui.gyp:ui_resources', | 133 '../ui/ui.gyp:ui_resources', |
134 '../webkit/support/webkit_support.gyp:glue', | 134 '../webkit/support/webkit_support.gyp:glue', |
135 ], | 135 ], |
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
338 '../third_party/GTM', | 338 '../third_party/GTM', |
339 ], | 339 ], |
340 }], | 340 }], |
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', | |
349 '../base/base.gyp:base', | 348 '../base/base.gyp:base', |
| 349 '../sql/sql.gyp:sql', |
350 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 350 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
351 'safe_browsing_csd_proto', | 351 'safe_browsing_csd_proto', |
352 'safe_browsing_proto', | 352 'safe_browsing_proto', |
353 ], | 353 ], |
354 }, | 354 }, |
355 { | 355 { |
356 'target_name': 'common_net', | 356 'target_name': 'common_net', |
357 'type': 'static_library', | 357 'type': 'static_library', |
358 'sources': [ | 358 'sources': [ |
359 'common/net/http_return.h', | 359 'common/net/http_return.h', |
(...skipping 15 matching lines...) Expand all Loading... |
375 'common/net/gaia/oauth_request_signer.cc', | 375 'common/net/gaia/oauth_request_signer.cc', |
376 'common/net/gaia/oauth_request_signer.h', | 376 'common/net/gaia/oauth_request_signer.h', |
377 'common/net/x509_certificate_model.cc', | 377 'common/net/x509_certificate_model.cc', |
378 'common/net/x509_certificate_model_nss.cc', | 378 'common/net/x509_certificate_model_nss.cc', |
379 'common/net/x509_certificate_model_openssl.cc', | 379 'common/net/x509_certificate_model_openssl.cc', |
380 'common/net/x509_certificate_model.h', | 380 'common/net/x509_certificate_model.h', |
381 ], | 381 ], |
382 'dependencies': [ | 382 'dependencies': [ |
383 'chrome_resources', | 383 'chrome_resources', |
384 'chrome_strings', | 384 'chrome_strings', |
385 '../app/app.gyp:app_base', | |
386 '../base/base.gyp:base', | 385 '../base/base.gyp:base', |
387 '../crypto/crypto.gyp:crypto', | 386 '../crypto/crypto.gyp:crypto', |
388 '../gpu/gpu.gyp:gpu_ipc', | 387 '../gpu/gpu.gyp:gpu_ipc', |
389 '../net/net.gyp:net_resources', | 388 '../net/net.gyp:net_resources', |
390 '../net/net.gyp:net', | 389 '../net/net.gyp:net', |
| 390 '../sql/sql.gyp:sql', |
391 '../third_party/icu/icu.gyp:icui18n', | 391 '../third_party/icu/icu.gyp:icui18n', |
392 '../third_party/icu/icu.gyp:icuuc', | 392 '../third_party/icu/icu.gyp:icuuc', |
393 ], | 393 ], |
394 'conditions': [ | 394 'conditions': [ |
395 ['os_posix == 1 and OS != "mac"', { | 395 ['os_posix == 1 and OS != "mac"', { |
396 'dependencies': [ | 396 'dependencies': [ |
397 '../build/linux/system.gyp:ssl', | 397 '../build/linux/system.gyp:ssl', |
398 ], | 398 ], |
399 }, | 399 }, |
400 { # else: OS is not in the above list | 400 { # else: OS is not in the above list |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
574 'configurations': { | 574 'configurations': { |
575 'Common_Base': { | 575 'Common_Base': { |
576 'msvs_target_platform': 'x64', | 576 'msvs_target_platform': 'x64', |
577 }, | 577 }, |
578 }, | 578 }, |
579 }, | 579 }, |
580 ], | 580 ], |
581 }], | 581 }], |
582 ], | 582 ], |
583 } | 583 } |
OLD | NEW |