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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1924323002: Move Cast certificate verification code from extensions to components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'safe_browsing_proto', 313 'safe_browsing_proto',
314 '<(DEPTH)/base/base.gyp:base', 314 '<(DEPTH)/base/base.gyp:base',
315 '<(DEPTH)/base/base.gyp:base_i18n', 315 '<(DEPTH)/base/base.gyp:base_i18n',
316 '<(DEPTH)/base/base.gyp:base_static', 316 '<(DEPTH)/base/base.gyp:base_static',
317 '<(DEPTH)/chrome/chrome_features.gyp:chrome_common_features', 317 '<(DEPTH)/chrome/chrome_features.gyp:chrome_common_features',
318 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 318 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
319 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 319 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
320 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', 320 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
321 '<(DEPTH)/chrome/common_constants.gyp:common_constants', 321 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
322 '<(DEPTH)/chrome/common/variations/fieldtrial_testing_config.gyp:fieldtr ial_testing_config', 322 '<(DEPTH)/chrome/common/variations/fieldtrial_testing_config.gyp:fieldtr ial_testing_config',
323 '<(DEPTH)/components/components.gyp:cast_certificate',
323 '<(DEPTH)/components/components.gyp:cloud_devices_common', 324 '<(DEPTH)/components/components.gyp:cloud_devices_common',
324 '<(DEPTH)/components/components.gyp:component_updater', 325 '<(DEPTH)/components/components.gyp:component_updater',
325 '<(DEPTH)/components/components.gyp:content_settings_core_common', 326 '<(DEPTH)/components/components.gyp:content_settings_core_common',
326 '<(DEPTH)/components/components.gyp:crash_core_common', 327 '<(DEPTH)/components/components.gyp:crash_core_common',
327 '<(DEPTH)/components/components.gyp:error_page_common', 328 '<(DEPTH)/components/components.gyp:error_page_common',
328 '<(DEPTH)/components/components.gyp:favicon_base', 329 '<(DEPTH)/components/components.gyp:favicon_base',
329 '<(DEPTH)/components/components.gyp:flags_ui_switches', 330 '<(DEPTH)/components/components.gyp:flags_ui_switches',
330 '<(DEPTH)/components/components.gyp:gcm_driver_common', 331 '<(DEPTH)/components/components.gyp:gcm_driver_common',
331 '<(DEPTH)/components/components.gyp:json_schema', 332 '<(DEPTH)/components/components.gyp:json_schema',
332 '<(DEPTH)/components/components.gyp:metrics', 333 '<(DEPTH)/components/components.gyp:metrics',
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 ], 670 ],
670 'dependencies': [ 671 'dependencies': [
671 'installer_util', 672 'installer_util',
672 '../base/base.gyp:base', 673 '../base/base.gyp:base',
673 ], 674 ],
674 }, 675 },
675 ], 676 ],
676 }], 677 }],
677 ], 678 ],
678 } 679 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698