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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1648403002: Move base/prefs to components/prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « base/test/data/prefs/write.golden.json ('k') | chrome/chrome_tests_unit.gypi » ('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 # 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 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 ], 310 ],
311 }, 311 },
312 'dependencies': [ 312 'dependencies': [
313 # TODO(gregoryd): chrome_resources and chrome_strings could be 313 # TODO(gregoryd): chrome_resources and chrome_strings could be
314 # shared with the 64-bit target, but it does not work due to a gyp 314 # shared with the 64-bit target, but it does not work due to a gyp
315 # issue. 315 # issue.
316 'installer_util', 316 'installer_util',
317 'safe_browsing_proto', 317 'safe_browsing_proto',
318 '<(DEPTH)/base/base.gyp:base', 318 '<(DEPTH)/base/base.gyp:base',
319 '<(DEPTH)/base/base.gyp:base_i18n', 319 '<(DEPTH)/base/base.gyp:base_i18n',
320 '<(DEPTH)/base/base.gyp:base_prefs',
321 '<(DEPTH)/base/base.gyp:base_static', 320 '<(DEPTH)/base/base.gyp:base_static',
322 '<(DEPTH)/chrome/chrome_features.gyp:chrome_common_features', 321 '<(DEPTH)/chrome/chrome_features.gyp:chrome_common_features',
323 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources', 322 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
324 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings', 323 '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
325 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', 324 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
326 '<(DEPTH)/chrome/common_constants.gyp:common_constants', 325 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
327 '<(DEPTH)/chrome/common/variations/fieldtrial_testing_config.gyp:fieldtr ial_testing_config', 326 '<(DEPTH)/chrome/common/variations/fieldtrial_testing_config.gyp:fieldtr ial_testing_config',
328 '<(DEPTH)/components/components.gyp:cloud_devices_common', 327 '<(DEPTH)/components/components.gyp:cloud_devices_common',
329 '<(DEPTH)/components/components.gyp:component_updater', 328 '<(DEPTH)/components/components.gyp:component_updater',
330 '<(DEPTH)/components/components.gyp:content_settings_core_common', 329 '<(DEPTH)/components/components.gyp:content_settings_core_common',
331 '<(DEPTH)/components/components.gyp:crash_core_common', 330 '<(DEPTH)/components/components.gyp:crash_core_common',
332 '<(DEPTH)/components/components.gyp:error_page_common', 331 '<(DEPTH)/components/components.gyp:error_page_common',
333 '<(DEPTH)/components/components.gyp:favicon_base', 332 '<(DEPTH)/components/components.gyp:favicon_base',
334 '<(DEPTH)/components/components.gyp:flags_ui_switches', 333 '<(DEPTH)/components/components.gyp:flags_ui_switches',
335 '<(DEPTH)/components/components.gyp:gcm_driver_common', 334 '<(DEPTH)/components/components.gyp:gcm_driver_common',
336 '<(DEPTH)/components/components.gyp:json_schema', 335 '<(DEPTH)/components/components.gyp:json_schema',
337 '<(DEPTH)/components/components.gyp:metrics', 336 '<(DEPTH)/components/components.gyp:metrics',
338 '<(DEPTH)/components/components.gyp:metrics_net', 337 '<(DEPTH)/components/components.gyp:metrics_net',
339 '<(DEPTH)/components/components.gyp:omnibox_common', 338 '<(DEPTH)/components/components.gyp:omnibox_common',
340 '<(DEPTH)/components/components.gyp:policy_component_common', 339 '<(DEPTH)/components/components.gyp:policy_component_common',
341 '<(DEPTH)/components/components.gyp:translate_core_common', 340 '<(DEPTH)/components/components.gyp:translate_core_common',
342 '<(DEPTH)/components/components.gyp:variations', 341 '<(DEPTH)/components/components.gyp:variations',
343 '<(DEPTH)/components/components.gyp:version_info', 342 '<(DEPTH)/components/components.gyp:version_info',
344 '<(DEPTH)/components/components_strings.gyp:components_strings', 343 '<(DEPTH)/components/components_strings.gyp:components_strings',
344 '<(DEPTH)/components/prefs/prefs.gyp:prefs',
345 '<(DEPTH)/components/url_formatter/url_formatter.gyp:url_formatter', 345 '<(DEPTH)/components/url_formatter/url_formatter.gyp:url_formatter',
346 '<(DEPTH)/content/content.gyp:content_common', 346 '<(DEPTH)/content/content.gyp:content_common',
347 '<(DEPTH)/crypto/crypto.gyp:crypto', 347 '<(DEPTH)/crypto/crypto.gyp:crypto',
348 '<(DEPTH)/net/net.gyp:net', 348 '<(DEPTH)/net/net.gyp:net',
349 '<(DEPTH)/skia/skia.gyp:skia', 349 '<(DEPTH)/skia/skia.gyp:skia',
350 '<(DEPTH)/skia/skia.gyp:skia_library', 350 '<(DEPTH)/skia/skia.gyp:skia_library',
351 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 351 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
352 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 352 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
353 '<(DEPTH)/third_party/kasko/kasko.gyp:kasko_features', 353 '<(DEPTH)/third_party/kasko/kasko.gyp:kasko_features',
354 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip', 354 '<(DEPTH)/third_party/zlib/google/zip.gyp:zip',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 'sources': [ 637 'sources': [
638 'common/resource_usage_reporter.mojom', 638 'common/resource_usage_reporter.mojom',
639 ], 639 ],
640 'dependencies': [ 640 'dependencies': [
641 '../mojo/mojo_base.gyp:mojo_environment_chromium', 641 '../mojo/mojo_base.gyp:mojo_environment_chromium',
642 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 642 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
643 ], 643 ],
644 }, 644 },
645 ], 645 ],
646 } 646 }
OLDNEW
« no previous file with comments | « base/test/data/prefs/write.golden.json ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698