OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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: //chrome/browser/extensions/api:api_registration | 8 # GN version: //chrome/browser/extensions/api:api_registration |
9 'target_name': 'chrome_api_registration', | 9 'target_name': 'chrome_api_registration', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 17 matching lines...) Expand all Loading... |
28 '<(DEPTH)/skia/skia.gyp:skia', | 28 '<(DEPTH)/skia/skia.gyp:skia', |
29 '<(DEPTH)/sync/sync.gyp:sync', | 29 '<(DEPTH)/sync/sync.gyp:sync', |
30 '<(DEPTH)/ui/accessibility/accessibility.gyp:ax_gen', | 30 '<(DEPTH)/ui/accessibility/accessibility.gyp:ax_gen', |
31 ], | 31 ], |
32 'conditions': [ | 32 'conditions': [ |
33 ['chromeos==1', { | 33 ['chromeos==1', { |
34 'dependencies': [ | 34 'dependencies': [ |
35 '<(DEPTH)/components/components.gyp:drive_proto', | 35 '<(DEPTH)/components/components.gyp:drive_proto', |
36 ], | 36 ], |
37 }], | 37 }], |
38 ['cld_version==0 or cld_version==2', { | |
39 'dependencies': [ | |
40 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl', | |
41 ], | |
42 }], | |
43 ], | 38 ], |
44 }, | 39 }, |
45 ], | 40 ], |
46 } | 41 } |
OLD | NEW |