summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_features.gyp
blob: deb1b98b1e390dab7f12db0ea5bdf12aaba917fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

{
  'includes': [
    'chrome_features.gypi',
  ],
  'targets': [
    {
      # GN version: //chrome/common:features
      'target_name': 'chrome_common_features',
      'includes': [ '../build/buildflag_header.gypi' ],
      'variables': {
        'buildflag_header_path': 'chrome/common/features.h',
        'buildflag_flags': [
          'ENABLE_GOOGLE_NOW=<(enable_google_now)',
          'ANDROID_JAVA_UI=<(android_java_ui)',
          'USE_VULCANIZE=<(use_vulcanize)',
        ],
      },
    },
  ]
}