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

Side by Side Diff: components/components.gyp

Issue 672203003: ScreenContext is moved to components/login. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. 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
« no previous file with comments | « components/BUILD.gn ('k') | components/components_tests.gyp » ('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 16 matching lines...) Expand all
27 'error_page.gypi', 27 'error_page.gypi',
28 'favicon.gypi', 28 'favicon.gypi',
29 'favicon_base.gypi', 29 'favicon_base.gypi',
30 'google.gypi', 30 'google.gypi',
31 'history.gypi', 31 'history.gypi',
32 'infobars.gypi', 32 'infobars.gypi',
33 'json_schema.gypi', 33 'json_schema.gypi',
34 'keyed_service.gypi', 34 'keyed_service.gypi',
35 'language_usage_metrics.gypi', 35 'language_usage_metrics.gypi',
36 'leveldb_proto.gypi', 36 'leveldb_proto.gypi',
37 'login.gypi',
37 'metrics.gypi', 38 'metrics.gypi',
38 'navigation_metrics.gypi', 39 'navigation_metrics.gypi',
39 'network_time.gypi', 40 'network_time.gypi',
40 'omaha_query_params.gypi', 41 'omaha_query_params.gypi',
41 'onc.gypi', 42 'onc.gypi',
42 'os_crypt.gypi', 43 'os_crypt.gypi',
43 'ownership.gypi', 44 'ownership.gypi',
44 'password_manager.gypi', 45 'password_manager.gypi',
45 'policy.gypi', 46 'policy.gypi',
46 'precache.gypi', 47 'precache.gypi',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'invalidation.gypi', 116 'invalidation.gypi',
116 ], 117 ],
117 }], 118 }],
118 ['enable_plugins==1', { 119 ['enable_plugins==1', {
119 'includes': [ 120 'includes': [
120 'pdf.gypi', 121 'pdf.gypi',
121 ], 122 ],
122 }], 123 }],
123 ], 124 ],
124 } 125 }
OLDNEW
« no previous file with comments | « components/BUILD.gn ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698