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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1171333003: Move net::FormatUrl and friends outside of //net and into //components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile fixes following rebase Created 5 years, 6 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources', 333 '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
334 '<(DEPTH)/chrome/common_constants.gyp:common_constants', 334 '<(DEPTH)/chrome/common_constants.gyp:common_constants',
335 '<(DEPTH)/components/components.gyp:cloud_devices_common', 335 '<(DEPTH)/components/components.gyp:cloud_devices_common',
336 '<(DEPTH)/components/components.gyp:component_updater', 336 '<(DEPTH)/components/components.gyp:component_updater',
337 '<(DEPTH)/components/components.gyp:content_settings_core_common', 337 '<(DEPTH)/components/components.gyp:content_settings_core_common',
338 '<(DEPTH)/components/components.gyp:favicon_base', 338 '<(DEPTH)/components/components.gyp:favicon_base',
339 '<(DEPTH)/components/components.gyp:json_schema', 339 '<(DEPTH)/components/components.gyp:json_schema',
340 '<(DEPTH)/components/components.gyp:metrics', 340 '<(DEPTH)/components/components.gyp:metrics',
341 '<(DEPTH)/components/components.gyp:policy_component_common', 341 '<(DEPTH)/components/components.gyp:policy_component_common',
342 '<(DEPTH)/components/components.gyp:translate_core_common', 342 '<(DEPTH)/components/components.gyp:translate_core_common',
343 '<(DEPTH)/components/components.gyp:url_formatter',
343 '<(DEPTH)/components/components.gyp:variations', 344 '<(DEPTH)/components/components.gyp:variations',
344 '<(DEPTH)/content/content.gyp:content_common', 345 '<(DEPTH)/content/content.gyp:content_common',
345 '<(DEPTH)/crypto/crypto.gyp:crypto', 346 '<(DEPTH)/crypto/crypto.gyp:crypto',
346 '<(DEPTH)/net/net.gyp:net', 347 '<(DEPTH)/net/net.gyp:net',
347 '<(DEPTH)/skia/skia.gyp:skia', 348 '<(DEPTH)/skia/skia.gyp:skia',
348 '<(DEPTH)/skia/skia.gyp:skia_library', 349 '<(DEPTH)/skia/skia.gyp:skia_library',
349 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 350 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
350 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 351 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
351 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 352 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
352 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 353 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
699 'sources': [ 700 'sources': [
700 'common/resource_usage_reporter.mojom', 701 'common/resource_usage_reporter.mojom',
701 ], 702 ],
702 'dependencies': [ 703 'dependencies': [
703 '../mojo/mojo_base.gyp:mojo_environment_chromium', 704 '../mojo/mojo_base.gyp:mojo_environment_chromium',
704 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 705 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
705 ], 706 ],
706 }, 707 },
707 ], 708 ],
708 } 709 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698