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

Unified Diff: chrome/chrome.gyp

Issue 6002015: Policy: generate boilerplate policy type and constant code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: localize gyp variable Created 9 years, 11 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.gyp
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index bafb26da79506eca812170df8741bac39288e809..3e30061e02adead93a14a896b70dc847e2fcb8a0 100644
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -38,6 +38,7 @@
'common_nacl_win64',
'common_constants_win64',
'installer_util_nacl_win64',
+ 'policy_win64',
Mattias Nissler (ping if slow) 2011/01/25 11:42:21 why this?
danno 2011/01/25 14:27:28 The 64-bit nacl libraries need to link against 64-
],
'allocator_target': '../base/allocator/allocator.gyp:allocator',
'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
@@ -849,6 +850,7 @@
'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp',
'common_constants',
'common_net',
+ 'policy',
Mattias Nissler (ping if slow) 2011/01/25 11:42:21 syncapi depends on policy? why?
danno 2011/01/25 14:27:28 For include directory. On 2011/01/25 11:42:21, Mat
'sync',
'sync_notifier',
],
@@ -1790,6 +1792,7 @@
'dependencies': [
'common_constants',
'installer_util',
+ 'policy',
Mattias Nissler (ping if slow) 2011/01/25 11:42:21 same question.
danno 2011/01/25 14:27:28 For include directory. On 2011/01/25 11:42:21, Mat
'../base/base.gyp:base',
'../breakpad/breakpad.gyp:breakpad_handler',
'../breakpad/breakpad.gyp:breakpad_sender',

Powered by Google App Engine
This is Rietveld 408576698