Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(706)

Side by Side Diff: chromecast/chromecast_export.h

Issue 1036503003: Add CHROMECAST_EXPORT definition for OEM shlib replacement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move chromecast_export.h up a level. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chromecast/chromecast.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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.
4
5 #ifndef CHROMECAST_PUBLIC_CHROMECAST_EXPORT_H_
gunsch 2015/03/24 21:47:59 update this to match wherever the file ends up
6 #define CHROMECAST_PUBLIC_CHROMECAST_EXPORT_H_
7
8 #define CHROMECAST_EXPORT __attribute__((visibility("default")))
9
10 #endif // CHROMECAST_PUBLIC_CHROMECAST_EXPORT_H_
OLDNEW
« no previous file with comments | « chromecast/chromecast.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698