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

Unified Diff: extensions/components/extensions_components.gyp

Issue 606953002: Move components/native_app_window to extensions/components/native_app_window (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: respond to comments Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/components/README ('k') | extensions/components/native_app_window.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/components/extensions_components.gyp
diff --git a/extensions/components/extensions_components.gyp b/extensions/components/extensions_components.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..953a2e13f51aee2f9d37ebf5cf6e10592d5539f1
--- /dev/null
+++ b/extensions/components/extensions_components.gyp
@@ -0,0 +1,19 @@
+# Copyright 2014 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.
+
+{
+ 'variables': {
+ # This turns on e.g. the filename-based detection of which
+ # platforms to include source files on (e.g. files ending in
+ # _mac.h or _mac.cc are only compiled on MacOSX).
+ 'chromium_code': 1,
+ },
+ 'conditions': [
+ ['toolkit_views==1', {
+ 'includes': [
+ 'native_app_window.gypi',
+ ],
+ }],
+ ],
+}
« no previous file with comments | « extensions/components/README ('k') | extensions/components/native_app_window.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698