summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/cros_api.gyp
blob: a3d5fa7161f531ecb7198f4ba80593e8af93e919 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  'targets': [
    { 'target_name': 'cros_api',
      'type': '<(library)',
      'sources': [
        '../../../third_party/cros/chromeos_power.h',
        '../../../third_party/cros/chromeos_network.h',
        '../../../third_party/cros/load.cc',
      ],
      'include_dirs': [
        '../../../third_party/cros',
        '../../../third_party',
        '../../..',
      ],
    },
  ],
 }