Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Side by Side Diff: chromeos/chromeos.gyp

Issue 1918303002: Renaming system.gyp:ssl to system.gyp:nss and removing unused BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'chromeos_sources': [ 9 'chromeos_sources': [
10 'accelerometer/accelerometer_reader.cc', 10 'accelerometer/accelerometer_reader.cc',
(...skipping 496 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 'targets': [ 507 'targets': [
508 { 508 {
509 # GN version: //chromeos 509 # GN version: //chromeos
510 'target_name': 'chromeos', 510 'target_name': 'chromeos',
511 'type': '<(component)', 511 'type': '<(component)',
512 'dependencies': [ 512 'dependencies': [
513 '../base/base.gyp:base', 513 '../base/base.gyp:base',
514 '../base/base.gyp:base_i18n', 514 '../base/base.gyp:base_i18n',
515 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 515 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
516 '../build/linux/system.gyp:dbus', 516 '../build/linux/system.gyp:dbus',
517 '../build/linux/system.gyp:ssl', 517 '../build/linux/system.gyp:nss',
518 '../components/components.gyp:cloud_policy_proto', 518 '../components/components.gyp:cloud_policy_proto',
519 '../components/components.gyp:device_event_log_component', 519 '../components/components.gyp:device_event_log_component',
520 '../components/components.gyp:onc_component', 520 '../components/components.gyp:onc_component',
521 '../components/components.gyp:proxy_config', 521 '../components/components.gyp:proxy_config',
522 '../components/components.gyp:user_manager', 522 '../components/components.gyp:user_manager',
523 '../components/components.gyp:signin_core_account_id', 523 '../components/components.gyp:signin_core_account_id',
524 '../components/prefs/prefs.gyp:prefs', 524 '../components/prefs/prefs.gyp:prefs',
525 '../crypto/crypto.gyp:crypto', 525 '../crypto/crypto.gyp:crypto',
526 '../dbus/dbus.gyp:dbus', 526 '../dbus/dbus.gyp:dbus',
527 '../google_apis/google_apis.gyp:google_apis', 527 '../google_apis/google_apis.gyp:google_apis',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 ], 641 ],
642 }, 642 },
643 { 643 {
644 # GN version: //chromeos:chromeos_unittests 644 # GN version: //chromeos:chromeos_unittests
645 'target_name': 'chromeos_unittests', 645 'target_name': 'chromeos_unittests',
646 'type': 'executable', 646 'type': 'executable',
647 'dependencies': [ 647 'dependencies': [
648 '../base/base.gyp:run_all_unittests', 648 '../base/base.gyp:run_all_unittests',
649 '../base/base.gyp:test_support_base', 649 '../base/base.gyp:test_support_base',
650 '../build/linux/system.gyp:dbus', 650 '../build/linux/system.gyp:dbus',
651 '../build/linux/system.gyp:ssl', 651 '../build/linux/system.gyp:nss',
652 '../components/components.gyp:onc_component', 652 '../components/components.gyp:onc_component',
653 '../components/components.gyp:proxy_config', 653 '../components/components.gyp:proxy_config',
654 '../components/components.gyp:signin_core_account_id', 654 '../components/components.gyp:signin_core_account_id',
655 '../components/prefs/prefs.gyp:prefs_test_support', 655 '../components/prefs/prefs.gyp:prefs_test_support',
656 '../crypto/crypto.gyp:crypto', 656 '../crypto/crypto.gyp:crypto',
657 '../crypto/crypto.gyp:crypto_test_support', 657 '../crypto/crypto.gyp:crypto_test_support',
658 '../dbus/dbus.gyp:dbus_test_support', 658 '../dbus/dbus.gyp:dbus_test_support',
659 '../google_apis/google_apis.gyp:google_apis', 659 '../google_apis/google_apis.gyp:google_apis',
660 '../net/net.gyp:net', 660 '../net/net.gyp:net',
661 '../net/net.gyp:net_test_support', 661 '../net/net.gyp:net_test_support',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
746 '../build/isolate.gypi', 746 '../build/isolate.gypi',
747 ], 747 ],
748 'sources': [ 748 'sources': [
749 'chromeos_unittests.isolate', 749 'chromeos_unittests.isolate',
750 ], 750 ],
751 }, 751 },
752 ], 752 ],
753 }], 753 }],
754 ], 754 ],
755 } 755 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698