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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 459563002: ChromeOS: Fix build after r288451. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 4 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 | « no previous file | 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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 26 matching lines...) Expand all
37 'device_policy_proto', 37 'device_policy_proto',
38 'drive_proto', 38 'drive_proto',
39 'in_memory_url_index_cache_proto', 39 'in_memory_url_index_cache_proto',
40 'installer_util', 40 'installer_util',
41 'safe_browsing_chunk_proto', 41 'safe_browsing_chunk_proto',
42 'safe_browsing_proto', 42 'safe_browsing_proto',
43 'safe_browsing_report_proto', 43 'safe_browsing_report_proto',
44 '../breakpad/breakpad.gyp:breakpad_client', 44 '../breakpad/breakpad.gyp:breakpad_client',
45 '../build/linux/system.gyp:dbus', 45 '../build/linux/system.gyp:dbus',
46 '../chromeos/chromeos.gyp:chromeos', 46 '../chromeos/chromeos.gyp:chromeos',
47 '../chromeos/chromeos.gyp:cryptohome_proto',
47 # browser_chromeos #includes signed_secret.pb.h directly. 48 # browser_chromeos #includes signed_secret.pb.h directly.
48 '../chromeos/chromeos.gyp:cryptohome_signkey_proto', 49 '../chromeos/chromeos.gyp:cryptohome_signkey_proto',
49 # browser_chromeos #includes power_supply_properties.pb.h directly. 50 # browser_chromeos #includes power_supply_properties.pb.h directly.
50 '../chromeos/chromeos.gyp:power_manager_proto', 51 '../chromeos/chromeos.gyp:power_manager_proto',
51 '../chromeos/ime/input_method.gyp:gencode', 52 '../chromeos/ime/input_method.gyp:gencode',
52 '../components/components.gyp:cloud_policy_proto', 53 '../components/components.gyp:cloud_policy_proto',
53 '../components/components.gyp:onc_component', 54 '../components/components.gyp:onc_component',
54 '../components/components.gyp:pairing', 55 '../components/components.gyp:pairing',
55 '../components/components.gyp:policy', 56 '../components/components.gyp:policy',
56 # This depends directly on the variations target, rather than just 57 # This depends directly on the variations target, rather than just
(...skipping 1139 matching lines...) Expand 10 before | Expand all | Expand 10 after
1196 'browser/chromeos/attestation/attestation_signed_data.proto', 1197 'browser/chromeos/attestation/attestation_signed_data.proto',
1197 ], 1198 ],
1198 'variables': { 1199 'variables': {
1199 'proto_in_dir': 'browser/chromeos/attestation', 1200 'proto_in_dir': 'browser/chromeos/attestation',
1200 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1201 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1201 }, 1202 },
1202 'includes': [ '../build/protoc.gypi' ] 1203 'includes': [ '../build/protoc.gypi' ]
1203 }, 1204 },
1204 ], 1205 ],
1205 } 1206 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698