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

Unified Diff: chrome_frame/chrome_frame.gyp

Issue 108513011: Move chrome/app/policy into components/policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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/tools/build/win/make_policy_zip.py ('k') | chrome_frame/chrome_frame_launcher.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame.gyp
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp
index cd7d2788c265fd746217971b692600e93dd5b68a..e3e7c71444b910d92a503691d86736bb7a8cfc8d 100644
--- a/chrome_frame/chrome_frame.gyp
+++ b/chrome_frame/chrome_frame.gyp
@@ -104,8 +104,8 @@
'type': 'executable',
'dependencies': [
'../base/base.gyp:test_support_base',
- '../chrome/app/policy/cloud_policy_codegen.gyp:policy',
'../chrome/chrome.gyp:test_support_common',
+ '../components/components.gyp:policy',
'../net/net.gyp:net',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
@@ -667,9 +667,9 @@
'target_name': 'chrome_frame_ie',
'type': 'static_library',
'dependencies': [
- '../chrome/app/policy/cloud_policy_codegen.gyp:policy',
'../chrome/chrome.gyp:common',
'../chrome/chrome.gyp:utility',
+ '../components/components.gyp:policy',
'../content/content.gyp:content_common',
'../net/net.gyp:net',
'../third_party/libxml/libxml.gyp:libxml',
« no previous file with comments | « chrome/tools/build/win/make_policy_zip.py ('k') | chrome_frame/chrome_frame_launcher.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698