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

Side by Side Diff: chromeos/chromeos.gyp

Issue 14192016: Move OS_CHROMEOS-specific paths to chromeos/chromeos_paths.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/test/base/chrome_test_suite.cc ('k') | chromeos/chromeos_paths.h » ('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 }, 8 },
9 'includes': [ 9 'includes': [
10 'chromeos_tools.gypi' 10 'chromeos_tools.gypi'
(...skipping 20 matching lines...) Expand all
31 'CHROMEOS_IMPLEMENTATION', 31 'CHROMEOS_IMPLEMENTATION',
32 ], 32 ],
33 'sources': [ 33 'sources': [
34 'audio/audio_pref_observer.h', 34 'audio/audio_pref_observer.h',
35 'audio/audio_pref_handler.h', 35 'audio/audio_pref_handler.h',
36 'audio/cras_audio_handler.cc', 36 'audio/cras_audio_handler.cc',
37 'audio/cras_audio_handler.h', 37 'audio/cras_audio_handler.h',
38 'attestation/attestation_flow.cc', 38 'attestation/attestation_flow.cc',
39 'attestation/attestation_flow.h', 39 'attestation/attestation_flow.h',
40 'chromeos_export.h', 40 'chromeos_export.h',
41 'chromeos_paths.cc',
42 'chromeos_paths.h',
41 'chromeos_switches.cc', 43 'chromeos_switches.cc',
42 'chromeos_switches.h', 44 'chromeos_switches.h',
43 'cryptohome/async_method_caller.cc', 45 'cryptohome/async_method_caller.cc',
44 'cryptohome/async_method_caller.h', 46 'cryptohome/async_method_caller.h',
45 'dbus/audio_node.cc', 47 'dbus/audio_node.cc',
46 'dbus/audio_node.h', 48 'dbus/audio_node.h',
47 'dbus/blocking_method_caller.cc', 49 'dbus/blocking_method_caller.cc',
48 'dbus/blocking_method_caller.h', 50 'dbus/blocking_method_caller.h',
49 'dbus/bluetooth_adapter_client.cc', 51 'dbus/bluetooth_adapter_client.cc',
50 'dbus/bluetooth_adapter_client.h', 52 'dbus/bluetooth_adapter_client.h',
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 '../third_party/cros_system_api/dbus/video_activity_update.proto', 533 '../third_party/cros_system_api/dbus/video_activity_update.proto',
532 ], 534 ],
533 'variables': { 535 'variables': {
534 'proto_in_dir': '../third_party/cros_system_api/dbus/', 536 'proto_in_dir': '../third_party/cros_system_api/dbus/',
535 'proto_out_dir': 'chromeos/dbus', 537 'proto_out_dir': 'chromeos/dbus',
536 }, 538 },
537 'includes': ['../build/protoc.gypi'], 539 'includes': ['../build/protoc.gypi'],
538 }, 540 },
539 ], 541 ],
540 } 542 }
OLDNEW
« no previous file with comments | « chrome/test/base/chrome_test_suite.cc ('k') | chromeos/chromeos_paths.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698