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

Side by Side Diff: components/components.gyp

Issue 735473002: Rename app_modal_dialogs dir to app_modal (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase Created 6 years, 1 month 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 | « components/app_modal_strings.grdp ('k') | components/components_strings.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 'translate.gypi', 59 'translate.gypi',
60 'url_fixer.gypi', 60 'url_fixer.gypi',
61 'url_matcher.gypi', 61 'url_matcher.gypi',
62 'user_prefs.gypi', 62 'user_prefs.gypi',
63 'variations.gypi', 63 'variations.gypi',
64 'webdata.gypi', 64 'webdata.gypi',
65 ], 65 ],
66 'conditions': [ 66 'conditions': [
67 ['OS != "ios"', { 67 ['OS != "ios"', {
68 'includes': [ 68 'includes': [
69 'app_modal_dialogs.gypi', 69 'app_modal.gypi',
70 'cdm.gypi', 70 'cdm.gypi',
71 'copresence_sockets.gypi', 71 'copresence_sockets.gypi',
72 'navigation_interception.gypi', 72 'navigation_interception.gypi',
73 'plugins.gypi', 73 'plugins.gypi',
74 'power.gypi', 74 'power.gypi',
75 'visitedlink.gypi', 75 'visitedlink.gypi',
76 'web_cache.gypi', 76 'web_cache.gypi',
77 'web_contents_delegate_android.gypi', 77 'web_contents_delegate_android.gypi',
78 'web_modal.gypi', 78 'web_modal.gypi',
79 ], 79 ],
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'invalidation.gypi', 129 'invalidation.gypi',
130 ], 130 ],
131 }], 131 }],
132 ['enable_plugins==1', { 132 ['enable_plugins==1', {
133 'includes': [ 133 'includes': [
134 'pdf.gypi', 134 'pdf.gypi',
135 ], 135 ],
136 }], 136 }],
137 ], 137 ],
138 } 138 }
OLDNEW
« no previous file with comments | « components/app_modal_strings.grdp ('k') | components/components_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698