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

Side by Side Diff: components/components.gyp

Issue 648833004: Componentize app_modal_dialog (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 years, 2 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # This turns on e.g. the filename-based detection of which 7 # This turns on e.g. the filename-based detection of which
8 # platforms to include source files on (e.g. files ending in 8 # platforms to include source files on (e.g. files ending in
9 # _mac.h or _mac.cc are only compiled on MacOSX). 9 # _mac.h or _mac.cc are only compiled on MacOSX).
10 'chromium_code': 1, 10 'chromium_code': 1,
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'translate.gypi', 55 'translate.gypi',
56 'url_fixer.gypi', 56 'url_fixer.gypi',
57 'url_matcher.gypi', 57 'url_matcher.gypi',
58 'user_prefs.gypi', 58 'user_prefs.gypi',
59 'variations.gypi', 59 'variations.gypi',
60 'webdata.gypi', 60 'webdata.gypi',
61 ], 61 ],
62 'conditions': [ 62 'conditions': [
63 ['OS != "ios"', { 63 ['OS != "ios"', {
64 'includes': [ 64 'includes': [
65 'app_modal_dialogs.gypi',
65 'cdm.gypi', 66 'cdm.gypi',
66 'copresence_sockets.gypi', 67 'copresence_sockets.gypi',
67 'navigation_interception.gypi', 68 'navigation_interception.gypi',
68 'plugins.gypi', 69 'plugins.gypi',
69 'power.gypi', 70 'power.gypi',
70 'sessions.gypi', 71 'sessions.gypi',
71 'visitedlink.gypi', 72 'visitedlink.gypi',
72 'web_cache.gypi', 73 'web_cache.gypi',
73 'web_contents_delegate_android.gypi', 74 'web_contents_delegate_android.gypi',
74 'web_modal.gypi', 75 'web_modal.gypi',
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 'invalidation.gypi', 115 'invalidation.gypi',
115 ], 116 ],
116 }], 117 }],
117 ['enable_plugins==1', { 118 ['enable_plugins==1', {
118 'includes': [ 119 'includes': [
119 'pdf.gypi', 120 'pdf.gypi',
120 ], 121 ],
121 }], 122 }],
122 ], 123 ],
123 } 124 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698