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

Side by Side Diff: rlz/DEPS

Issue 10659022: Revert 144071 - Add a regenerate button to regenerate the password in Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/views/password_generation_bubble_view.cc ('k') | rlz/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 # This DEPS file exists so that it can capture the dependenciez of RLZ. This 5 # This DEPS file exists so that it can capture the dependenciez of RLZ. This
6 # allows external projects to check it out and build it independently from all 6 # allows external projects to check it out and build it independently from all
7 # of chrome. 7 # of chrome.
8 8
9 vars = { 9 vars = {
10 "chrev": "@119173" 10 "chrev": "@119173"
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 ] 61 ]
62 62
63 hooks = [ 63 hooks = [
64 { 64 {
65 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 65 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
66 "pattern": ".", 66 "pattern": ".",
67 "action": ["python", "src/build/gyp_chromium", "src/rlz/rlz.gyp"], 67 "action": ["python", "src/build/gyp_chromium", "src/rlz/rlz.gyp"],
68 } 68 }
69 ] 69 ]
70 70
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/password_generation_bubble_view.cc ('k') | rlz/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698