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

Side by Side Diff: ceee/installer_dll/ceee_installer_dll.gyp

Issue 5720004: Added refreshing of elevation policy on first run of new version for all user... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../../build/common.gypi', 10 '../../build/common.gypi',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 '<(INTERMEDIATE_DIR)/ceee_installer_packing_list.txt', 57 '<(INTERMEDIATE_DIR)/ceee_installer_packing_list.txt',
58 ], 58 ],
59 'action': [ 59 'action': [
60 '<@(python)', 60 '<@(python)',
61 'generate_packing_list.py', 61 'generate_packing_list.py',
62 '>(_outputs)', # output file 62 '>(_outputs)', # output file
63 '$(OutDir)/ceee_ff.xpi', # one or more packed files 63 '$(OutDir)/ceee_ff.xpi', # one or more packed files
64 ], 64 ],
65 }, 65 },
66 ], 66 ],
67 'libraries': [
68 'iepmapi.lib',
69 ],
67 }, 70 },
68 ], 71 ],
69 } 72 }
OLDNEW
« ceee/ie/broker/broker_rpc_client.cc ('K') | « ceee/ie/plugin/bho/executor.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698