Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 protocol_gypi = | |
| 6 exec_script("//build/gypi_to_gn.py", | |
| 7 [ | |
| 8 rebase_path("//sync/protocol/protocol.gypi"), | |
| 9 "--replace=<(sync_proto_sources_dir)=//sync/protocol", | |
| 10 ], | |
| 11 "scope", | |
| 12 [ "//sync/protocol/protocol.gypi" ]) | |
| 13 | |
| 14 sync_protocol_sources = protocol_gypi.sync_proto_source_paths | |
| OLD | NEW |