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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 14008005: Move proto files back into chrome/browser/policy/proto (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/chrome_browser.gypi ('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 # 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 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 'proto_in_dir': 'browser/chromeos/drive', 877 'proto_in_dir': 'browser/chromeos/drive',
878 'proto_out_dir': 'chrome/browser/chromeos/drive', 878 'proto_out_dir': 'chrome/browser/chromeos/drive',
879 }, 879 },
880 'includes': [ '../build/protoc.gypi' ] 880 'includes': [ '../build/protoc.gypi' ]
881 }, 881 },
882 { 882 {
883 # Protobuf compiler / generator for device settings protocol buffers. 883 # Protobuf compiler / generator for device settings protocol buffers.
884 'target_name': 'device_policy_proto', 884 'target_name': 'device_policy_proto',
885 'type': 'static_library', 885 'type': 'static_library',
886 'sources': [ 886 'sources': [
887 'browser/chromeos/policy/proto/chrome_device_policy.proto', 887 'browser/policy/proto/chromeos/chrome_device_policy.proto',
888 'browser/chromeos/policy/proto/install_attributes.proto', 888 'browser/policy/proto/chromeos/install_attributes.proto',
889 ], 889 ],
890 'variables': { 890 'variables': {
891 'proto_in_dir': 'browser/chromeos/policy/proto', 891 'proto_in_dir': 'browser/policy/proto/chromeos',
892 'proto_out_dir': 'chrome/browser/chromeos/policy/proto', 892 'proto_out_dir': 'chrome/browser/policy/proto/chromeos',
893 }, 893 },
894 'includes': [ '../build/protoc.gypi' ] 894 'includes': [ '../build/protoc.gypi' ]
895 }, 895 },
896 ], 896 ],
897 } 897 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698