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

Side by Side Diff: chromeos/chromeos.gyp

Issue 867623005: chromeos: Remove unneeded geometry dependency from both GYP and GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 10 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/accelerometer/accelerometer_reader.cc ('k') | no next file » | 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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 '../build/linux/system.gyp:ssl', 517 '../build/linux/system.gyp:ssl',
518 '../components/components.gyp:cloud_policy_proto', 518 '../components/components.gyp:cloud_policy_proto',
519 '../components/components.gyp:onc_component', 519 '../components/components.gyp:onc_component',
520 '../crypto/crypto.gyp:crypto', 520 '../crypto/crypto.gyp:crypto',
521 '../dbus/dbus.gyp:dbus', 521 '../dbus/dbus.gyp:dbus',
522 '../google_apis/google_apis.gyp:google_apis', 522 '../google_apis/google_apis.gyp:google_apis',
523 '../net/net.gyp:net', 523 '../net/net.gyp:net',
524 '../third_party/icu/icu.gyp:icui18n', 524 '../third_party/icu/icu.gyp:icui18n',
525 '../third_party/libxml/libxml.gyp:libxml', 525 '../third_party/libxml/libxml.gyp:libxml',
526 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 526 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
527 '../ui/gfx/gfx.gyp:gfx_geometry',
528 '../url/url.gyp:url_lib', 527 '../url/url.gyp:url_lib',
529 'cryptohome_proto', 528 'cryptohome_proto',
530 'ime/input_method.gyp:gencode', 529 'ime/input_method.gyp:gencode',
531 'power_manager_proto', 530 'power_manager_proto',
532 ], 531 ],
533 'defines': [ 532 'defines': [
534 'CHROMEOS_IMPLEMENTATION', 533 'CHROMEOS_IMPLEMENTATION',
535 ], 534 ],
536 'sources': [ '<@(chromeos_sources)' ], 535 'sources': [ '<@(chromeos_sources)' ],
537 }, 536 },
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 704 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
706 ], 705 ],
707 'variables': { 706 'variables': {
708 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 707 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
709 'proto_out_dir': 'chromeos/cryptohome', 708 'proto_out_dir': 'chromeos/cryptohome',
710 }, 709 },
711 'includes': ['../build/protoc.gypi'], 710 'includes': ['../build/protoc.gypi'],
712 }, 711 },
713 ], 712 ],
714 } 713 }
OLDNEW
« no previous file with comments | « chromeos/accelerometer/accelerometer_reader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698