Chromium Code Reviews

Unified Diff: chrome/chrome_dll_bundle.gypi

Issue 108513011: Move chrome/app/policy into components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: no .xtb moves (REVIEW HERE) Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/chrome_dll_bundle.gypi
diff --git a/chrome/chrome_dll_bundle.gypi b/chrome/chrome_dll_bundle.gypi
index 1f825c8ac536dd2666db7fcd3972e9fc92de5d51..dc721ffe865b635d14504fedf4ce2de01f5e165c 100644
--- a/chrome/chrome_dll_bundle.gypi
+++ b/chrome/chrome_dll_bundle.gypi
@@ -241,7 +241,7 @@
['mac_breakpad_compiled_in==1', {
'dependencies': [
'../breakpad/breakpad.gyp:breakpad',
- 'app/policy/cloud_policy_codegen.gyp:policy',
+ '../components/components.gyp:policy',
],
'copies': [
{
« no previous file with comments | « chrome/chrome_dll.gypi ('k') | chrome/chrome_exe.gypi » ('j') | components/policy.gypi » ('J')

Powered by Google App Engine