Chromium Code Reviews| 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', { | |
|
not at google - send to devlin
2015/07/21 21:40:58
why the ==0 ?
amalika
2015/07/21 22:08:33
According to this file:
https://code.google.com/p/
| |
| 39 'dependencies': [ | |
| 40 '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_platform_impl', | |
| 41 ], | |
| 42 }], | |
| 38 ], | 43 ], |
| 39 }, | 44 }, |
| 40 ], | 45 ], |
| 41 } | 46 } |
| OLD | NEW |