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

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: Rebase. Created 4 years, 7 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/ownership.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 'targets': [ 509 'targets': [
510 { 510 {
511 # GN version: //chromeos 511 # GN version: //chromeos
512 'target_name': 'chromeos', 512 'target_name': 'chromeos',
513 'type': '<(component)', 513 'type': '<(component)',
514 'dependencies': [ 514 'dependencies': [
515 '../base/base.gyp:base', 515 '../base/base.gyp:base',
516 '../base/base.gyp:base_i18n', 516 '../base/base.gyp:base_i18n',
517 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 517 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
518 '../build/linux/system.gyp:dbus', 518 '../build/linux/system.gyp:dbus',
519 '../build/linux/system.gyp:ssl', 519 '../build/linux/system.gyp:nss',
520 '../components/components.gyp:cloud_policy_proto', 520 '../components/components.gyp:cloud_policy_proto',
521 '../components/components.gyp:device_event_log_component', 521 '../components/components.gyp:device_event_log_component',
522 '../components/components.gyp:onc_component', 522 '../components/components.gyp:onc_component',
523 '../components/components.gyp:proxy_config', 523 '../components/components.gyp:proxy_config',
524 '../components/components.gyp:user_manager', 524 '../components/components.gyp:user_manager',
525 '../components/components.gyp:signin_core_account_id', 525 '../components/components.gyp:signin_core_account_id',
526 '../components/prefs/prefs.gyp:prefs', 526 '../components/prefs/prefs.gyp:prefs',
527 '../crypto/crypto.gyp:crypto', 527 '../crypto/crypto.gyp:crypto',
528 '../dbus/dbus.gyp:dbus', 528 '../dbus/dbus.gyp:dbus',
529 '../google_apis/google_apis.gyp:google_apis', 529 '../google_apis/google_apis.gyp:google_apis',
(...skipping 111 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
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/ownership.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698