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

Side by Side Diff: chromeos/chromeos.gyp

Issue 286933006: Implement a JavaScript API for document scanning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Starting over. This used to be 286933006 Created 6 years, 1 month 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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 'attestation/mock_attestation_flow.cc', 514 'attestation/mock_attestation_flow.cc',
515 'attestation/mock_attestation_flow.h', 515 'attestation/mock_attestation_flow.h',
516 'chromeos_test_utils.cc', 516 'chromeos_test_utils.cc',
517 'chromeos_test_utils.h', 517 'chromeos_test_utils.h',
518 'cryptohome/mock_async_method_caller.cc', 518 'cryptohome/mock_async_method_caller.cc',
519 'cryptohome/mock_async_method_caller.h', 519 'cryptohome/mock_async_method_caller.h',
520 'cryptohome/mock_homedir_methods.cc', 520 'cryptohome/mock_homedir_methods.cc',
521 'cryptohome/mock_homedir_methods.h', 521 'cryptohome/mock_homedir_methods.h',
522 'dbus/mock_cryptohome_client.cc', 522 'dbus/mock_cryptohome_client.cc',
523 'dbus/mock_cryptohome_client.h', 523 'dbus/mock_cryptohome_client.h',
524 'dbus/mock_lorgnette_manager_client.cc',
525 'dbus/mock_lorgnette_manager_client.h',
524 'dbus/mock_session_manager_client.cc', 526 'dbus/mock_session_manager_client.cc',
525 'dbus/mock_session_manager_client.h', 527 'dbus/mock_session_manager_client.h',
526 'dbus/mock_shill_manager_client.cc', 528 'dbus/mock_shill_manager_client.cc',
527 'dbus/mock_shill_manager_client.h', 529 'dbus/mock_shill_manager_client.h',
528 'dbus/mock_shill_profile_client.cc', 530 'dbus/mock_shill_profile_client.cc',
529 'dbus/mock_shill_profile_client.h', 531 'dbus/mock_shill_profile_client.h',
530 'dbus/mock_shill_service_client.cc', 532 'dbus/mock_shill_service_client.cc',
531 'dbus/mock_shill_service_client.h', 533 'dbus/mock_shill_service_client.h',
532 'disks/mock_disk_mount_manager.cc', 534 'disks/mock_disk_mount_manager.cc',
533 'disks/mock_disk_mount_manager.h', 535 'disks/mock_disk_mount_manager.h',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
674 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto', 676 '../third_party/cros_system_api/dbus/cryptohome/signed_secret.proto',
675 ], 677 ],
676 'variables': { 678 'variables': {
677 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', 679 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome',
678 'proto_out_dir': 'chromeos/cryptohome', 680 'proto_out_dir': 'chromeos/cryptohome',
679 }, 681 },
680 'includes': ['../build/protoc.gypi'], 682 'includes': ['../build/protoc.gypi'],
681 }, 683 },
682 ], 684 ],
683 } 685 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/permissions/chrome_api_permissions.cc ('k') | chromeos/dbus/mock_lorgnette_manager_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698