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)/chrome/chrome.gyp:drive_proto', | 35 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
36 ], | 36 ], |
37 }], | 37 }], |
38 [ 'cld_version==0 or cld_version==2', { | |
Ken Rockot(use gerrit already)
2015/07/21 22:28:39
nit: no need for the space after [
amalika
2015/07/21 22:40:56
Done.
| |
39 'dependencies': [ | |
40 # Interactive tests should use whatever CLD2 data access mode that | |
41 # the application embedder is using. | |
42 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl', ], | |
43 }], | |
Ken Rockot(use gerrit already)
2015/07/21 22:28:39
i don't really know anything about CLD. I wonder i
amalika
2015/07/21 22:40:56
As of November 20, 2014 the sole remaining platfor
| |
38 ], | 44 ], |
39 }, | 45 }, |
40 ], | 46 ], |
41 } | 47 } |
OLD | NEW |