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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | 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 6f30e0d7d0fb35d1c0706ce444cf951ba0cdf543..400371ba313f60c94064f8d3ad643e42db2f4619 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -884,12 +884,12 @@
'target_name': 'device_policy_proto',
'type': 'static_library',
'sources': [
- 'browser/chromeos/policy/proto/chrome_device_policy.proto',
- 'browser/chromeos/policy/proto/install_attributes.proto',
+ 'browser/policy/proto/chromeos/chrome_device_policy.proto',
+ 'browser/policy/proto/chromeos/install_attributes.proto',
],
'variables': {
- 'proto_in_dir': 'browser/chromeos/policy/proto',
- 'proto_out_dir': 'chrome/browser/chromeos/policy/proto',
+ 'proto_in_dir': 'browser/policy/proto/chromeos',
+ 'proto_out_dir': 'chrome/browser/policy/proto/chromeos',
},
'includes': [ '../build/protoc.gypi' ]
},
« 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