| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |