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

Unified Diff: chrome/chrome_browser_chromeos.gypi

Issue 108563005: Move the cloud policy protobufs into the component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/policy.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_chromeos.gypi
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index ed9c31b1061cf753fdb79c4eeaac5f13ace2c95d..7287132c05434ef3ddf1176f333004d77a462cf6 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -997,12 +997,12 @@
'target_name': 'device_policy_proto',
'type': 'static_library',
'sources': [
- 'browser/policy/proto/chromeos/chrome_device_policy.proto',
- 'browser/policy/proto/chromeos/install_attributes.proto',
+ 'browser/chromeos/policy/proto/chrome_device_policy.proto',
+ 'browser/chromeos/policy/proto/install_attributes.proto',
],
'variables': {
- 'proto_in_dir': 'browser/policy/proto/chromeos',
- 'proto_out_dir': 'chrome/browser/policy/proto/chromeos',
+ 'proto_in_dir': 'browser/chromeos/policy/proto',
+ 'proto_out_dir': 'chrome/browser/chromeos/policy/proto',
},
'includes': [ '../build/protoc.gypi' ]
},
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/policy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698