Allow only one bookmark to be added for multiple fast starring
[chromium-blink-merge.git] / components / gcm_driver / common / BUILD.gn
blobb9dc6e6f253ae8a7e4f687bd55dd55ca2993813a
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # GYP version: components/gcm_driver.gypi:gcm_driver_common
6 component("common") {
7   sources = [
8     "gcm_driver_export.h",
9     "gcm_messages.cc",
10     "gcm_messages.h",
11   ]
13   defines = [ "GCM_DRIVER_IMPLEMENTATION" ]