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

Side by Side Diff: chromeos/chromeos.gyp

Issue 2735273002: Remove unused libxml dependencies. (Closed)
Patch Set: Created 3 years, 9 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 | « chromeos/DEPS ('k') | google_apis/BUILD.gn » ('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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 '../components/components.gyp:onc_component', 519 '../components/components.gyp:onc_component',
520 '../components/components.gyp:proxy_config', 520 '../components/components.gyp:proxy_config',
521 '../components/components.gyp:user_manager', 521 '../components/components.gyp:user_manager',
522 '../components/components.gyp:signin_core_account_id', 522 '../components/components.gyp:signin_core_account_id',
523 '../components/prefs/prefs.gyp:prefs', 523 '../components/prefs/prefs.gyp:prefs',
524 '../crypto/crypto.gyp:crypto', 524 '../crypto/crypto.gyp:crypto',
525 '../dbus/dbus.gyp:dbus', 525 '../dbus/dbus.gyp:dbus',
526 '../google_apis/google_apis.gyp:google_apis', 526 '../google_apis/google_apis.gyp:google_apis',
527 '../net/net.gyp:net', 527 '../net/net.gyp:net',
528 '../third_party/icu/icu.gyp:icui18n', 528 '../third_party/icu/icu.gyp:icui18n',
529 '../third_party/libxml/libxml.gyp:libxml',
530 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 529 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
531 '../url/url.gyp:url_lib', 530 '../url/url.gyp:url_lib',
532 'attestation_proto', 531 'attestation_proto',
533 'cryptohome_proto', 532 'cryptohome_proto',
534 'power_manager_proto', 533 'power_manager_proto',
535 ], 534 ],
536 'defines': [ 535 'defines': [
537 'CHROMEOS_IMPLEMENTATION', 536 'CHROMEOS_IMPLEMENTATION',
538 ], 537 ],
539 'sources': [ '<@(chromeos_sources)' ], 538 'sources': [ '<@(chromeos_sources)' ],
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 '../build/isolate.gypi', 755 '../build/isolate.gypi',
757 ], 756 ],
758 'sources': [ 757 'sources': [
759 'chromeos_unittests.isolate', 758 'chromeos_unittests.isolate',
760 ], 759 ],
761 }, 760 },
762 ], 761 ],
763 }], 762 }],
764 ], 763 ],
765 } 764 }
OLDNEW
« no previous file with comments | « chromeos/DEPS ('k') | google_apis/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698