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

Side by Side Diff: components/components.gyp

Issue 2113473002: Add a Physical Web data source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove notification Created 4 years, 5 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'network_time.gypi', 60 'network_time.gypi',
61 'ntp_snippets.gypi', 61 'ntp_snippets.gypi',
62 'ntp_tiles.gypi', 62 'ntp_tiles.gypi',
63 'offline_pages.gypi', 63 'offline_pages.gypi',
64 'omnibox.gypi', 64 'omnibox.gypi',
65 'onc.gypi', 65 'onc.gypi',
66 'open_from_clipboard.gypi', 66 'open_from_clipboard.gypi',
67 'os_crypt.gypi', 67 'os_crypt.gypi',
68 'ownership.gypi', 68 'ownership.gypi',
69 'password_manager.gypi', 69 'password_manager.gypi',
70 'physical_web_data_source.gypi',
70 'plugins.gypi', 71 'plugins.gypi',
71 'policy.gypi', 72 'policy.gypi',
72 'precache.gypi', 73 'precache.gypi',
73 'pref_registry.gypi', 74 'pref_registry.gypi',
74 'profile_metrics.gypi', 75 'profile_metrics.gypi',
75 'proxy_config.gypi', 76 'proxy_config.gypi',
76 'query_parser.gypi', 77 'query_parser.gypi',
77 'rappor.gypi', 78 'rappor.gypi',
78 'search.gypi', 79 'search.gypi',
79 'search_engines.gypi', 80 'search_engines.gypi',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'rlz.gypi', 212 'rlz.gypi',
212 ], 213 ],
213 }], 214 }],
214 ['use_ash==1', { 215 ['use_ash==1', {
215 'includes': [ 216 'includes': [
216 'exo.gypi', 217 'exo.gypi',
217 ], 218 ],
218 }], 219 }],
219 ], 220 ],
220 } 221 }
OLDNEW
« no previous file with comments | « no previous file | components/physical_web_data_source.gypi » ('j') | ios/chrome/browser/ios_chrome_main_parts.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698