| 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 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 # GN version: //components/variations |
| 8 'target_name': 'variations', | 9 'target_name': 'variations', |
| 9 'type': 'static_library', | 10 'type': 'static_library', |
| 10 'include_dirs': [ | 11 'include_dirs': [ |
| 11 '..', | 12 '..', |
| 12 ], | 13 ], |
| 13 'dependencies': [ | 14 'dependencies': [ |
| 14 '../base/base.gyp:base', | 15 '../base/base.gyp:base', |
| 15 '../third_party/mt19937ar/mt19937ar.gyp:mt19937ar', | 16 '../third_party/mt19937ar/mt19937ar.gyp:mt19937ar', |
| 16 ], | 17 ], |
| 17 'sources': [ | 18 'sources': [ |
| (...skipping 22 matching lines...) Expand all Loading... |
| 40 'variations/variations_seed_simulator.h', | 41 'variations/variations_seed_simulator.h', |
| 41 ], | 42 ], |
| 42 'variables': { | 43 'variables': { |
| 43 'proto_in_dir': 'variations/proto', | 44 'proto_in_dir': 'variations/proto', |
| 44 'proto_out_dir': 'components/variations/proto', | 45 'proto_out_dir': 'components/variations/proto', |
| 45 }, | 46 }, |
| 46 'includes': [ '../build/protoc.gypi' ] | 47 'includes': [ '../build/protoc.gypi' ] |
| 47 }, | 48 }, |
| 48 ], | 49 ], |
| 49 } | 50 } |
| OLD | NEW |