OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 12 matching lines...) Expand all Loading... |
23 'common', | 23 'common', |
24 'common/extensions/api/api.gyp:api', | 24 'common/extensions/api/api.gyp:api', |
25 'common_net', | 25 'common_net', |
26 'debugger', | 26 'debugger', |
27 'in_memory_url_index_cache_proto', | 27 'in_memory_url_index_cache_proto', |
28 'installer_util', | 28 'installer_util', |
29 'safe_browsing_proto', | 29 'safe_browsing_proto', |
30 'safe_browsing_report_proto', | 30 'safe_browsing_report_proto', |
31 'feedback_proto', | 31 'feedback_proto', |
32 'gdata_proto', | 32 'gdata_proto', |
| 33 'contacts_proto', |
33 'variations_seed_proto', | 34 'variations_seed_proto', |
34 '../build/temp_gyp/googleurl.gyp:googleurl', | 35 '../build/temp_gyp/googleurl.gyp:googleurl', |
35 '../content/content.gyp:content_browser', | 36 '../content/content.gyp:content_browser', |
36 '../content/content.gyp:content_common', | 37 '../content/content.gyp:content_common', |
37 '../crypto/crypto.gyp:crypto', | 38 '../crypto/crypto.gyp:crypto', |
38 '../media/media.gyp:media', | 39 '../media/media.gyp:media', |
39 '../net/net.gyp:net', | 40 '../net/net.gyp:net', |
40 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin | 41 '../ppapi/ppapi_internal.gyp:ppapi_proxy', # For PpapiMsg_LoadPlugin |
41 '../printing/printing.gyp:printing', | 42 '../printing/printing.gyp:printing', |
42 '../skia/skia.gyp:skia', | 43 '../skia/skia.gyp:skia', |
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
444 'browser/chromeos/bluetooth/bluetooth_socket.cc', | 445 'browser/chromeos/bluetooth/bluetooth_socket.cc', |
445 'browser/chromeos/bluetooth/bluetooth_socket.h', | 446 'browser/chromeos/bluetooth/bluetooth_socket.h', |
446 'browser/chromeos/bluetooth/bluetooth_utils.cc', | 447 'browser/chromeos/bluetooth/bluetooth_utils.cc', |
447 'browser/chromeos/bluetooth/bluetooth_utils.h', | 448 'browser/chromeos/bluetooth/bluetooth_utils.h', |
448 'browser/chromeos/boot_times_loader.cc', | 449 'browser/chromeos/boot_times_loader.cc', |
449 'browser/chromeos/boot_times_loader.h', | 450 'browser/chromeos/boot_times_loader.h', |
450 'browser/chromeos/choose_mobile_network_dialog.cc', | 451 'browser/chromeos/choose_mobile_network_dialog.cc', |
451 'browser/chromeos/choose_mobile_network_dialog.h', | 452 'browser/chromeos/choose_mobile_network_dialog.h', |
452 'browser/chromeos/chrome_browser_main_chromeos.cc', | 453 'browser/chromeos/chrome_browser_main_chromeos.cc', |
453 'browser/chromeos/chrome_browser_main_chromeos.h', | 454 'browser/chromeos/chrome_browser_main_chromeos.h', |
454 'browser/chromeos/contacts/contact.cc', | |
455 'browser/chromeos/contacts/contact.h', | |
456 'browser/chromeos/cros/burn_library.cc', | 455 'browser/chromeos/cros/burn_library.cc', |
457 'browser/chromeos/cros/burn_library.h', | 456 'browser/chromeos/cros/burn_library.h', |
458 'browser/chromeos/cros/cellular_data_plan.cc', | 457 'browser/chromeos/cros/cellular_data_plan.cc', |
459 'browser/chromeos/cros/cellular_data_plan.h', | 458 'browser/chromeos/cros/cellular_data_plan.h', |
460 'browser/chromeos/cros/cert_library.cc', | 459 'browser/chromeos/cros/cert_library.cc', |
461 'browser/chromeos/cros/cert_library.h', | 460 'browser/chromeos/cros/cert_library.h', |
462 'browser/chromeos/cros/certificate_pattern.cc', | 461 'browser/chromeos/cros/certificate_pattern.cc', |
463 'browser/chromeos/cros/certificate_pattern.h', | 462 'browser/chromeos/cros/certificate_pattern.h', |
464 'browser/chromeos/cros/cros_library.cc', | 463 'browser/chromeos/cros/cros_library.cc', |
465 'browser/chromeos/cros/cros_library.h', | 464 'browser/chromeos/cros/cros_library.h', |
(...skipping 4967 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5433 'target_name': 'gdata_proto', | 5432 'target_name': 'gdata_proto', |
5434 'type': 'static_library', | 5433 'type': 'static_library', |
5435 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], | 5434 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], |
5436 'variables': { | 5435 'variables': { |
5437 'proto_in_dir': 'browser/chromeos/gdata', | 5436 'proto_in_dir': 'browser/chromeos/gdata', |
5438 'proto_out_dir': 'chrome/browser/chromeos/gdata', | 5437 'proto_out_dir': 'chrome/browser/chromeos/gdata', |
5439 }, | 5438 }, |
5440 'includes': [ '../build/protoc.gypi' ] | 5439 'includes': [ '../build/protoc.gypi' ] |
5441 }, | 5440 }, |
5442 { | 5441 { |
| 5442 # Protobuf compiler / generator for contacts-related protocol buffers. |
| 5443 'target_name': 'contacts_proto', |
| 5444 'type': 'static_library', |
| 5445 'sources': [ 'browser/chromeos/contacts/contact.proto' ], |
| 5446 'variables': { |
| 5447 'proto_in_dir': 'browser/chromeos/contacts', |
| 5448 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 5449 }, |
| 5450 'includes': [ '../build/protoc.gypi' ] |
| 5451 }, |
| 5452 { |
5443 # Protobuf compiler / generator for Chrome Variations seed. | 5453 # Protobuf compiler / generator for Chrome Variations seed. |
5444 'target_name': 'variations_seed_proto', | 5454 'target_name': 'variations_seed_proto', |
5445 'type': 'static_library', | 5455 'type': 'static_library', |
5446 'sources': [ | 5456 'sources': [ |
5447 'browser/metrics/proto/trials_seed.proto', | 5457 'browser/metrics/proto/trials_seed.proto', |
5448 'browser/metrics/proto/study.proto', | 5458 'browser/metrics/proto/study.proto', |
5449 ], | 5459 ], |
5450 'variables': { | 5460 'variables': { |
5451 'proto_in_dir': 'browser/metrics/proto', | 5461 'proto_in_dir': 'browser/metrics/proto', |
5452 'proto_out_dir': 'chrome/browser/metrics/proto', | 5462 'proto_out_dir': 'chrome/browser/metrics/proto', |
(...skipping 14 matching lines...) Expand all Loading... |
5467 'variables': { | 5477 'variables': { |
5468 'jni_gen_dir': 'chrome', | 5478 'jni_gen_dir': 'chrome', |
5469 }, | 5479 }, |
5470 'includes': [ '../build/jni_generator.gypi' ], | 5480 'includes': [ '../build/jni_generator.gypi' ], |
5471 }, | 5481 }, |
5472 ], | 5482 ], |
5473 }, | 5483 }, |
5474 ], | 5484 ], |
5475 ], | 5485 ], |
5476 } | 5486 } |
OLD | NEW |