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

Unified Diff: chrome/chrome_exe.gypi

Issue 6532019: New policy protobuf protocol. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix one more leak Created 9 years, 10 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
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 90c53f58a6b0f8cbc50fd105d3a55ad84bc74074..bf6fcf4d49a6de41bdbcf0a92c985ccd06038ebc 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -443,11 +443,11 @@
'dependencies': [
'installer_util',
'installer_util_strings',
- 'policy',
'../breakpad/breakpad.gyp:breakpad_handler',
'../breakpad/breakpad.gyp:breakpad_sender',
'../sandbox/sandbox.gyp:sandbox',
'app/locales/locales.gyp:*',
+ 'app/policy/cloud_policy_codegen.gyp:policy',
],
'msvs_settings': {
'VCLinkerTool': {
@@ -490,10 +490,10 @@
# On Windows make sure we've built Win64 version of chrome_dll,
# which contains all of the library code with Chromium
# functionality.
- 'installer_util_nacl_win64',
- 'common_constants_win64',
'chrome_dll_nacl_win64',
- 'policy_win64',
+ 'common_constants_win64',
+ 'installer_util_nacl_win64',
+ 'app/policy/cloud_policy_codegen.gyp:policy_win64',
'../breakpad/breakpad.gyp:breakpad_handler_win64',
'../breakpad/breakpad.gyp:breakpad_sender_win64',
'../base/base.gyp:base_nacl_win64',

Powered by Google App Engine
This is Rietveld 408576698